aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-2/+2
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-5/+5
* i965/fs: add support for ir_txf_ms on Gen6+Chris Forbes2013-03-021-2/+3
* i965/fp: Use the LRP instruction for OPCODE_LRP.Matt Turner2013-02-281-8/+4
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-1/+1
* i965/fs: Remove the param_index/param_offset indirection.Eric Anholt2012-12-281-3/+2
* i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.Eric Anholt2012-12-111-8/+9
* i965/fp: Fix segfault on gen4 TXB instructions.Eric Anholt2012-11-291-0/+2
* i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke2012-11-261-2/+2
* i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.Kenneth Graunke2012-11-261-2/+2
* i965: Fix hangs with FP KIL instructions pre-gen6.Eric Anholt2012-11-251-0/+2
* i965/fs: Add helper functions for IF and CMP and use them.Eric Anholt2012-11-201-14/+9
* i965/fs: Add helper functions for generating ALU ops, like in the VS.Eric Anholt2012-11-201-53/+42
* i965: Share the predicate field between FS and VS.Eric Anholt2012-10-171-5/+5
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-3/+1
* i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt2012-10-081-0/+784