summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: fix memory leak and/or segfaultsChristian König2012-08-081-1/+1
* r600g: remove unused parameters in texture functionsMarek Olšák2012-08-071-5/+3
* softpipe: fix loop limit for tex_cache[] arrayBrian Paul2012-08-071-1/+1
* r600g: atomize sampler state v2Jerome Glisse2012-08-067-452/+262
* llvmpipe: consolidate the sampler and sampler view setting codeBrian Paul2012-08-061-68/+56
* llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul2012-08-068-42/+41
* softpipe: consolidate vert/frag/geom sampler setting functionsBrian Paul2012-08-061-112/+54
* softpipe: consolidate sampler-related arraysBrian Paul2012-08-066-121/+99
* softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul2012-08-065-91/+60
* i915g: silence a const pointer warningBrian Paul2012-08-041-1/+1
* radeonsi: fix build failure after blitter changesMarek Olšák2012-08-041-1/+1
* r600g: precompute color buffer state in pipe_surface and reuse itMarek Olšák2012-08-045-130/+175
* r600g: precompute depth buffer state in pipe_surface and reuse itMarek Olšák2012-08-043-77/+92
* r600g: simplify create_surfaceMarek Olšák2012-08-041-20/+8
* r600g: drop the old texture allocation codeMarek Olšák2012-08-047-691/+233
* r600g: make sure copying of all texture formats is acceleratedMarek Olšák2012-08-042-52/+54
* gallium/u_blitter: add a query for checking whether copying is supportedMarek Olšák2012-08-042-5/+9
* r600g: don't decompress depth or stencil if there isn't anyMarek Olšák2012-08-044-9/+17
* r600g: correct texture memory size for Z32F_S8X24 on evergreenMarek Olšák2012-08-041-7/+16
* gallium/u_blitter: remove fallback for stencil copy that all drivers skippedMarek Olšák2012-08-042-2/+2
* gallium/u_blitter: add ability to blit only depth or only stencilMarek Olšák2012-08-041-1/+1
* r600g: fix F2U opcode translationDave Airlie2012-08-041-1/+1
* radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flagsTom Stellard2012-08-021-1/+1
* radeon/llvm: Add support for more f32 CMP instructions on SITom Stellard2012-08-021-5/+15
* radeon/llvm: Add support for fneg on SITom Stellard2012-08-022-0/+16
* radeon/llvm: Add support for fp_to_sint on SITom Stellard2012-08-021-1/+3
* radeon/llvm: Remove CMOVLOG DAG nodeTom Stellard2012-08-026-75/+9
* radeonsi: Properly initialize si_shader_ctx.radeon_bldTom Stellard2012-08-021-0/+1
* radeonsi: Handle TGSI TXP opcode.Michel Dänzer2012-08-021-2/+24
* radeonsi: Handle TGSI DIV opcode.Michel Dänzer2012-08-021-0/+5
* svga: remove questionable INLINE qualifiersBrian Paul2012-08-021-2/+2
* svga: sort #includesBrian Paul2012-08-021-4/+4
* svga: add some comments in svga_screen_cache.cBrian Paul2012-08-021-1/+14
* svga: whitespace, formatting fixesBrian Paul2012-08-021-52/+54
* svga: remove unneeded 'struct svga_screen' declarationsBrian Paul2012-08-022-2/+0
* radeon/llvm: fix fp immediates on SIChristian König2012-08-021-7/+20
* radeonsi: fix TEX writemaskChristian König2012-08-021-2/+2
* radeonsi: fix shader param and color countChristian König2012-08-021-5/+6
* radeonsi: fix texture loads from sampler > 0Christian König2012-08-021-2/+2
* radeonsi: disable tiling until we fixed all bugsChristian König2012-08-021-0/+2
* nv50,nvc0: make resolve sampler objects allow sRGB conversionChristoph Bumiller2012-08-013-12/+25
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-014-31/+45
* radeon/llvm: fix calculation of max register numberChristian König2012-08-011-1/+1
* radeon/llvm: Add pseudo-support for 64-bit immediate types on SITom Stellard2012-07-312-0/+23
* radeon/llvm: Fix incorrect return value in SelectADDRReg()Tom Stellard2012-07-311-1/+1
* radeon/llvm: Move SMRD IMM pattern before SMRD SGPR patternTom Stellard2012-07-311-7/+6
* radeon/llvm: Cleanup AMDIL.hTom Stellard2012-07-304-91/+26
* radeon/llvm: Rename all AMDIL* classes to AMDGPU*Tom Stellard2012-07-3030-496/+496
* radeon/llvm: Merge AMDILSubtarget into AMDGPUSubtargetTom Stellard2012-07-3025-324/+156
* radeon/llvm: Merge AMDILTargetLowering class into AMDGPUTargetLoweringTom Stellard2012-07-3011-241/+144