i965: Don't emit saturates for instructions without destinations.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_fp.cpp
2015-02-20 Matt Turneri965: Don't emit saturates for instructions without...
2015-02-18 Matt Turneri965/fs: Emit MAD instructions when possible.
2015-01-19 Kenneth Graunkei965: Replace fs_reg(fs_visitor, type) with fs_visitor...
2015-01-15 Jason Ekstrandi965/fs: Don't take an ir_variable for emit_general_int...
2015-01-15 Connor Abbotti965/fs: Don't pass through the coordinate type
2015-01-15 Connor Abbotti965/fs: make emit_fragcoord_interpolation() not take...
2014-12-16 Timothy Arcerii965: remove commented out code
2014-10-16 Connor Abbotti965/fs: don't make a fake ir_texture in the Mesa IR...
2014-10-16 Kenneth Graunkei965/fs: Refactor the texture emission logic into a...
2014-10-16 Connor Abbotti965/fs: Make swizzle_result() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: don't pass in ir_texture to emit_texture_*
2014-10-16 Connor Abbotti965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_t...
2014-10-16 Connor Abbotti965/fs: Don't use ir->coordinate in emit_texture_*.
2014-10-16 Connor Abbotti965/fs: make rescale_texcoord() not use ir_texture.
2014-10-16 Connor Abbotti965/fs: don't use ir->offset in emit_texture_gen5.
2014-10-16 Kenneth Graunkei965/fs: Move texel offset handling to visit(ir_texture *).
2014-10-02 Jason Ekstrandi965/fs_fp: Use null_reg from fs_visitor instead of...
2014-09-30 Jason Ekstrandi964/fs: Make immediate fs_reg constructors explicit
2014-09-22 Jordan Justeni965/fs: Remove direct fs_visitor brw_wm_prog_key depen...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_visitor gl_fragment_program...
2014-09-01 Connor Abbotti965/fs: don't use ir->shadow_comparitor in emit_texture_*
2014-09-01 Connor Abbotti965/fs: don't pass ir_variable * to emit_frontfacing_i...
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/fs: pass sampler as src1 of texture op
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-05-19 Kenneth Graunkei965/fs: Replace c->key with a direct reference in...
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...