aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Merge resolving of shader program sourceTopi Pohjolainen2014-03-051-1/+2
* i965: Add GS support to INTEL_DEBUG=shader_time.Paul Berry2014-01-211-1/+2
* i965/test: Use unreachable() to silence warning.Matt Turner2013-11-201-0/+1
* i965/vec4: Add the ability to suppress register spilling.Paul Berry2013-10-241-1/+1
* i965/vec4: Virtualize setup_payload instead of setup_attributes.Paul Berry2013-08-231-2/+1
* i965: Stop including brw_vs.h from brw_vec4.h.Paul Berry2013-08-231-0/+1
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-3/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.Paul Berry2013-04-111-1/+2
* i965/vs: Generalize vertex emission code in preparation for GS.Paul Berry2013-04-111-0/+10
* i965/vs: move VS-specific data members to vs_vec4_visitor.Paul Berry2013-04-111-7/+5
* i965/vs: Add virtual function make_reg_for_system_value().Paul Berry2013-04-111-0/+6
* i965/vs: Make some vec4_visitor functions virtual.Paul Berry2013-04-111-0/+22
* i965/vs: Make vec4_vs_visitor class derived from vec4_visitor.Paul Berry2013-04-111-1/+14
* i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.Paul Berry2013-04-111-1/+1
* i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.Eric Anholt2012-12-141-2/+56
* i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"Eric Anholt2012-12-141-0/+21
* i965/vs: Add a unit test for opt_compute_to_mrf().Eric Anholt2012-12-141-0/+124