nir: Embed the shader_info in the nir_shader again
[mesa.git] / src / intel / compiler / brw_fs.cpp
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-14 Samuel Iglesias... i965/fs: lower all non-force_writemask_all DF instructi...
2017-04-14 Juan A. Suarez Romeroi965/fs: fix lower SIMD width for IVB/BYT's MOV_INDIRECT
2017-04-14 Samuel Iglesias... i965/fs: rename lower_d2x to lower_conversions
2017-04-14 Samuel Iglesias... i965/fs: generalize the legalization d2x pass
2017-04-14 Samuel Iglesias... i965/fs: clamp exec_size when an instruction has a...
2017-04-14 Juan A. Suarez Romeroi965/fs: add helper to retrieve instruction execution...
2017-03-23 Matt Turneri965/fs: Return progress from demote_sample_qualifiers().
2017-03-23 Matt Turneri965/fs: Return progress from move_interpolation_to_top().
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler