i965: Move up duplicated fields from stage-specific prog_data to brw_stage_prog_data.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_vp.cpp
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2013-11-17 Chris Forbesi965: Fix broken asserts
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-09-01 Paul Berryi965/gs: Update defines related to GS surface organization.
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: move ARB_vertex_program functions to vec4_vs_v...
2013-04-11 Paul Berryi965/vs: Make some vec4_visitor functions virtual.
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-11 Paul Berryi965/vs: Remove brw_vs_prog_data pointer from brw_vs_co...
2013-04-11 Paul Berryi965/vs: Make type of vec4_visitor::vp more generic.
2013-03-24 Paul Berryi965: Clarify nomenclature: vert_result -> varying
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...