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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: set minimum/maximum Point Width on Sandybridge
Xiang, Haihao
2010-12-07
1
-1
/
+3
*
i965: Nuke brw_wm_glsl.c.
Eric Anholt
2010-12-06
8
-1057
/
+10
*
i965: Add support for the instruction compression bits on gen6.
Eric Anholt
2010-12-06
4
-47
/
+91
*
i965: Align gen6 push constant size to dispatch width.
Eric Anholt
2010-12-06
1
-1
/
+2
*
i965: Make the sampler's implied move on gen6 be a raw move.
Eric Anholt
2010-12-06
1
-1
/
+1
*
i965: Fix up gen6 samplers for their usage by brw_wm_emit.c
Eric Anholt
2010-12-06
1
-7
/
+9
*
i965: Fix gen6 interpolation setup for 16-wide.
Eric Anholt
2010-12-06
1
-15
/
+26
*
i965: Don't smash a group of coordinates doing gen6 16-wide sampler headers.
Eric Anholt
2010-12-06
1
-0
/
+1
*
i965: Fix up 16-wide gen6 FB writes after various refactoring.
Eric Anholt
2010-12-06
1
-9
/
+8
*
i965: Provide delta_xy reg to gen6 non-GLSL path PINTERP.
Eric Anholt
2010-12-06
1
-8
/
+6
*
i965: Move payload reg setup to compile, not lookup time.
Eric Anholt
2010-12-06
9
-110
/
+118
*
i965: Fix GS state uploading on Sandybridge
Zhenyu Wang
2010-12-06
2
-5
/
+14
*
i965: fix for flat shading on Sandybridge
Xiang, Haihao
2010-12-06
1
-2
/
+9
*
i965: Fix compile warning about missing opcodes.
Eric Anholt
2010-12-04
1
-0
/
+5
*
i965: Update gen6 SF state on fragment program change too.
Eric Anholt
2010-12-04
1
-1
/
+3
*
i965: Update gen6 WM state on compiled program change, not just FP change.
Eric Anholt
2010-12-04
1
-1
/
+3
*
i965: add support for polygon mode on Sandybridge.
Xiang, Haihao
2010-12-02
1
-0
/
+42
*
i965: Add support for loops in the VS.
Eric Anholt
2010-12-01
1
-25
/
+33
*
i965: Enable IF statements in the VS.
Eric Anholt
2010-12-01
1
-3
/
+0
*
i965: Add support for gen6 CONTINUE instruction emit.
Eric Anholt
2010-12-01
3
-4
/
+28
*
i965: Add support for gen6 BREAK ISA emit.
Eric Anholt
2010-12-01
4
-10
/
+112
*
i965: Add support for gen6 DO/WHILE ISA emit.
Eric Anholt
2010-12-01
2
-30
/
+74
*
i965: Dump the WHILE jump distance on gen6.
Eric Anholt
2010-12-01
1
-1
/
+2
*
i965: also using align1 mode for math2 on sandybridge
Zhenyu Wang
2010-12-01
1
-6
/
+50
*
i965: Fix type of gl_FragData[] dereference for FB write.
Eric Anholt
2010-11-29
1
-1
/
+3
*
i965: Don't write mrf assignment for pointsize output
Kristian Høgsberg
2010-11-24
1
-1
/
+2
*
i965: Use the new embedded compare in SEL on gen6 for VS MIN and MAX opcodes.
Eric Anholt
2010-11-23
1
-6
/
+24
*
i965: Don't upload line smooth params unless we're line smoothing.
Eric Anholt
2010-11-23
1
-2
/
+3
*
i965: Don't upload line stipple pattern unless we're stippling.
Eric Anholt
2010-11-23
1
-0
/
+3
*
i965: Don't upload polygon stipple unless required.
Eric Anholt
2010-11-23
1
-1
/
+7
*
i965: Move gen4 blend constant color to the gen4 blending file.
Eric Anholt
2010-11-23
2
-34
/
+25
*
i965: Remove duplicate MRF writes in the FS backend.
Eric Anholt
2010-11-19
2
-0
/
+152
*
i965: Improve compute-to-mrf.
Eric Anholt
2010-11-19
1
-53
/
+49
*
i965: Recognize saturates and turn them into a saturated mov.
Eric Anholt
2010-11-19
2
-0
/
+27
*
i965: Fold constants into the second arg of BRW_SEL as well.
Eric Anholt
2010-11-19
1
-0
/
+1
*
i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.
Eric Anholt
2010-11-19
1
-1
/
+0
*
i965: Just use memset() to clear most members in FS constructors.
Eric Anholt
2010-11-19
1
-18
/
+11
*
i965: Fix compute_to_mrf to not move a MRF write up into another live range.
Eric Anholt
2010-11-19
1
-7
/
+5
*
glsl: Combine many instruction lowering passes into one.
Kenneth Graunke
2010-11-19
1
-4
/
+6
*
glsl: Add ir_quadop_vector expression
Ian Romanick
2010-11-19
1
-0
/
+1
*
glsl: Eliminate assumptions about size of ir_expression::operands
Ian Romanick
2010-11-19
1
-0
/
+3
*
glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
Ian Romanick
2010-11-19
1
-0
/
+2
*
i965: Eliminate dead code more aggressively.
Eric Anholt
2010-11-18
1
-13
/
+4
*
i965: Fail on loops on gen6 for now until we write the EU emit code for it.
Eric Anholt
2010-11-18
1
-0
/
+4
*
i965: Add dumping of the sampler default color.
Eric Anholt
2010-11-18
1
-0
/
+11
*
i965: Add state dumping for sampler state.
Eric Anholt
2010-11-18
1
-2
/
+39
*
i965: Shut up spurious gcc warning about GLSL_TYPE enums.
Eric Anholt
2010-11-18
1
-0
/
+4
*
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
2010-11-17
2
-29
/
+0
*
i965: Fix gl_FragCoord inversion when drawing to an FBO.
Eric Anholt
2010-11-14
3
-3
/
+6
*
i965: Silence uninitialized variable warning.
Vinson Lee
2010-11-13
1
-0
/
+1
[next]