summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts2014-08-141-2/+2
* i965/vp: Use the sampler for pull constant loads on Gen7/7.5.Kenneth Graunke2014-08-121-5/+12
* i965: Make a brw_conditional_mod enum.Matt Turner2014-07-051-1/+1
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-2/+1
* i965/vec4: Use swizzle() in the ARB_vertex_program code.Francisco Jerez2014-02-191-24/+9
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-3/+3
* i965: Fix broken assertsChris Forbes2013-11-171-1/+1
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-151-1/+1
* i965/gs: Update defines related to GS surface organization.Paul Berry2013-08-311-1/+1
* i965: Stop including brw_vs.h from brw_vec4.h.Paul Berry2013-08-231-0/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-2/+2
* 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