i965/fs: Implement ARB_shader_ballot operations
[mesa.git] / src / intel / compiler / brw_fs_nir.cpp
2017-07-20 Matt Turneri965/fs: Implement ARB_shader_ballot operations
2017-07-20 Matt Turnernir: Add system values from ARB_shader_ballot
2017-07-20 Matt Turneri965/fs: Implement ARB_shader_group_vote operations
2017-07-14 Kenneth Graunkei965: Use pushed UBO data in the scalar backend.
2017-07-13 Lionel Landwerlinintel/compiler: no need to check unsigned is >= 0
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-05-09 Jason Ekstrandi965/fs: Move remapping of gl_PointSize to the NIR...
2017-05-09 Jason Ekstrandi965/fs: Lower gl_VertexID and friends to inputs at...
2017-05-09 Jason Ekstrandi965: Move multiply by 4 for VS ATTR setup into the...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-05 Jason Ekstrandi965/fs: Always provide a default LOD of 0 for TXS...
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandi965/fs: Re-arrange conversion operations
2017-03-14 Jason Ekstrandi965/fs: Use num_components from the SSA def in image...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler