glsl: move to compiler/
[mesa.git] / src / mesa / drivers / dri / i965 / brw_cs.h
2015-12-11 Kristian Høgsberg... i965: Move brw_cs_fill_local_id_payload() to libi965_co...
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file
2015-10-19 Jason Ekstrandi965: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/cs: Rework cs_emit to take a nir_shader and a...
2015-10-08 Kristian Høgsberg... i965: Move brw_get_shader_time_index() call out of...
2015-10-08 Kristian Høgsberg... i965/cs: Split out helper for building local id payload
2015-10-02 Jason Ekstrandi965/cs: Remove the prog argument from local_id_payload...
2015-09-30 Jason Ekstrandi965: Get rid of prog_data compare functions
2015-09-14 Kristian Høgsberg... i965: Move compute shader code around
2015-09-13 Jordan Justeni965/cs: Reserve local invocation id in payload regs
2015-05-02 Jordan Justeni965/cache: Add support for CS in program state cache
2015-05-02 Paul Berryi965/cs: Add brw_cs_prog_data, brw_cs_prog_key and...