i965/cfg: Clean up cfg_t constructors.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_generator.cpp
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-11-20 Matt Turneri965/fs: Don't emit SIMD16 BFI instructions.
2013-11-20 Matt Turneri965/fs: Emit compressed 3-source instructions on Haswell.
2013-11-12 Eric Anholti965/fs: Fix message setup for SIMD8 spills.
2013-11-06 Chris Forbesi965/fs: Gen4-5: Setup discard masks for MRT alpha...
2013-11-05 Kenneth Graunkei965: Expose brw_reg_from_fs_reg() to other files.
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleMask[]
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleID
2013-10-31 Eric Anholti965/fs: Use the gen7 scratch read opcode when possible.
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
2013-10-31 Eric Anholti965/fs: Fix register spilling for 16-wide.
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/fs: Add support for shadow comparitors with gather4
2013-10-26 Chris Forbesi965: Add SHADER_OPCODE_TG4_OFFSET for gather with...
2013-10-23 Paul Berryi965/fs: Only unroll high-accuracy dFdy() from SIMD16...
2013-10-22 Chris Forbesi965/fs: Fix accidental type conversion in header setup
2013-10-22 Chris Forbesi965/fs: Fix handling of sampler messages with header...
2013-10-15 Eric Anholti965/fs: Dynamically set up the WM binding table offsets.
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...