i965/gs: Add a case to brwNewProgram() for geometry shaders.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_emit.cpp
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.