mesa: add a UniformBooleanTrue option
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_emit.cpp
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.