i965/nir: export nir_optimize
[mesa.git] / src / intel / compiler / brw_nir.c
2017-09-26 Timothy Arcerii965/nir: export nir_optimize
2017-07-20 Matt Turneri965/fs: Implement ARB_shader_ballot operations
2017-07-20 Matt Turnernir: Add pass to optimize intrinsics
2017-06-30 Johnson Lini965/i915: Add UYVY as the supported format
2017-05-09 Jason Ekstrandi965/vec4: Use NIR to do GS input remapping
2017-05-09 Jason Ekstrandi965/fs: Move remapping of gl_PointSize to the NIR...
2017-05-09 Jason Ekstrandi965/nir: Inline remap_inputs_with_vue_map
2017-05-09 Jason Ekstrandi965/vec4: Use NIR remapping for VS attributes
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 Ekstrandi965/nir: Inline remap_vs_attrs
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-24 Timothy Arcerinir/i965: add before ffma algebraic opts
2017-03-23 Matt Turneri965: Replace OPT_V() with OPT().
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler