nir: nir_shader_compiler_options: drop native_integers
[mesa.git] / src / intel / compiler / brw_compiler.c
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-04-24 Ian Romanickintel/compiler: Lower ffma on Gen4 and Gen5
2019-04-24 Ian Romanickintel/compiler: Don't have sepearate, per-Gen nir_options
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-09 Caio Marcelo de... intel/fs: Add support for CS to group invocations in...
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering for 16-bit flrp
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering option for 16-bit fmod
2019-03-15 Jason Ekstrandi965: Stop setting LowerBuferInterfaceBlocks
2019-03-06 Jason Ekstrandintel/debug: Add a debug flag to force software fp64
2019-03-04 Sagar Ghugenir/glsl: Add another way of doing lower_imul64 for...
2019-03-02 Jordan Justenintel/compiler: Move int64/doubles lowering options
2019-02-14 Eric Anholtintel: Use the NIR lowering for isign.
2018-11-19 Jason Ekstrandintel,nir: Move gl_LocalInvocationID lowering to nir_lo...
2018-09-06 Jason Ekstrandnir: Drop the vs_inputs_dual_locations option
2018-08-02 Jordan Justenintel/compiler: Add brw_get_compiler_config_value for...
2018-05-02 Antia Puentesintel: activate the gl_BaseVertex lowering
2018-03-07 Jason Ekstrandanv: Trivially implement VK_KHR_device_group
2018-02-28 Matt Turnerintel/compiler: Re-add .vs_inputs_dual_locations =...
2018-02-28 Matt Turnerintel/compiler: Lower flrp32 on Gen11+
2018-02-27 Timothy Arcerinir: add lower_ldexp to nir compiler options
2018-01-29 Timothy Arcerinir: add vs_inputs_dual_locations compiler option
2017-11-07 Jason Ekstrandnir/lower_subgroups: Lower ballot intrinsics to the...
2017-11-07 Jason Ekstrandnir: Add a new subgroups lowering pass
2017-11-01 Jordan Justenintel/compiler: Add functions to get prog_data and...
2017-07-22 Kenneth Graunkei965: Set lower_vote_trivial in vector_nir_options_gen6...
2017-07-20 Matt Turneri965/fs: Match destination type to size for ballot
2017-07-20 Matt Turnernir: Reduce destination size of ballot intrinsic when...
2017-07-20 Matt Turneri965/fs: Implement ARB_shader_ballot operations
2017-07-20 Matt Turneri965/vec4: Lower ARB_shader_group_vote intrinsics
2017-06-06 Kenneth Graunkei965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for...
2017-05-30 Kenneth Graunkei965: Ignore INTEL_SCALAR_* debug variables on Gen10+.
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler