summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-3/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-1/+1
2013-04-11i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.Paul Berry1-1/+2
2013-04-11i965/vs: Generalize vertex emission code in preparation for GS.Paul Berry1-0/+10
2013-04-11i965/vs: move VS-specific data members to vs_vec4_visitor.Paul Berry1-7/+5
2013-04-11i965/vs: Add virtual function make_reg_for_system_value().Paul Berry1-0/+6
2013-04-11i965/vs: Make some vec4_visitor functions virtual.Paul Berry1-0/+22
2013-04-11i965/vs: Make vec4_vs_visitor class derived from vec4_visitor.Paul Berry1-1/+14
2013-04-11i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.Paul Berry1-1/+1
2012-12-14i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.Eric Anholt1-2/+56
2012-12-14i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"Eric Anholt1-0/+21
2012-12-14i965/vs: Add a unit test for opt_compute_to_mrf().Eric Anholt1-0/+124