summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_cs.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-11i965: Move brw_cs_fill_local_id_payload() to libi965_compilerKristian Høgsberg Kristensen1-4/+0
2015-11-24i965: Push down inclusion of brw_program.h.Matt Turner1-2/+0
2015-10-19i965: Move the entire compiler API into a single fileJason Ekstrand1-17/+0
2015-10-19i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand1-8/+8
2015-10-19i965/cs: Rework cs_emit to take a nir_shader and a brw_compilerJason Ekstrand1-4/+6
2015-10-08i965: Move brw_get_shader_time_index() call out of emit functionsKristian Høgsberg Kristensen1-0/+1
2015-10-08i965/cs: Split out helper for building local id payloadKristian Høgsberg Kristensen1-2/+3
2015-10-02i965/cs: Remove the prog argument from local_id_payload_dwordsJason Ekstrand1-2/+1
2015-09-30i965: Get rid of prog_data compare functionsJason Ekstrand1-2/+0
2015-09-14i965: Move compute shader code aroundKristian Høgsberg Kristensen1-1/+9
2015-09-13i965/cs: Reserve local invocation id in payload regsJordan Justen1-0/+5
2015-05-02i965/cache: Add support for CS in program state cacheJordan Justen1-0/+2
2015-05-02i965/cs: Add brw_cs_prog_data, brw_cs_prog_key and brw_context::cs.Paul Berry1-0/+46