summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-02Merge remote branch 'origin/master' into gallium-array-texturesgallium-array-texturesRoland Scheidegger56-351/+1249
2010-12-02i965: add support for polygon mode on Sandybridge.Xiang, Haihao1-0/+42
2010-12-02i915g: Make sure that new vbo gets updatedJakob Bornecrantz2-5/+10
2010-12-02i915g: Improve debug printing for texturesJakob Bornecrantz1-4/+21
2010-12-02i915g: Fix closure of full batch buffersChris Wilson2-72/+30
2010-12-02i915g: track TODO itemsDaniel Vetter1-0/+29
2010-12-02i915g: assert(depth_surface->offset == 0)Daniel Vetter1-1/+2
2010-12-02i915g: enable x-tiling for render targetsDaniel Vetter1-4/+0
2010-12-02i915g: switch rendering to mipmapped textures to (x,y) offsetsDaniel Vetter3-9/+29
2010-12-02i915g: enable X-tiling for texturesDaniel Vetter3-0/+27
2010-12-02i915g: don't pot-align stride for tiled buffersDaniel Vetter1-2/+3
2010-12-02i915g: postpone mipmap/face offset calculationDaniel Vetter3-27/+43
2010-12-02i915g: implement unfenced relocs for textures using tiling bitsDaniel Vetter3-5/+20
2010-12-02i915g: implement unfenced color&depth buffer using tiling bitsDaniel Vetter2-8/+22
2010-12-02i915g: return tiling in iws->buffer_from_handleDaniel Vetter3-3/+9
2010-12-02i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter8-27/+38
2010-12-02i915g: switch to tiled allocations, kill set_fenceDaniel Vetter4-60/+2
2010-12-02i915g: add winsys function to create tiled buffersDaniel Vetter4-14/+102
2010-12-02i915g: drop alignment parameter from iws->buffer_createDaniel Vetter6-21/+7
2010-12-01glsl: Mark the array access for whole-array comparisons.Eric Anholt1-0/+14
2010-12-01i965: Add support for loops in the VS.Eric Anholt1-25/+33
2010-12-01i965: Enable IF statements in the VS.Eric Anholt1-3/+0
2010-12-01i965: Add support for gen6 CONTINUE instruction emit.Eric Anholt3-4/+28
2010-12-01i965: Add support for gen6 BREAK ISA emit.Eric Anholt4-10/+112
2010-12-01i965: Add support for gen6 DO/WHILE ISA emit.Eric Anholt2-30/+74
2010-12-02Merge remote branch 'origin/master' into gallium-array-texturesRoland Scheidegger125-5161/+6281
2010-12-01i965: Dump the WHILE jump distance on gen6.Eric Anholt1-1/+2
2010-12-01r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-onlyMarek Olšák1-1/+2
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák7-13/+28
2010-12-01i915: Correctly generate unconditional KIL instructionsIan Romanick1-1/+5
2010-12-01i915: Request that POW instructions be loweredIan Romanick1-0/+1
2010-12-01glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick4-4/+33
2010-12-01glsl: Use M_LOG2E constant instead of calling log2Ian Romanick2-3/+7
2010-12-01glsl: Add comments to lower_jumps (from the commit message).Kenneth Graunke1-0/+31
2010-12-01glsl: Remove "discard" support from lower_jumps.Kenneth Graunke1-11/+2
2010-12-01glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke5-1/+204
2010-12-01glsl: Add an optimization pass to simplify discards.Kenneth Graunke5-0/+184
2010-12-01ir_to_mesa: Add support for conditional discards.Marek Olšák1-2/+7
2010-12-01r600c: fix some opcodes on evergreenAlex Deucher1-8/+56
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák4-1/+29
2010-12-01vega: Remove extraneous ;José Fonseca1-1/+1
2010-12-01scons: Move MSVS_VERSION option to common module.José Fonseca2-1/+1
2010-12-01svga: Silence debug printf.José Fonseca1-1/+0
2010-12-01st/vega: Avoid unnecessary constant bufer upload.Chia-I Wu1-30/+48
2010-12-01st/vega: Initialize pipe states with renderer.Chia-I Wu3-26/+28
2010-12-01st/vega: Create drawing surface mask as needed.Chia-I Wu3-35/+38
2010-12-01st/vega: Delay blend texture creation until needed.Chia-I Wu4-57/+32
2010-12-01st/vega: Remove st_inlines.h.Chia-I Wu5-127/+1
2010-12-01st/vega: Simplify radial gradient.Chia-I Wu1-73/+46
2010-12-01st/vega: Fix degenerate paints.Chia-I Wu6-9/+80