glsl: move to compiler/
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_cs_state.c
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-20 Francisco Jerezi965: Trigger CS state reemission when new sampler...
2015-12-23 Jordan Justeni965/gen8/cs: Gen8 requires 64 byte alignment for push...
2015-12-10 Jordan Justeni965: Enable shared local memory for CS shared variables
2015-12-08 Jason Ekstrandi965/state: Get rid of dword_pitch arguments to buffer...
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-01 Jordan Justeni965: Setup pull constant state for compute programs
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-29 Jordan Justeni965/cs: Re-emit cs_state when surfaces have changed
2015-09-29 Jordan Justeni965/cs: Re-emit push constants and cs_state on new...
2015-09-14 Kristian Høgsberg... i965: Move compute shader code around