intel/nir: Stop using nir_lower_vars_to_scratch
[mesa.git] / src / intel / compiler / brw_vec4_vs_visitor.cpp
2019-07-24 Kenneth Graunkei965: Use NIR to lower legacy userclipping.
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
2017-10-13 Jason Ekstrandintel/vs: Grow the param array for clip planes
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
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 Ekstrandi965/vs: Set uses_vertexid and friends from brw_compile_vs
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler