i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_generator.cpp
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-09 Chia-I Wui965: allow SIMD8 sampler messages in SIMD16 mode
2013-10-07 Matt Turneri965: Remove the "ARF" register file.
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-03 Paul Berryi965/fs: Improve accuracy of dFdy() to match dFdx().
2013-10-02 Chris Forbesi965: use gather slots in the binding table for gather4.
2013-10-02 Chris Forbesi965: add SHADER_OPCODE_TG4
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-09-18 Kenneth Graunkei965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4...