summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-291-0/+6
* nv50: dynamically allocate space for shader local storageMarcin Slusarz2012-06-286-25/+108
* nv50: streamline screen_create error handlingMarcin Slusarz2012-06-281-38/+46
* nv50/ir: make colorful ir dump output optionalMarcin Slusarz2012-06-281-5/+17
* softpipe: fix numFragsEmitted debug codeBrian Paul2012-06-271-0/+7
* i915g: Implement sRGB texturesStéphane Marchesin2012-06-265-12/+128
* svga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul2012-06-261-1/+3
* llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul2012-06-261-1/+1
* r600g: enable DUAL_EXPORT mode when possible on r6xx/r7xxJerome Glisse2012-06-273-18/+57
* r600g: enable DUAL_EXPORT mode when possibleVadim Girlin2012-06-274-6/+55
* r600g: avoid unnecessary shader exports v2Vadim Girlin2012-06-276-28/+41
* r600g: cache shader variants instead of rebuilding v3Vadim Girlin2012-06-275-94/+217
* svga: handle missing PIPE_CAP_x queriesBrian Paul2012-06-261-9/+14
* llvmpipe: handle more PIPE_CAP_x queriesBrian Paul2012-06-261-4/+48
* softpipe: handle more PIPE_CAP_x queriesBrian Paul2012-06-261-3/+31
* svga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATSBrian Paul2012-06-261-1/+3
* r600g: don't disable streamout if it hasn't been startedMarek Olšák2012-06-261-1/+1
* r600g: inline r600_blit_push_depth and use resource_copy_regionMarek Olšák2012-06-253-18/+11
* r600g: split flushed depth texture creation and flushingMarek Olšák2012-06-255-16/+34
* llvmpipe: fix the LP_NO_RAST debug optionBrian Paul2012-06-254-24/+22
* svga: init pointer to NULL to silence MSVC warningBrian Paul2012-06-221-1/+1
* r600g: Unify SURFACE_SYNC packet emission for 3D and computeTom Stellard2012-06-213-101/+30
* r600g: Enable reusing of compute stateTom Stellard2012-06-211-6/+9
* r600g: Fix reading vtx instruction offset from bytestreamTom Stellard2012-06-211-1/+1
* radeon/llvm: Turn on the BitExtract peephole optimizationTom Stellard2012-06-212-5/+32
* radeon/llvm: Lower ROTL to BIT_ALIGNTom Stellard2012-06-216-1/+54
* radeon/llvm: Use the VLIW Scheduler for R600->NITom Stellard2012-06-2112-8/+75
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-213-3/+0
* nv50: fix buffer reuse issuesMarcin Slusarz2012-06-202-0/+18
* llvmpipe: Add vertex id support.Olivier Galibert2012-06-191-1/+4
* llvmpipe: Simplify and fix system variables fetch.Olivier Galibert2012-06-191-1/+1
* softpipe: Offset is not to be applied to the layer parameter of array texture...Olivier Galibert2012-06-191-2/+2
* r600g: fix z/stencil texture creation v2Jerome Glisse2012-06-191-15/+17
* radeon/llvm: Fix CR/LF in Processors.tdTörök Edwin2012-06-191-17/+17
* radeon/llvm: Fix sin/cos codegen on R700Török Edwin2012-06-191-19/+24
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-198-0/+8
* scons: Do not build svga if using Solaris Studio C compiler.Vinson Lee2012-06-181-0/+4
* radeon/llvm: Update comment in AMDGPU.tdTom Stellard2012-06-181-2/+3
* radeon/llvm: Remove unused AMDIL TableGen definitonsTom Stellard2012-06-1818-6140/+26
* radeon/llvm: Eliminate getRegClassFromType() functionTom Stellard2012-06-181-42/+1
* radeon/llvm: Remove deadcode from AMDILISelLowering.cppTom Stellard2012-06-184-1687/+0
* llvmpipe: Implement cylindrical wrapping.James Benton2012-06-183-4/+82
* svga: fix synchronization bug between sampler views and surfacesBrian Paul2012-06-181-0/+5
* r600g: enable streamout by default on r7xx and DRM 2.17.0Marek Olšák2012-06-173-8/+16
* i915g: More ops commute.Stéphane Marchesin2012-06-152-6/+22
* r600g: fix lockups with streamout on r7xxMarek Olšák2012-06-152-0/+15
* r600g: compute CS space for streamout correctly, add commentsMarek Olšák2012-06-151-6/+7
* r600g: set SMX_ACTION_ENA to fix streamout cache flushes on some chipsetsMarek Olšák2012-06-151-1/+2
* winsys/radeon: enable IB submission to compute rings v2Christian König2012-06-151-1/+1
* nv50,nvc0: fix stream output target buffer leakMarcin Slusarz2012-06-142-0/+2