index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-4
/
+2
|
/
*
Fix format not a string literal error with -Werror=format-security
Eugeni Dodonov
2011-06-10
1
-1
/
+1
*
i965/fs: Use the embedded compare in SEL on gen6+.
Eric Anholt
2011-05-31
1
-4
/
+8
*
i965/fs: Do a FS compile up front at link time to produce link errors.
Eric Anholt
2011-05-27
1
-17
/
+93
*
i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.
Eric Anholt
2011-05-27
1
-1679
/
+9
*
i965/fs: Split the BRW native code emit to brw_fs_emit.cpp
Eric Anholt
2011-05-27
1
-839
/
+0
*
i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp.
Eric Anholt
2011-05-27
1
-49
/
+1
*
i965: Move non-FS-specific shader support to brw_shader.cpp.
Eric Anholt
2011-05-27
1
-99
/
+0
*
i965: Avoid generating MOVs for assignments of expressions.
Eric Anholt
2011-05-27
1
-11
/
+71
*
i965/fs: Move the computation of register block count from unit to compile.
Eric Anholt
2011-05-27
1
-2
/
+2
*
i965/fs: Track fixed GRF regs separate from allocated GRF file in scheduling.
Eric Anholt
2011-05-27
1
-1
/
+1
*
i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.
Eric Anholt
2011-05-26
1
-1
/
+1
*
i965: Fix assertion failures in unused brw_reg setup by deleting it.
Eric Anholt
2011-05-25
1
-1
/
+0
*
i965: Fix sampling on Ivybridge after headerless change.
Kenneth Graunke
2011-05-20
1
-2
/
+13
*
i965: Remove "TXD" from justification of sampler message headers.
Kenneth Graunke
2011-05-20
1
-1
/
+1
*
i965/fs: Don't emit a header on gen5+ sample messages unless required.
Eric Anholt
2011-05-18
1
-7
/
+19
*
i965/fs: Fix GPU hang on texture2d-bias on pre-Ironlake.
Eric Anholt
2011-05-18
1
-4
/
+7
*
i965: Add support for correct GL_CLAMP behavior by clamping coordinates.
Eric Anholt
2011-05-18
1
-13
/
+32
*
i965/fs: Drop the viewport index/rtai clearing in gen6 fb writes.
Eric Anholt
2011-05-18
1
-6
/
+0
*
i965/fs: Add support for "if" statements in 16-wide mode on gen6+.
Eric Anholt
2011-05-18
1
-2
/
+2
*
i965/fs: Fix discard and alpha test in 16-wide.
Eric Anholt
2011-05-18
1
-6
/
+8
*
i965/fs: Cut an instruction and a temporary from gen6 discard statements.
Eric Anholt
2011-05-18
1
-36
/
+28
*
i965/fs: Fix compiler warnings about dead code from 963431829055f63ec94d
Eric Anholt
2011-05-18
1
-19
/
+0
*
i965: Avoid register coalescing away MATH workarounds on Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+1
*
i965: Add support for IF/ELSE/ENDIF control flow on Ivybridge.
Kenneth Graunke
2011-05-17
1
-2
/
+3
*
i965: Add support for Ivybridge texturing messages.
Kenneth Graunke
2011-05-17
1
-3
/
+65
*
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
[prev]
[next]