summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-12-02i915g: implement unfenced relocs for textures using tiling bitsDaniel Vetter
2010-12-02i915g: implement unfenced color&depth buffer using tiling bitsDaniel Vetter
2010-12-02i915g: return tiling in iws->buffer_from_handleDaniel Vetter
2010-12-02i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter
2010-12-02i915g: switch to tiled allocations, kill set_fenceDaniel Vetter
2010-12-02i915g: add winsys function to create tiled buffersDaniel Vetter
2010-12-02i915g: drop alignment parameter from iws->buffer_createDaniel Vetter
2010-12-01r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-onlyMarek Olšák
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák
2010-12-01svga: Silence debug printf.José Fonseca
2010-12-01llvmpipe: Fix build errors on x86.Chia-I Wu
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-11-30r300g: fix texture border color once againMarek Olšák
2010-11-30scons: add alias for identityZack Rusin
2010-11-30llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell
2010-11-30llvmpipe: remove misleading debug stringKeith Whitwell
2010-11-30llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell
2010-11-30scons: Alias for svgaJosé Fonseca
2010-11-30svga: Use consistent hexadecimal representation on debug output.José Fonseca
2010-11-30util: rename u_mempool -> u_slabMarek Olšák
2010-11-29r600g: it looks like r600 can handle dword offsets in the indices.Dave Airlie
2010-11-27r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well.Henri Verbeet
2010-11-27r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.Henri Verbeet
2010-11-25nvfx: reset nvfx->hw_zetaXavier Chantry
2010-11-25nvfx: fb->nr_cbufs <= 1 on nv30Xavier Chantry
2010-11-23r600g: Removed duplicated call to tgsi_split_literal_constant().Tilman Sauerbeck
2010-11-23r600g: Only compare active vertex elementsMathias Fröhlich
2010-11-22llvmpipe: Remove unnecessary headers.Vinson Lee
2010-11-22r600g: add support for ontario APUsAlex Deucher
2010-11-22r300g: Avoid returning values in a static array, fixing a potential raceMathias Fröhlich
2010-11-22r600g: fix additional EVENT_WRITE packetAlex Deucher
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-22Merge branch 'lp-offset-twoside'Keith Whitwell
2010-11-22r600g: pick correct color swap for A8 fbos.Dave Airlie
2010-11-21i915g: kill RGBA/X formatsDaniel Vetter
2010-11-21i915g: add pineview pci idsDaniel Vetter
2010-11-21i915g: s/hw_tiled/tilingDaniel Vetter
2010-11-21i915g: rip out ->sw_tiledDaniel Vetter
2010-11-21r300g: silence guard band cap errorsJoakim Sindholt
2010-11-20nvfx: only expose one rt on nv30Xavier Chantry
2010-11-20r600g: Fix location for clip plane registersOwen W. Taylor
2010-11-20r300g: fix rendering with no vertex elementsMarek Olšák
2010-11-19r600g: use full range of VS resources for vertex samplersAlex Deucher
2010-11-19r600g: use meaningful defines for chiprevAlex Deucher
2010-11-19r600g: translate ARR instruction for evergreenAlex Deucher
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse
2010-11-19llvmpipe: twoside for specular color alsoKeith Whitwell
2010-11-19llvmpipe: fix up twoside after recent changesKeith Whitwell
2010-11-19llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay