aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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