i965/fs: Handle explicit flag sources in flags_read()
[mesa.git] / src / intel / compiler / brw_fs.cpp
2017-07-20 Francisco Jerezi965/fs: Handle explicit flag sources in flags_read()
2017-07-20 Francisco Jerezi965/fs: Handle explicit flag destinations in flags_wri...
2017-07-14 Kenneth Graunkei965: Use pushed UBO data in the scalar backend.
2017-07-14 Kenneth Graunkei965: Factor out push locations.
2017-07-14 Kenneth Graunkei965: Push UBO data, but don't use it just yet.
2017-07-12 Anuj Phogatintel/compiler: Don't use opt_sampler_eot() optimizatio...
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-06-01 Kenneth Graunkei965: Drop duplicate shadow variable.
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