aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: get offset for correct texture when setting up CB.Dave Airlie2011-02-041-1/+1
* r600g: avoid trying to flush the flushing texture.Dave Airlie2011-02-041-0/+6
* r600g: evergreen CB check for flushed textureDave Airlie2011-02-041-0/+6
* r600g: flushing texture needs all levels.Dave Airlie2011-02-041-1/+1
* r600g: remove unused variablesDave Airlie2011-02-041-4/+0
* r600g: add a flag to just create flushed texture without flushing.Dave Airlie2011-02-045-6/+15
* r600g: also check CB bindings for textures to depth flush.Dave Airlie2011-02-041-0/+11
* r600g: flush depth texture before a blit from it.Dave Airlie2011-02-041-0/+6
* svga: rename a couple sampler, sampler view functionsBrian Paul2011-02-031-7/+9
* gallium/svga: added debug code for dumping framebuffer images (disabled)Brian Paul2011-02-031-0/+23
* gallium/docs: more info about setting samplers and sampler viewsBrian Paul2011-02-031-11/+23
* cso: don't tell drivers to bind null samplers, sampler viewsBrian Paul2011-02-031-7/+7
* r600g: Make some more things static.Henri Verbeet2011-02-036-18/+13
* r600g: Get rid of the unused r600_cf_vtx_tc() function.Henri Verbeet2011-02-032-37/+0
* r300g: Make the buffer and texture vbtls static const.Henri Verbeet2011-02-032-2/+2
* r600g: Make the buffer and texture vbtls static const.Henri Verbeet2011-02-032-118/+114
* svga: Fix resource leak; undo temporary workaround.José Fonseca2011-02-032-10/+4
* svga: Temporarily disable buffer DMA upload coalescing.José Fonseca2011-02-031-0/+7
* svga/drm: Flushing preemptively on a 1/3 of the aperture.José Fonseca2011-02-031-1/+1
* util: Prevent transfer dangling pointer on map failure.José Fonseca2011-02-031-0/+1
* svga: Don't call swc->flush directly.José Fonseca2011-02-031-1/+1
* svga: Add an assert to catch reentrancy.José Fonseca2011-02-031-0/+1
* svga/drm: Update for pb_vtbl::map argument addition.José Fonseca2011-02-031-1/+2
* r600g: flush differences back to DB copy.Dave Airlie2011-02-033-0/+29
* r600g: fix depth hw resource copies.Dave Airlie2011-02-032-18/+2
* r600g: only set depth bit for hw accessible depth buffers.Dave Airlie2011-02-031-41/+41
* r600g: rework dirty / depth texture tracking.Dave Airlie2011-02-035-12/+10
* r600g: set correct pitch/offset for depth textures in flushed state.Dave Airlie2011-02-031-0/+3
* softpipe: rename sampler[] -> fragment_samplers[]Brian Paul2011-02-022-6/+6
* softpipe: rename fragment sampler/view fieldsBrian Paul2011-02-023-7/+7
* cso: refactor texture sampler and sampler view codeBrian Paul2011-02-021-326/+307
* cso: rename fragment sampler-related fieldsBrian Paul2011-02-021-21/+26
* cso: fix loop bound in cso_set_vertex_samplers()Brian Paul2011-02-021-1/+1
* svga: Flush upload buffers or we get assertsJosé Fonseca2011-02-022-5/+7
* r600g: use burst exports in shadersChristian König2011-02-024-3/+40
* r600g: just change tile type when buffer is set to depth.Dave Airlie2011-02-012-6/+2
* r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie2011-02-011-4/+3
* r600g: fix evergreen for depth decompress testDave Airlie2011-02-011-1/+1
* r600: only decompress depth when its tile type is wrong.Dave Airlie2011-02-013-3/+7
* r600g: start looking at evergreen tiling.Dave Airlie2011-02-013-20/+79
* r600g: Actually use the info from the flushed depth texture when creating a s...Henri Verbeet2011-02-012-18/+11
* r600g: fix invalid ref count handling in r600_set_constant_bufferChristian König2011-01-311-1/+1
* llvmpipe: fix incorrect array index in image dump codeBrian Paul2011-01-311-1/+1
* scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee2011-01-312-2/+12
* Remove talloc from the SCons build system.Kenneth Graunke2011-01-314-4/+1
* svga: Fix translation of TGSI SSG opcode.Michel Dänzer2011-01-311-1/+39
* svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer2011-01-311-1/+1
* svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer2011-01-311-0/+2
* r600g: fix eg OQ properly.Dave Airlie2011-01-312-5/+3
* r600g: fix OQ on evergreenAlex Deucher2011-01-312-4/+7