Replace gl_vert_result enum with gl_varying_slot.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
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.
2012-10-17 Eric Anholti965/vs: Trim the swizzle of the scratch write temporary.
2012-10-17 Eric Anholti965/vs: Do the temporary allocation in emit_scratch_wr...
2012-10-17 Eric Anholti965/vs: Simplify emit_scratch_write() prototype.
2012-10-10 Kenneth Graunkei965/vs: Fix unit mismatch in scratch base_offset param...
2012-08-27 Kenneth Graunkei965: Index sampler program key data by linker-assigned...
2012-08-25 Kenneth Graunkei965: Use linker-assigned sampler IDs in instruction...
2012-08-25 Kenneth Graunkei965/vs: Rename "sampler" to "texunit" in texturing...
2012-08-09 Eric Anholti965/vs: Add support for copying user edge flags.
2012-08-07 Eric Anholti965/vs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholti965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT...
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-08-06 Kenneth Graunkei965/vs: Don't clobber sampler message MRFs with subexp...
2012-07-06 Eric Anholti965/vs: Move the other two src_reg/dst_reg constructor...
2012-06-15 Paul Berryi965: Add support for ir_unop_f2u to i965 backend.
2012-06-07 Kenneth Graunkei965: Enable the GL_ARB_shader_bit_encode extension.
2012-06-05 Kenneth Graunkei965/vs: Fix texelFetchOffset() on pre-Gen7.
2012-05-17 Eric Anholti965/vs: Fix up swizzle for dereference_array of matrices.
2012-04-24 Eric Anholti965/vs: Fix texelFetchOffset()
2012-02-29 Kenneth Graunkei965: Fix swizzles for system values such as gl_InstanceID.
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2012-01-30 Eric Anholti965/vs: Avoid allocating registers in to the gen7...
2012-01-23 Paul Berryi965/vs: Fix bogus assertion in emit_block_move()
2012-01-23 Eric Anholti965/vs: Enable workaround-free math on gen7.
2012-01-23 Eric Anholti965/vs: Use the embedded-comparison SEL on gen6+,...
2012-01-18 Kenneth Graunkei965/vs: Take attributes into account when deciding...
2012-01-18 Eric Anholti965/vs: Fix leak of an empty hash_table structure...
2012-01-11 Eric Anholti965/vs: Try to emit more components of constant vector...
2012-01-04 Kenneth Graunkei965/vs: Use the proper dimensionality for the sampler...
2012-01-02 Eric Anholti965: Silence gcc warning about uninitialized "inst...
2011-12-20 Kenneth Graunkei965/vs: Implement EXT_texture_swizzle support for...
2011-12-20 Kenneth Graunkei965/vs: Add support for texel offsets.
2011-12-20 Kenneth Graunkei965/vs: Implement vec4_visitor::visit(ir_texture *).
2011-11-11 Eric Anholti965: Add support for gl_VertexID and gl_InstanceID.
2011-11-02 Paul Berryi965: Add support for integral vertex attributes.
2011-10-31 Paul Berryi965: Fix flat integral varyings.
2011-10-28 Ian Romanicki965: Use glsl_type::column_type instead of open-coding it
2011-10-20 Eric Anholti965/vs: Fix comparisons with uint negation.
2011-10-19 Brian Pauli965: silence signed/unsigned comparison warning
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Paul Berryi965 Gen6+: De-compact clip planes.
2011-10-07 Paul Berryi965 VS: Change nr_userclip to nr_userclip_planes.
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-07 Paul Berryi965: Move ClipPlanesEnabled state to VS cache key.
2011-10-05 Paul Berryi965 Gen6: Implement gl_ClipVertex.
2011-10-03 Kenneth Graunkei965/vs: Implement integer quotient and remainder math...
2011-10-02 Ian Romanicki965/vs: Fix swizzle related assertion
2011-09-30 Chris Wilsoni965: Assign instead of compare inside assert
2011-09-28 Eric Anholti965/vs: Add support for bit-shift operations.
2011-09-28 Paul Berryi965 new VS: Fix bugs in pre-GEN6 psiz/flags computation
2011-09-28 Paul Berryi965 new VS: don't share clip plane constants in pre...
2011-09-23 Paul Berryi965: Set up clip distance VUE slots appropriately...
2011-09-21 Eric Anholti965/vs: Return a dummy value when visiting ir_texture.
2011-09-20 Eric Anholti965/vs: Do VUE writes using the MRF file instead of...
2011-09-09 Eric Anholti965/vs: Keep track of indices into a per-register...
2011-09-09 Eric Anholti965/vs: Fix variable indexed array access with more...
2011-09-09 Eric Anholti965/vs: Add annotation to more of the URB write.
2011-09-07 Eric Anholti965/vs: Fix point size handling on gen4.
2011-09-07 Eric Anholti965/vs: Add support for vector comparison ops resultin...
2011-09-07 Eric Anholti965/vs: Fix gen4 comparisons used for predication.
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: new VS: Compute urb entry size based on the VUE...
2011-09-06 Paul Berryi965: new VS: Clarify comments about max_usable_mrf...
2011-09-06 Paul Berryi965: new VS: use the VUE map to write out vertex attri...
2011-09-06 Paul Berryi965: new VS: move clip distance computation (GEN5...
2011-09-06 Paul Berryi965: new VS: Move PSIZ/flags computation to a separate...
2011-09-06 Paul Berryi965: new VS: move NDC computation (GEN4-5) to a separa...
2011-09-06 Paul Berryi965: new VS: Use output_reg[] to find NDC and HPOS...
next