summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Delete the old vec4_vp codeJason Ekstrand2015-10-021-649/+0
* i965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.Kenneth Graunke2015-07-091-6/+3
* i965/vec4: Turn some _mesa_problem calls into assertsJason Ekstrand2015-06-231-6/+3
* i965: Add a devinfo field to backend_visitor and use it for gen checksJason Ekstrand2015-04-221-2/+2
* i965/vec4: Add a helper function to emit VS_OPCODE_PULL_CONSTANT_LOADNeil Roberts2015-04-161-22/+5
* i965/skl: Send a message header when doing constant loads SIMD4x2Neil Roberts2015-03-171-0/+9
* i965: Use greater-equal cmod to implement maximum.Matt Turner2015-02-191-2/+2
* i965: Don't emit saturates for instructions without destinations.Matt Turner2015-02-191-1/+1
* i965/vec4/vp: Use vec4_visitor::CMP.Matt Turner2015-02-151-2/+1
* i965/vec4: Init mlen for several send from GRF instructions.Francisco Jerez2015-02-101-0/+1
* i965/vec4: Remove dependency of vec4_instruction on the visitor class.Francisco Jerez2015-02-101-2/+2
* 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