aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vs: move VS-specific data members to vs_vec4_visitor.Paul Berry2013-04-111-8/+12
* i965/vs: move ARB_vertex_program functions to vec4_vs_visitor.Paul Berry2013-04-111-3/+3
* i965/vs: Make some vec4_visitor functions virtual.Paul Berry2013-04-111-1/+1
* i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry2013-04-111-6/+6
* i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.Paul Berry2013-04-111-5/+5
* i965/vs: Make type of vec4_visitor::vp more generic.Paul Berry2013-04-111-3/+3
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-5/+5
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.Kenneth Graunke2012-11-011-0/+667