summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: set minimum/maximum Point Width on SandybridgeXiang, Haihao2010-12-071-1/+3
* i965: Nuke brw_wm_glsl.c.Eric Anholt2010-12-068-1057/+10
* i965: Add support for the instruction compression bits on gen6.Eric Anholt2010-12-064-47/+91
* i965: Align gen6 push constant size to dispatch width.Eric Anholt2010-12-061-1/+2
* i965: Make the sampler's implied move on gen6 be a raw move.Eric Anholt2010-12-061-1/+1
* i965: Fix up gen6 samplers for their usage by brw_wm_emit.cEric Anholt2010-12-061-7/+9
* i965: Fix gen6 interpolation setup for 16-wide.Eric Anholt2010-12-061-15/+26
* i965: Don't smash a group of coordinates doing gen6 16-wide sampler headers.Eric Anholt2010-12-061-0/+1
* i965: Fix up 16-wide gen6 FB writes after various refactoring.Eric Anholt2010-12-061-9/+8
* i965: Provide delta_xy reg to gen6 non-GLSL path PINTERP.Eric Anholt2010-12-061-8/+6
* i965: Move payload reg setup to compile, not lookup time.Eric Anholt2010-12-069-110/+118
* i965: Fix GS state uploading on SandybridgeZhenyu Wang2010-12-062-5/+14
* i965: fix for flat shading on SandybridgeXiang, Haihao2010-12-061-2/+9
* i965: Fix compile warning about missing opcodes.Eric Anholt2010-12-041-0/+5
* i965: Update gen6 SF state on fragment program change too.Eric Anholt2010-12-041-1/+3
* i965: Update gen6 WM state on compiled program change, not just FP change.Eric Anholt2010-12-041-1/+3
* i965: add support for polygon mode on Sandybridge.Xiang, Haihao2010-12-021-0/+42
* i965: Add support for loops in the VS.Eric Anholt2010-12-011-25/+33
* i965: Enable IF statements in the VS.Eric Anholt2010-12-011-3/+0
* i965: Add support for gen6 CONTINUE instruction emit.Eric Anholt2010-12-013-4/+28
* i965: Add support for gen6 BREAK ISA emit.Eric Anholt2010-12-014-10/+112
* i965: Add support for gen6 DO/WHILE ISA emit.Eric Anholt2010-12-012-30/+74
* i965: Dump the WHILE jump distance on gen6.Eric Anholt2010-12-011-1/+2
* i965: also using align1 mode for math2 on sandybridgeZhenyu Wang2010-12-011-6/+50
* i965: Fix type of gl_FragData[] dereference for FB write.Eric Anholt2010-11-291-1/+3
* i965: Don't write mrf assignment for pointsize outputKristian Høgsberg2010-11-241-1/+2
* i965: Use the new embedded compare in SEL on gen6 for VS MIN and MAX opcodes.Eric Anholt2010-11-231-6/+24
* i965: Don't upload line smooth params unless we're line smoothing.Eric Anholt2010-11-231-2/+3
* i965: Don't upload line stipple pattern unless we're stippling.Eric Anholt2010-11-231-0/+3
* i965: Don't upload polygon stipple unless required.Eric Anholt2010-11-231-1/+7
* i965: Move gen4 blend constant color to the gen4 blending file.Eric Anholt2010-11-232-34/+25
* i965: Remove duplicate MRF writes in the FS backend.Eric Anholt2010-11-192-0/+152
* i965: Improve compute-to-mrf.Eric Anholt2010-11-191-53/+49
* i965: Recognize saturates and turn them into a saturated mov.Eric Anholt2010-11-192-0/+27
* i965: Fold constants into the second arg of BRW_SEL as well.Eric Anholt2010-11-191-0/+1
* i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.Eric Anholt2010-11-191-1/+0
* i965: Just use memset() to clear most members in FS constructors.Eric Anholt2010-11-191-18/+11
* i965: Fix compute_to_mrf to not move a MRF write up into another live range.Eric Anholt2010-11-191-7/+5
* glsl: Combine many instruction lowering passes into one.Kenneth Graunke2010-11-191-4/+6
* glsl: Add ir_quadop_vector expressionIan Romanick2010-11-191-0/+1
* glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick2010-11-191-0/+3
* glsl: Add ir_unop_sin_reduced and ir_unop_cos_reducedIan Romanick2010-11-191-0/+2
* i965: Eliminate dead code more aggressively.Eric Anholt2010-11-181-13/+4
* i965: Fail on loops on gen6 for now until we write the EU emit code for it.Eric Anholt2010-11-181-0/+4
* i965: Add dumping of the sampler default color.Eric Anholt2010-11-181-0/+11
* i965: Add state dumping for sampler state.Eric Anholt2010-11-181-2/+39
* i965: Shut up spurious gcc warning about GLSL_TYPE enums.Eric Anholt2010-11-181-0/+4
* glsl: Remove the ir_binop_cross opcode.Kenneth Graunke2010-11-172-29/+0
* i965: Fix gl_FragCoord inversion when drawing to an FBO.Eric Anholt2010-11-143-3/+6
* i965: Silence uninitialized variable warning.Vinson Lee2010-11-131-0/+1