i965/vs: Abort on unsupported opcodes rather than failing.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_emit.cpp
2012-11-29 Kenneth Graunkei965/vs: Abort on unsupported opcodes rather than failing.
2012-11-29 Kenneth Graunkei965/vs: Move some functions from brw_vec4_emit.cpp...
2012-11-27 Chris Forbesi965: emit w/a for packed attribute formats in VS
2012-11-19 Kenneth Graunkei965/vs: Don't lose attribute type when converting...
2012-11-15 Kenneth Graunkei965: Remove duplicate brw_opcodes table in favor of...
2012-11-01 Kenneth Graunkei965/vs: Remove support for the old parameter layout.
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...
2012-11-01 Kenneth Graunkei965/vs: Add support for emitting DPH opcodes.
2012-11-01 Kenneth Graunkei965/vs: Only do INTEL_DEBUG=perf when there's a GLSL...
2012-10-10 Eric Anholti965/vs: Add support for splitting virtual GRFs.
2012-10-10 Eric Anholti965/vs: Try again when we've successfully spilled...
2012-10-10 Kenneth Graunkei965/vs: Implement register spilling.
2012-09-21 Kenneth Graunkei965: Remove brw_set_predicate_inverse(p, true) from...
2012-09-17 Eric Anholti965: Move program dump to a helper function in brw_eu.c.
2012-08-27 Kenneth Graunkei965/vs: Add VS program key dumping to INTEL_DEBUG...
2012-08-14 Eric Anholti965: Fix the scaling of seconds to ms in perf debug.
2012-08-13 Eric Anholti965: Add perf debug for stalls during shader compiles.
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-08-08 Eric Anholti965/vs: Protect pow(x,y) MOV of y on gen4 from other...
2012-08-08 Eric Anholti965: Drop the confusing saturate argument to math...
2012-08-07 Eric Anholti965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-01-27 Kenneth Graunkei965/vs: Use the sampler for VS pull constant loading...
2012-01-18 Kenneth Graunkei965/vs: Take attributes into account when deciding...
2011-12-21 Eric Anholti965: Don't make consumers of brw_CONT/brw_WHILE track...
2011-12-21 Eric Anholti965: Don't make consumers of brw_WHILE do pre-gen6...
2011-12-21 Eric Anholti965: Don't make consumers of brw_DO()/brw_WHILE()...
2011-12-21 Eric Anholti965: Drop unused do_insn argument from gen6_CONT().
2011-12-20 Kenneth Graunkei965/vs: Add support for texel offsets.
2011-12-20 Kenneth Graunkei965/vs: Implement vec4_visitor::generate_tex().
2011-11-11 Eric Anholti965: Add support for gl_VertexID and gl_InstanceID.
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
2011-11-02 Paul Berryi965: Add support for integral vertex attributes.
2011-10-18 Kenneth Graunkei965: Rename pixel_scoreboard_clear to last_render_targ...
2011-10-18 Kenneth Graunkei965: Use Ivybridge's "Legacy Data Port" for reads...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-03 Kenneth Graunkei965: Reverse the operands for INT DIV prior to Gen6.
2011-10-03 Kenneth Graunkei965/vs: Implement integer quotient and remainder math...
2011-09-30 Chris Wilsoni965/gen6: Fix assign instead of compare in assert
2011-09-28 Paul Berryi965 new VS: don't share clip plane constants in pre...
2011-09-23 Paul Berryi965: Don't upload clip planes when gl_ClipDistance...
2011-09-20 Eric Anholti965/vs: Add support for compute-to-MRF.
2011-09-20 Eric Anholti965/vs: Handle destinations in the MRF file.
2011-09-20 Eric Anholti965/vs: Add support for simple algebraic optimizations.
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.
2011-09-09 Eric Anholti965/vs: Add support for overflowing the number of...
2011-09-09 Eric Anholti965/vs: Pack uniform registers before optimization
2011-09-07 Eric Anholti965/vs: Use write commits on scratch writes in pre...
2011-09-07 Eric Anholti965/vs: Fix message setup for array read/writes on...
2011-09-07 Eric Anholti965/vs: Fix constant-indexed array read/write addresse...
2011-09-07 Eric Anholti965/vs: Make pre-gen6 math operate in vector mode...
2011-09-07 Eric Anholti965/vs: Fix copy-and-paste disaster in pre-gen6 POW...
2011-09-02 Kenneth Graunkei965/vs: Fix NULL pointer dereference in pre-Gen6 push...
2011-08-30 Eric Anholti965/vs: Fix GL_FIXED setup when a writemask is present.
2011-08-30 Eric Anholti965/vs: Pack live uniform vectors together in the...
2011-08-30 Eric Anholti965/vs: Add support for pull constant loads for unifor...
2011-08-30 Eric Anholti965: Use native integer uniforms when the new VS backe...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Eric Anholti965/vs: Add simple dead code elimination.
2011-08-16 Eric Anholti965/vs: Fix multiplies to actually do 32-bit multiplies.
2011-08-16 Eric Anholti965/vs: Remove remaining use of foreach_iter.
2011-08-16 Eric Anholti965/vs: Fix abs/negate handling on attributes.
2011-08-16 Eric Anholti965/vs: Run the shader backend at link time and return...
2011-08-16 Eric Anholti965/vs: Fix the trivial register allocator's failure...
2011-08-16 Eric Anholti965/vs: Add support for GL_FIXED attributes.
2011-08-16 Eric Anholti965/vs: Fix access of attribute arrays.
2011-08-16 Eric Anholti965/vs: Add support for ir_binop_pow.
2011-08-16 Eric Anholti965/vs: Respect the gen6 limitation that math opcodes...
2011-08-16 Eric Anholti965/vs: Add support for scratch read/write codegen.
2011-08-16 Eric Anholti965/vs: Move virtual GRFs with array accesses to them...
2011-08-16 Eric Anholti965/vs: Add support for if(any_nequal()) and if(all_eq...
2011-08-16 Eric Anholti965/vs: Add support for dot product opcodes.
2011-08-16 Eric Anholti965/vs: Drop the assertion about dst.reg_offset == 0.
2011-08-16 Eric Anholti965/vs: Fix support for zero uniforms in use.
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.