Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/vs: Don't hardcode DEBUG_VS in generic vec4 code. | Paul Berry | 2013-04-11 | 1 | -1/+2 |
* | i965/vs: Generalize vertex emission code in preparation for GS. | Paul Berry | 2013-04-11 | 1 | -0/+10 |
* | i965/vs: move VS-specific data members to vs_vec4_visitor. | Paul Berry | 2013-04-11 | 1 | -7/+5 |
* | i965/vs: Add virtual function make_reg_for_system_value(). | Paul Berry | 2013-04-11 | 1 | -0/+6 |
* | i965/vs: Make some vec4_visitor functions virtual. | Paul Berry | 2013-04-11 | 1 | -0/+22 |
* | i965/vs: Make vec4_vs_visitor class derived from vec4_visitor. | Paul Berry | 2013-04-11 | 1 | -1/+14 |
* | i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile. | Paul Berry | 2013-04-11 | 1 | -1/+1 |
* | i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too. | Eric Anholt | 2012-12-14 | 1 | -2/+56 |
* | i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling" | Eric Anholt | 2012-12-14 | 1 | -0/+21 |
* | i965/vs: Add a unit test for opt_compute_to_mrf(). | Eric Anholt | 2012-12-14 | 1 | -0/+124 |