aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Replace c->key with a direct reference in fs_visitor.Kenneth Graunke2014-05-181-1/+1
* i965/fs: Use a separate variable to keep track of the last uniform index seen.Francisco Jerez2014-02-191-1/+1
* i965/fs: Use offset() in the ARB_fragment_program code.Francisco Jerez2014-02-191-69/+62
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-1/+1
* i965/fs: Plumb sampler index into emit_texture_gen7.Kenneth Graunke2014-01-221-1/+1
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-121-1/+1
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-2/+2
* i965/fs: Sample from MCS surface when requiredChris Forbes2013-12-071-1/+1
* i965: Always have the struct gl_program * in the backend visitor.Eric Anholt2013-10-151-7/+7
* i965/gen4: Fix fragment program rectangle texture shadow compares.Eric Anholt2013-09-211-4/+4
* 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