i965/fs: Lower 32x32 bit multiplication on BXT.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_generator.cpp
2014-02-20 Jordan Justeni965: support gl_InvocationID for gen7
2014-02-19 Francisco Jerezi965: Make sure that backend_reg::type and brw_reg...
2014-02-19 Francisco Jerezi965: Unify fs_generator:: and vec4_generator::mark_sur...
2014-02-07 Kenneth Graunkei965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.
2014-01-23 Paul Berryi965: Remove *_generator::shader field; use prog field...
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-23 Kenneth Graunkei965/vec4: Support arbitrarily large sampler state...
2014-01-23 Kenneth Graunkei965/vec4: Refactor sampler message setup.
2014-01-21 Paul Berryi965: Modify some error messages to refer to "vec4...
2013-12-07 Chris Forbesi965: Add shader opcode for sampling MCS surface
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped surfac...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped atomic...
2013-10-26 Chris Forbesi965/vs: Add support for shadow comparitors with gather4
2013-10-26 Chris Forbesi965: Add SHADER_OPCODE_TG4_OFFSET for gather with...
2013-10-25 Paul Berryi965/gs: Fix up gl_PointSize input swizzling for DUAL_I...
2013-10-15 Eric Anholti965/vec4: Dynamically assign the VS/GS binding table...
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-07 Matt Turneri965: Add Gen assertion checks for newer instructions.
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-02 Chris Forbesi965: use gather slots in the binding table for gather4.
2013-10-02 Chris Forbesi965: add SHADER_OPCODE_TG4
2013-09-18 Kenneth Graunkei965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4...