aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_cs_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Enable shared local memory for CS shared variablesJordan Justen2015-12-091-0/+12
* i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand2015-12-071-1/+1
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-0/+2
* i965: Setup pull constant state for compute programsJordan Justen2015-11-011-0/+31
* i965/cs: Split out helper for building local id payloadKristian Høgsberg Kristensen2015-10-081-71/+9
* i965/cs: Remove the prog argument from local_id_payload_dwordsJason Ekstrand2015-10-021-4/+3
* i965/cs: Re-emit cs_state when surfaces have changedJordan Justen2015-09-291-1/+2
* i965/cs: Re-emit push constants and cs_state on new batchesJordan Justen2015-09-291-2/+4
* i965: Move compute shader code aroundKristian Høgsberg Kristensen2015-09-141-0/+347