aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+0
* i965: Implement 16-wide math on G45 and Ironlake.Kenneth Graunke2013-06-161-0/+3
* i965: fix problem with constant out of bounds access (v3)Dave Airlie2013-06-041-0/+1
* i965/fs: Make virtual grf live intervals actually cover their used range.Eric Anholt2013-05-091-2/+2
* i965/fs: Add support for bit instructions.Matt Turner2013-05-061-0/+7
* i965: Share the register file enum between the two backends.Eric Anholt2013-05-021-10/+0
* i965: Make dump_instructions be a virtual method of the visitor.Eric Anholt2013-05-021-2/+1
* i965/fs: Allow LRPs with uniform registers.Eric Anholt2013-04-291-0/+1
* i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke2013-04-291-3/+0
* i965/fs: Add basic-block-level dead code elimination.Eric Anholt2013-04-121-0/+1
* i965/fs: Add a helper function for checking for partial register updates.Eric Anholt2013-04-121-0/+1
* i965: Rename backend_visitor::prog to shader_prog.Paul Berry2013-04-111-1/+1
* i965/fs: Use LD messages for pre-gen7 varying-index uniform loadsEric Anholt2013-04-011-1/+2
* i965/fs: Bake regs_written into the IR instead of recomputing it later.Eric Anholt2013-04-011-1/+1
* i965/fs: Move varying uniform offset compuation into the helper func.Eric Anholt2013-04-011-1/+2
* i965/fs: Switch shader_time writes to using GRFs.Eric Anholt2013-03-281-0/+5
* i965: Track ARB program state along with GLSL state for shader_time.Eric Anholt2013-03-281-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* i965/fs: Switch to using sampler LD messages for uniform pull constants.Eric Anholt2013-03-111-4/+3
* i965/fs: add support for ir_txf_ms on Gen6+Chris Forbes2013-03-021-2/+4
* i965/fs: Use the LRP instruction for ir_triop_lrp when possible.Kenneth Graunke2013-02-281-0/+2
* i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt2013-02-191-0/+1
* i965/fs: Do a general SEND dependency workaround for the original 965.Eric Anholt2013-02-151-0/+4
* i965/fs: Use a helper function for checking for flow control instructions.Eric Anholt2013-02-131-0/+1
* i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)Chad Versace2013-01-241-0/+8
* i965/fs: Fix struct vs. class in acp_entry definitions.Kenneth Graunke2013-01-081-1/+1
* i965/fs: Reference the core GL uniform storage for non-builtin uniforms.Eric Anholt2012-12-281-1/+1
* i965/fs: Remove the param_index/param_offset indirection.Eric Anholt2012-12-281-6/+0
* i965: Add asserts to check that we don't realloc ParameterValues.Eric Anholt2012-12-281-0/+1
* i965: fs: fix gen6+ math operands in one placeChris Forbes2012-12-141-0/+1
* i965/fs: Set up gen7 UBO loads as sends from GRFs.Eric Anholt2012-12-141-0/+8
* i965/fs: Schedule instructions both before and after register allocation.Eric Anholt2012-12-141-1/+1
* i965: Adjust the split between shader_time_end() and shader_time_write().Eric Anholt2012-12-141-1/+1
* i965/fs: Improve performance of shaders that start out with a discard.Eric Anholt2012-12-111-0/+24
* i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.Eric Anholt2012-12-111-1/+0
* i965/fs: Add an instruction flag for choosing the flag subregister.Eric Anholt2012-12-111-1/+6
* i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt2012-12-051-0/+9
* i965: Add a flag for instructions with normal writemasking disabled.Eric Anholt2012-12-051-0/+1
* i965/fs: Add support for uniform array access with a variable index.Eric Anholt2012-12-041-0/+8
* i965/fs: Restrict optimization that would fail for gen7's SENDs from GRFsEric Anholt2012-12-041-0/+3
* i965/fs: Add instruction emit for varying-index reads of uniforms.Eric Anholt2012-12-041-0/+6
* i965/fs: Rename the existing pull constant load opcode.Eric Anholt2012-12-041-3/+3
* i965/fs: Add fs_reg::is_zero() and is_one(); use for opt_algebraic().Kenneth Graunke2012-11-301-0/+2
* i965/fs: Add some minimal backend-IR dumping.Eric Anholt2012-11-281-0/+3
* i965/fs: Split final assembly code generation out of fs_visitor.Kenneth Graunke2012-11-261-34/+76
* i965/fs: Pass the brw_context pointer into fs_visitor explicitly.Kenneth Graunke2012-11-261-1/+2
* i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke2012-11-261-1/+3
* i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor.Kenneth Graunke2012-11-261-1/+1
* i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.Kenneth Graunke2012-11-261-1/+3
* i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().Kenneth Graunke2012-11-261-0/+1