i965/fs: Add support for nir_intrinsic_shuffle
[mesa.git] / src / intel / compiler / brw_nir.c
2018-03-07 Jason Ekstrandi965/fs: Add support for nir_intrinsic_shuffle
2018-02-06 Timothy Arcerii965: remove unused brw_nir_lower_cs_shared()
2018-02-06 Iago Toral Quirogai965/nir: do int64 lowering before optimization
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
2017-12-06 Jose Maria Casanov... i965: Support for 16-bit base types in helper functions
2017-11-09 Jason Ekstrandintel/nir: Use the correct indirect lowering masks...
2017-11-08 Jason Ekstrandintel/nir: Break the linking code into a helper in...
2017-11-08 Jason Ekstrandintel/nir: Add a helper for getting the NoIndirect...
2017-11-07 Jason Ekstrandnir,intel/compiler: Use a fixed subgroup size
2017-11-07 Jason Ekstrandnir/lower_subgroups: Lower ballot intrinsics to the...
2017-11-07 Jason Ekstrandnir: Add a new subgroups lowering pass
2017-10-25 Jason Ekstrandintel/compiler: Call nir_lower_system_values in brw_pre...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
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