i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-07 Matt Turneri965: Generate code for ir_binop_imul_high.
2013-10-07 Matt Turneri965: Use the multiplication result's type for the...
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-05 Chris Forbesi965/vs: Add support for textureGather(.., comp)
2013-10-05 Chris Forbesi965/vs: add missing break between ir_query_levels...
2013-10-05 Chris Forbesi965/vs: implement ir_query_levels
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
2013-10-02 Chris Forbesi965/vs: Add support for ir_tg4
2013-10-02 Francisco Jerezi965: Initialize all member variables of vec4_instructi...
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-16 Paul Berryi965/vec4: Generate URB writes using a loop.
2013-09-11 Paul Berryi965/vec4: Add the ability to emit opcodes with just...
2013-09-11 Paul Berryi965/gs: Set control data header size/format appropriat...
2013-09-11 Kenneth Graunkei965/vec4: Only zero out unused message components...
2013-09-11 Kenneth Graunkei965/vec4: Simplify the computation of coord_mask and...
2013-09-09 Kenneth GraunkeRevert "i965/vec4: Only zero out unused message compone...
2013-09-09 Matt Turneri965: Add support for ir_triop_csel.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-09 Kenneth Graunkei965/vec4: Only zero out unused message components...
2013-09-05 Paul Berryi965/vs: Move vs-specific code out of brw_vec4_visitor...
2013-09-05 Paul Berryi965/vec4: Make with_writemask() non-static.
2013-09-01 Paul Berryi965/gs: Update defines related to GS surface organization.
2013-08-27 Matt Turneri965/vs: Add support for translating ir_triop_fma into...
2013-08-26 Paul Berryi965: Allow C++ type safety in the use of enum brw_urb_...
2013-08-23 Paul Berryi965: Combine 4 boolean args of brw_urb_WRITE into...
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-08-16 Matt Turneri965: Emit MOVs for neg/abs.
2013-08-15 Chris Forbesi965: get rid of clip plane compaction
2013-08-15 Chris Forbesi965/Gen4-5: Set clip flags from clip distances
2013-08-15 Chris Forbesi965/vs: Do legacy clip lowering earlier
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-07-31 Chris Forbesi965/vs: Put lod parameter in the correct place for...
2013-07-26 Chris Forbesi965/vs: Fix flaky texture swizzling
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as...
2013-06-10 Eric Anholti965/vs: Avoid the MUL/MACH/MOV sequence for small...
2013-06-10 Eric Anholti965/vs: Use the MAD instruction when possible.
2013-06-07 Chris Forbesi965/vs: add support for emitting gl_ClipVertex
2013-05-20 Kenneth Graunkei965: Add cases for ir_triop_vector_insert that assert.
2013-05-20 Kenneth Graunkei965: Add cases for ir_binop_vector_extract that assert.
2013-05-13 Jordan Justeni965: write layer if gl_Layer is used in VS
2013-05-09 Eric Anholti965/vs: Make virtual grf live intervals actually cover...
2013-05-06 Matt Turneri965/vs: Add support for bit instructions.
2013-05-01 Kenneth Graunkei965/vs: Fix textureGrad() with shadow samplers on...
2013-04-28 Matt Turneri965/vs: Fix order of source arguments to LRP.
2013-04-26 Matt Turneri965/vs: Add support for LRP instruction.
2013-04-26 Matt Turneri965/vs: Add a function to fix-up uniform arguments...
2013-04-12 Eric Anholti965: Fix compiler warnings since the introduction...
2013-04-11 Paul Berryi965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
2013-04-11 Paul Berryi965/vs: Generalize computation of array strides in...
2013-04-11 Paul Berryi965/vs: Generalize vertex emission code in preparation...
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: Add virtual function make_reg_for_system_value().
2013-04-11 Paul Berryi965/vs: Make some vec4_visitor functions virtual.
2013-04-11 Paul Berryi965/vs: Make vec4_vs_visitor class derived from vec4_v...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_key into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_compile into generic and VS-speci...
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-04-11 Paul Berryi965: Rename backend_visitor::prog to shader_prog.
2013-04-10 Eric Anholti965/vs: Use GRFs for pull constant offsets on gen7.
2013-04-09 Paul Berryi965/vs: Fix DEBUG_SHADER_TIME when VS terminates with...
2013-03-29 Matt Turneri965/fs: Generate LOD sampler message from ir_lod.
2013-03-28 Eric Anholti965/vs: Include URB payload setup in shader_time.
2013-03-24 Paul Berryi965: Move brw_vs_prog_data::outputs_written into VUE...
2013-03-24 Paul Berryi965: Clarify nomenclature: vert_result -> varying
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-01 Chris Forbesi965/vs: add support for ir_txf_ms on Gen6+
2013-02-28 Matt Turneri965/vs: Assert that ir_triop_lrp was lowered.
2013-02-13 Eric Anholti965: Re-enable the -RHW workaround for original gen4...
2013-01-25 Matt Turneri965: Assert that the 4x8 pack/unpack operations have...
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Chad Versacei965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-24 Kenneth Graunkei965/vs: Do headerless texturing for texelFetchOffset().
2013-01-18 Kenneth Graunkei965/vs: Store texturing results into a vec4 temporary.
2013-01-18 Kenneth Graunkei965/vs: Set LOD to 0 for ordinary texture() calls.
2013-01-18 Kenneth Graunkei965/vs: Create a 'lod_type' temporary for ir->lod_info...
2012-12-28 Eric Anholti965/vs: Reference the core GL uniform storage for...
2012-12-14 Chris Forbesi965: vs: Add fixup for textureSize with cube array...
2012-12-14 Chris Forbesi965/vs: Fix gen6+ math operand quirks in one place
2012-12-03 Eric Anholti965/vp: Fix crashes with INTEL_DEBUG=vs.
2012-11-29 Kenneth Graunkei965/vs: Split final assembly code generation out of...
2012-11-29 Kenneth Graunkei965/vs: Rework memory contexts for shader compilation...
2012-11-29 Kenneth Graunkei965/vs: Pass the brw_context pointer into vec4_visitor...
2012-11-27 Chris Forbesi965: emit w/a for packed attribute formats in VS
2012-11-27 Chris Forbesi965: Generalize GL_FIXED VS w/a support
2012-11-26 Chris Forbesi965/vs: add support for emitting SHL, SHR, ASR
2012-11-13 Kenneth Graunkei965/vs: Fix user clip plane setup on Gen4-5.
2012-11-13 Kenneth Graunkei965/vs: Simplify the Gen6-7 part of setup_uniform_clip...
2012-11-13 Kenneth Graunkei965/vs: Split setup_uniform_clipplane_values() into...
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...
2012-11-01 Kenneth Graunkei965/vs: Refactor min/max handling to share code.
2012-11-01 Kenneth Graunkei965/vs: Add support for emitting DPH opcodes.
2012-10-17 Eric Anholti965/vs: Fix the mlen of scratch read/write messages.
next