summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600g: use a single env var R600_DEBUG, disable bytecode dumpingMarek Olšák2013-03-1110-95/+122
* r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.hMarek Olšák2013-03-117-2/+6
* r600g: don't check for R600_ENABLE_S3TC env varMarek Olšák2013-03-111-10/+3
* i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttlingStéphane Marchesin2013-03-088-23/+36
* i915g: Update TODOStéphane Marchesin2013-03-081-12/+1
* llvmpipe: remove the power of two sizeof(struct cmd_block) assertionBrian Paul2013-03-071-7/+0
* radeon/llvm: document LLVM commitChristian König2013-03-071-0/+1
* radeon/llvm: enable LICM and DCE pass v2Christian König2013-03-071-0/+2
* radeonsi: add LLVMNoUnwindAttribute to intrinsicChristian König2013-03-071-1/+1
* radeonsi: rework input interpolationChristian König2013-03-072-34/+72
* radeonsi: remove SI.vs.load.buffer.indexChristian König2013-03-072-10/+12
* radeon/llvm: make SGPRs proper function arguments v2Christian König2013-03-075-83/+63
* radeon/llvm: replace shader type intrinsic with function attributeChristian König2013-03-073-12/+26
* radeonsi: switch to v*i8 for resources and samplers v2Christian König2013-03-071-18/+12
* r600g/llvm: Update CONSTANT_BUFFER address space definitionChristian König2013-03-071-1/+1
* llvmpipe: fix incorrect 'j' array index in dummy texture codeBrian Paul2013-03-061-3/+3
* llvmpipe: remove unused cmd_block_list structBrian Paul2013-03-061-4/+0
* llvmpipe: add some scene limit sanity check assertionsBrian Paul2013-03-061-0/+22
* llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZEBrian Paul2013-03-061-2/+8
* radeon/llvm: fix trivial warningsChristian König2013-03-061-4/+3
* radeonsi: fix trivial warningChristian König2013-03-061-1/+0
* r600g: Check comp_mask before merging export instructionsVincent Lejeune2013-03-031-0/+1
* r600g: fix check_and_set_bank_swizzle for caymanVadim Girlin2013-03-031-7/+3
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-021-1/+9
* llvmpipe: don't assert on illegal surface creation.Roland Scheidegger2013-03-022-4/+4
* llvmpipe: bump glsl version to 140Roland Scheidegger2013-03-021-1/+1
* r600g: enable CP DMA on 6xxAlex Deucher2013-03-011-1/+1
* r600g: don't require dword alignment with CP DMA for buffer transfersMarek Olšák2013-03-015-11/+9
* r600g: always map uninitialized buffer range as unsynchronizedMarek Olšák2013-03-016-0/+45
* r600g: cleanup deprecated register tablesMarek Olšák2013-03-013-45/+14
* r600g: unify vgt statesMarek Olšák2013-03-015-26/+9
* r600g: flush and invalidate htile cache when appropriateMarek Olšák2013-03-016-1/+21
* r600g: atomize streamout enablingMarek Olšák2013-03-019-87/+96
* r600g: use async DMA with a non-zero src offsetMarek Olšák2013-03-011-1/+1
* r600g: pad the DMA CS to a multiple of 8 dwordsMarek Olšák2013-03-011-2/+14
* r600g: workaround hyperz lockup on evergreenJerome Glisse2013-02-284-2/+23
* llvmpipe: check buffers in llvmpipe_is_resource_referenced.Roland Scheidegger2013-02-283-8/+24
* llvmpipe: support rendering to buffer render targets.Roland Scheidegger2013-02-284-47/+61
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-288-117/+186
* radeonsi: Fix memory leak in si_set_constant_buffer.Vinson Lee2013-02-261-0/+1
* r600g: add missing emit_flush for R600_CONTEXT_FLUSH_AND_INV caseAlex Deucher2013-02-261-0/+1
* r600g: synchronize streamout buffers on r6xx too (v3)Alex Deucher2013-02-261-1/+1
* svga: fix comment typosBrian Paul2013-02-261-1/+1
* r300g: implement 3D transfersMarek Olšák2013-02-261-2/+18
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-266-47/+15
* llvmpipe: (trivial) get rid of old function prototypes.Roland Scheidegger2013-02-251-7/+0
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-256-103/+177
* llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker2013-02-231-1/+3
* svga: remove some extraneous whitespaceBrian Paul2013-02-231-8/+0
* llvmpipe: rename polygon offset fields to something more specificBrian Paul2013-02-222-8/+11