nir: Get rid of nir_shader::stage
[mesa.git] / src / intel / compiler / brw_shader.cpp
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-19 Kenneth Graunkei965: Move fs_inst::has_side_effects()'s eot check...
2017-06-09 Anuj Phogati965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-14 Samuel Iglesias... i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcod...
2017-03-29 Alejandro Piñeiroi965: expose BRW_OPCODE_[F32TO16/F16TO32] name on gen8+
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler