summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-2/+2
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-5/+5
2013-03-02i965/fs: add support for ir_txf_ms on Gen6+Chris Forbes1-2/+3
2013-02-28i965/fp: Use the LRP instruction for OPCODE_LRP.Matt Turner1-8/+4
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-1/+1
2012-12-28i965/fs: Remove the param_index/param_offset indirection.Eric Anholt1-3/+2
2012-12-11i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.Eric Anholt1-8/+9
2012-11-29i965/fp: Fix segfault on gen4 TXB instructions.Eric Anholt1-0/+2
2012-11-26i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke1-2/+2
2012-11-26i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.Kenneth Graunke1-2/+2
2012-11-25i965: Fix hangs with FP KIL instructions pre-gen6.Eric Anholt1-0/+2
2012-11-20i965/fs: Add helper functions for IF and CMP and use them.Eric Anholt1-14/+9
2012-11-20i965/fs: Add helper functions for generating ALU ops, like in the VS.Eric Anholt1-53/+42
2012-10-17i965: Share the predicate field between FS and VS.Eric Anholt1-5/+5
2012-10-16mesa: Remove support for named parameters.Kenneth Graunke1-3/+1
2012-10-08i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt1-0/+784