i965/fs: Use a separate variable to keep track of the last uniform index seen.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_fp.cpp
2014-02-19 Francisco Jerezi965/fs: Use a separate variable to keep track of the...
2014-02-19 Francisco Jerezi965/fs: Use offset() in the ARB_fragment_program code.
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-01-23 Kenneth Graunkei965/fs: Plumb sampler index into emit_texture_gen7.
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-07 Chris Forbesi965/fs: Sample from MCS surface when required
2013-10-15 Eric Anholti965: Always have the struct gl_program * in the backen...
2013-09-21 Eric Anholti965/gen4: Fix fragment program rectangle texture shado...
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-01 Chris Forbesi965/fs: add support for ir_txf_ms on Gen6+
2013-02-28 Matt Turneri965/fp: Use the LRP instruction for OPCODE_LRP.
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-12-28 Eric Anholti965/fs: Remove the param_index/param_offset indirection.
2012-12-11 Eric Anholti965/fs: Rewrite discards to use a flag subreg to track...
2012-11-30 Eric Anholti965/fp: Fix segfault on gen4 TXB instructions.
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::fp to fs_visitor.
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::dispatch_width into fs_vi...
2012-11-26 Eric Anholti965: Fix hangs with FP KIL instructions pre-gen6.
2012-11-20 Eric Anholti965/fs: Add helper functions for IF and CMP and use...
2012-11-20 Eric Anholti965/fs: Add helper functions for generating ALU ops...
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-16 Kenneth Graunkemesa: Remove support for named parameters.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...