summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * i915g: enable X-tiling for texturesDaniel Vetter2010-12-023-0/+27
| * i915g: don't pot-align stride for tiled buffersDaniel Vetter2010-12-021-2/+3
| * i915g: postpone mipmap/face offset calculationDaniel Vetter2010-12-023-27/+43
| * i915g: implement unfenced relocs for textures using tiling bitsDaniel Vetter2010-12-023-5/+20
| * i915g: implement unfenced color&depth buffer using tiling bitsDaniel Vetter2010-12-022-8/+22
| * i915g: return tiling in iws->buffer_from_handleDaniel Vetter2010-12-022-1/+5
| * i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter2010-12-025-10/+13
| * i915g: switch to tiled allocations, kill set_fenceDaniel Vetter2010-12-022-23/+2
| * i915g: add winsys function to create tiled buffersDaniel Vetter2010-12-021-0/+14
| * i915g: drop alignment parameter from iws->buffer_createDaniel Vetter2010-12-023-4/+4
| * r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-onlyMarek Olšák2010-12-011-1/+2
| * r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák2010-12-017-13/+28
| * r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák2010-12-011-1/+1
| * svga: Silence debug printf.José Fonseca2010-12-011-1/+0
| * llvmpipe: Fix build errors on x86.Chia-I Wu2010-12-012-4/+5
| * gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-3032-655/+692
| * r300g: fix texture border color once againMarek Olšák2010-11-301-2/+37
| * scons: add alias for identityZack Rusin2010-11-301-0/+2
| * llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell2010-11-301-1/+1
| * llvmpipe: remove misleading debug stringKeith Whitwell2010-11-301-1/+0
| * llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell2010-11-301-0/+5
| * scons: Alias for svgaJosé Fonseca2010-11-301-0/+2
| * svga: Use consistent hexadecimal representation on debug output.José Fonseca2010-11-301-1/+1
| * util: rename u_mempool -> u_slabMarek Olšák2010-11-305-21/+21
| * r600g: it looks like r600 can handle dword offsets in the indices.Dave Airlie2010-11-291-7/+0
| * r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well.Henri Verbeet2010-11-271-0/+1
| * r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.Henri Verbeet2010-11-272-0/+2
| * nvfx: reset nvfx->hw_zetaXavier Chantry2010-11-251-1/+3
| * nvfx: fb->nr_cbufs <= 1 on nv30Xavier Chantry2010-11-251-1/+1
| * r600g: Removed duplicated call to tgsi_split_literal_constant().Tilman Sauerbeck2010-11-231-4/+0
| * r600g: Only compare active vertex elementsMathias Fröhlich2010-11-231-1/+2
| * llvmpipe: Remove unnecessary headers.Vinson Lee2010-11-221-2/+0
| * r600g: add support for ontario APUsAlex Deucher2010-11-224-0/+26
| * r300g: Avoid returning values in a static array, fixing a potential raceMathias Fröhlich2010-11-221-11/+21
| * r600g: fix additional EVENT_WRITE packetAlex Deucher2010-11-221-0/+9
| * gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-227-0/+20
| * Merge branch 'lp-offset-twoside'Keith Whitwell2010-11-226-69/+306
| |\
| | * llvmpipe: twoside for specular color alsoKeith Whitwell2010-11-194-20/+42
| | * llvmpipe: fix up twoside after recent changesKeith Whitwell2010-11-191-8/+7
| | * llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay2010-11-191-155/+159
| | * llvmpipe: clean up polygon offset function in lp setup codeHui Qi Tay2010-11-151-44/+16
| | * llvmpipe: added llvm offset setup codeHui Qi Tay2010-11-044-46/+143
| | * llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay2010-11-014-5/+103
| | * llvmpipe: turn off draw offset/twoside when we can handle itKeith Whitwell2010-10-221-27/+72
| * | r600g: pick correct color swap for A8 fbos.Dave Airlie2010-11-221-0/+1
* | | [g3dvl] double buffering seems to be enoughChristian König2010-12-101-1/+1
* | | [g3dvl] try a different buffer aproachChristian König2010-12-092-16/+81
* | | [g3dvl] split mc code into state and bufferChristian König2010-12-082-6/+21
* | | [g3dvl] move buffer mapping/unmapping out of flushChristian König2010-12-081-0/+4
* | | [g3dvl] rework pot buffer handling and flushingChristian König2010-12-071-3/+15