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