i965/nir/vec4: Implement load_const intrinsic
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_vp.cpp
2015-07-10 Kenneth Graunkei965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
2015-06-23 Jason Ekstrandi965/vec4: Turn some _mesa_problem calls into asserts
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-16 Neil Robertsi965/vec4: Add a helper function to emit VS_OPCODE_PULL...
2015-03-17 Neil Robertsi965/skl: Send a message header when doing constant...
2015-02-20 Matt Turneri965: Use greater-equal cmod to implement maximum.
2015-02-20 Matt Turneri965: Don't emit saturates for instructions without...
2015-02-15 Matt Turneri965/vec4/vp: Use vec4_visitor::CMP.
2015-02-10 Francisco Jerezi965/vec4: Init mlen for several send from GRF instruct...
2015-02-10 Francisco Jerezi965/vec4: Remove dependency of vec4_instruction on...
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-12 Kenneth Graunkei965/vp: Use the sampler for pull constant loads on...
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-02-19 Francisco Jerezi965/vec4: Use swizzle() in the ARB_vertex_program...
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...