i965: Set lower_vote_trivial in vector_nir_options_gen6 too.
[mesa.git] / src / intel / compiler / brw_vec4_nir.cpp
2017-05-18 Samuel Iglesias... i965/vec4: fix swizzle and writemask when loading an...
2017-05-09 Jason Ekstrandi965/vec4: Delete the system value infastructure
2017-05-09 Jason Ekstrandi965/vec4: Use NIR remapping for VS attributes
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-14 Samuel Iglesias... i965/vec4: use vec4_builder to emit instructions in...
2017-04-14 Samuel Iglesias... i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcod...
2017-04-14 Samuel Iglesias... i965/vec4: split d2x conversion and data gathering...
2017-04-03 Jason Ekstrandintel/vec4: Add some fall through comments
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandi965/vec4: Get rid of the type parameter from to/from_d...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler