summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-17/+5
* i965/fs: Add support for compute-to-mrf in 16-wide mode.Eric Anholt2011-04-261-11/+52
* i965/fs: Typo fix a comment.Eric Anholt2011-04-261-1/+1
* i965/fs: Enable constant propagation in 16-wide.Eric Anholt2011-04-261-5/+3
* i965/fs: Add support for 16-wide dispatch with uniforms in use.Eric Anholt2011-04-261-8/+52
* i965/fs: Add a little whitespace between shader dumping debug.Eric Anholt2011-04-261-1/+5
* i965/fs: Add support for compr4 MRF writes.Eric Anholt2011-04-261-14/+18
* i965/fs: Add support for 16-wide dispatch on gen5.Eric Anholt2011-04-261-9/+64
* i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt2011-04-261-68/+174
* i965/fs: Add support for discard instructions in 16-wide mode.Eric Anholt2011-04-261-0/+3
* i965/fs: Add support for math instructions in 16-wide mode.Eric Anholt2011-04-261-4/+37
* i965/fs: Fix interference calculation of pixel_[xy] in 16-wide.Eric Anholt2011-04-261-0/+23
* i965/fs: Disable some optimization passes under 16-wide for now.Eric Anholt2011-04-261-0/+12
* i965/fs: Add support for 16-wide texturing on gen5+.Eric Anholt2011-04-261-21/+29
* i965/fs: Add support for computing pixel_[xy] in 16-wide.Eric Anholt2011-04-261-10/+43
* i965: Move the destination reg setup for 8/16 wide to the emit code.Eric Anholt2011-04-261-1/+0
* i965/fs: Constant-fold immediates in src0 of SEL instructions.Eric Anholt2011-04-131-0/+9
* i965/fs: Constant-fold immediates in src0 of CMP instructions.Eric Anholt2011-04-131-0/+21
* i965/fs: Remove broken optimization for live intervals in loops.Eric Anholt2011-04-081-4/+2
* i965/fs: Switch W and 1/W in Sandybridge interpolation setup.Kenneth Graunke2011-04-021-4/+4
* mesa: Fix ugly indentation left from previous commitIan Romanick2011-03-291-23/+21
* glsl: Calcluate Mesa state slots in front-end instead of back-endIan Romanick2011-03-291-31/+6
* i965: Avoid name clash of loop counter and memberChris Wilson2011-03-291-5/+5
* i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware.Kenneth Graunke2011-03-261-3/+5
* i965/fs: Use different name for inner loop counterIan Romanick2011-03-251-2/+2
* i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.Eric Anholt2011-03-241-12/+27
* i965/fs: Clean up reg_undef args from long ago lack of fs_inst overloads.Eric Anholt2011-03-241-2/+2
* i965/fs: Clean up the emit calls by introducing emit() overload helpers.Eric Anholt2011-03-241-223/+177
* mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-171-9/+0
* i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).Kenneth Graunke2011-03-161-2/+2
* i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.Kenneth Graunke2011-03-161-6/+6
* i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt2011-03-151-0/+11
* i965: Do our lowering passes before the loop of optimization.Eric Anholt2011-03-151-10/+8
* i965: Enable texture lookups whose return type is 'float'Kenneth Graunke2011-03-141-1/+4
* Revert "i965: Use the fixed function GLSL program instead of the ARB program."Eric Anholt2011-03-121-3/+3
* i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt2011-03-111-3/+3
* Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke2011-03-011-1/+1
* i965/fs: Initial plumbing to support TXD.Kenneth Graunke2011-02-251-0/+12
* i965/fs: Complete TXL support on gen5+.Kenneth Graunke2011-02-251-0/+7
* i965/fs: Complete TXL support on gen4.Kenneth Graunke2011-02-251-0/+10
* i965/fs: Use a properly named constant in TXB handling.Kenneth Graunke2011-02-251-1/+1
* i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.Kenneth Graunke2011-02-221-1/+1
* i965/fs: Refactor control flow stack handling.Kenneth Graunke2011-02-221-7/+27
* i965/fs: Avoid register coalescing away gen6 MATH workarounds.Kenneth Graunke2011-02-221-0/+10
* i965/fs: Apply source modifier workarounds to POW as well.Kenneth Graunke2011-02-221-3/+7
* i965: Emit texel offsets in sampler messages.Kenneth Graunke2011-01-311-3/+42
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-12/+12
* glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke2011-01-211-1/+0
* i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2011-01-191-8/+1
* i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt2011-01-191-2/+3