i965/nir/vec4: Implement load_const intrinsic
[mesa.git] / src / mesa / drivers / dri / i965 / test_vec4_register_coalesce.cpp
2015-08-03 Alejandro Piñeiroi965/vec4: Redefine make_reg_for_system_value() to...
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-04-22 Jason Ekstrandi965: Do better fake context setup in unit tests
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-02-19 Kenneth Graunkei965/vec4: Replace debug_flag with debug_enabled.
2014-09-24 Matt Turneri965/vec4: Call calculate_cfg() in test programs to...
2014-08-31 Matt Turneri965/vec4: Update register coalescing test.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2013-11-20 Matt Turneri965/test: Use unreachable() to silence warning.
2013-10-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
2013-08-23 Paul Berryi965/vec4: Virtualize setup_payload instead of setup_at...
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-04-11 Paul Berryi965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
2013-04-11 Paul Berryi965/vs: Generalize vertex emission code in preparation...
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: Add virtual function make_reg_for_system_value().
2013-04-11 Paul Berryi965/vs: Make some vec4_visitor functions virtual.
2013-04-11 Paul Berryi965/vs: Make vec4_vs_visitor class derived from vec4_v...
2013-04-11 Paul Berryi965/vs: Remove brw_vs_prog_data pointer from brw_vs_co...
2012-12-15 Eric Anholti965: Generalize VS compute-to-MRF for compute-to-anoth...
2012-12-15 Eric Anholti965/vs: Extend opt_compute_to_mrf to handle limited...
2012-12-15 Eric Anholti965/vs: Add a unit test for opt_compute_to_mrf().