Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Move intel_context::gen and gt fields to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -2/+2 |
* | i965/vs: move VS-specific data members to vs_vec4_visitor. | Paul Berry | 2013-04-11 | 1 | -8/+12 |
* | i965/vs: move ARB_vertex_program functions to vec4_vs_visitor. | Paul Berry | 2013-04-11 | 1 | -3/+3 |
* | i965/vs: Make some vec4_visitor functions virtual. | Paul Berry | 2013-04-11 | 1 | -1/+1 |
* | i965/vs: split brw_vs_prog_data into generic and VS-specific parts. | Paul Berry | 2013-04-11 | 1 | -6/+6 |
* | i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile. | Paul Berry | 2013-04-11 | 1 | -5/+5 |
* | i965/vs: Make type of vec4_visitor::vp more generic. | Paul Berry | 2013-04-11 | 1 | -3/+3 |
* | i965: Clarify nomenclature: vert_result -> varying | Paul Berry | 2013-03-23 | 1 | -5/+5 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -1/+1 |
* | i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor. | Kenneth Graunke | 2012-11-01 | 1 | -0/+667 |