summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_cs.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-231-2/+4
* i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand2015-06-231-2/+6
* i965: Remove the dependance on brw_context from the generatorsJason Ekstrand2015-06-231-1/+1
* i965: Plumb compiler debug logging through a function pointer in brw_compilerJason Ekstrand2015-06-231-1/+2
* i965/fs: Combine the fs_visitor constructors.Kenneth Graunke2015-05-141-2/+4
* i965/cs: drop explicit initialisers in C++ fileDave Airlie2015-05-131-4/+6
* i965: Remove unused variablesAnuj Phogat2015-05-071-2/+0
* i965/fs: Add CS shader time supportJordan Justen2015-05-021-0/+8
* i965/cs: Upload brw_cs_stateJordan Justen2015-05-021-0/+86
* i965/cs: Support CS program precompileJordan Justen2015-05-021-0/+28
* i965/cs: Emit compute shader code and upload programsJordan Justen2015-05-021-0/+208
* i965/cache: Add support for CS in program state cacheJordan Justen2015-05-021-0/+48