summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_blit.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: always decompress all mipmaps and layers, slices, or faces of zbuffersMarek Olšák2011-09-101-20/+43
* r600g: Fix include styleKai Wasserbäch2011-08-291-3/+3
* r600g: fix depth-stencil on evergreenMarek Olšák2011-08-191-4/+3
* u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák2011-08-161-2/+2
* r600g: reduce flushes for queriesVadim Girlin2011-07-051-1/+1
* r600g: fix warning: assignment discards qualifiers from pointer target typeMarek Olšák2011-06-191-1/+2
* r600g: fix source box in r600_resource_copy_regionVadim Girlin2011-06-181-2/+11
* r600g: disable render condition for some blitter operationsMarek Olšák2011-06-151-6/+27
* r600g: move depth texture flushing out of line.Dave Airlie2011-06-141-2/+0
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+7
* r600g: bc 4/5 or rgtc textures need to be tiled as well.Dave Airlie2011-02-251-8/+8
* r600g: get s3tc working on cards with crappy 64/128 bit types.Dave Airlie2011-02-171-0/+5
* r600g: fix typo in previous s3tc commitDave Airlie2011-02-161-1/+1
* r600g: fix s3tc-texsubimageDave Airlie2011-02-161-0/+3
* r600g: add support for s3tc formats.Dave Airlie2011-02-151-0/+60
* r600g: use the new vertex buffer managerMarek Olšák2011-02-071-5/+7
* r600g: avoid trying to flush the flushing texture.Dave Airlie2011-02-041-0/+6
* r600g: remove unused variablesDave Airlie2011-02-041-4/+0
* r600g: add a flag to just create flushed texture without flushing.Dave Airlie2011-02-041-1/+1
* 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
* r600g: flush differences back to DB copy.Dave Airlie2011-02-031-0/+20
* r600g: fix depth hw resource copies.Dave Airlie2011-02-031-9/+2
* r600g: rework dirty / depth texture tracking.Dave Airlie2011-02-031-5/+4
* r600: only decompress depth when its tile type is wrong.Dave Airlie2011-02-011-1/+5
* r600g: Update the flushed depth texture after drawing to the corresponding te...Henri Verbeet2011-01-301-0/+28
* r600g: fixes a segfault in the piglit fbo-genmipmap-formats test.Dave Airlie2011-01-301-2/+0
* r600g: fix vertex format fallbackMarek Olšák2011-01-301-1/+1
* r600g: r600_blit_uncompress_depth() can't fail.Henri Verbeet2010-12-241-4/+1
* r600g: indentation fixJerome Glisse2010-12-031-6/+6
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-21/+23
* r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse2010-11-171-4/+3
* r600g: attempt to cleanup depth blitDave Airlie2010-10-181-17/+4
* r600g: use blitter for hw copy regionDave Airlie2010-10-131-2/+31
* r600g: store samplers/views across blit when we need to modify themDave Airlie2010-10-131-15/+36
* r600g: clean up some code from move to new paths.Dave Airlie2010-09-301-2/+2
* r600g: more cleanupJerome Glisse2010-09-291-0/+164
* r600g: delete old pathJerome Glisse2010-09-291-209/+0
* r600g: Fixed two texture surface leaks in r600_blit_uncompress_depth().Tilman Sauerbeck2010-09-271-0/+3
* r600g: move around variables to share depth uncompression codeJerome Glisse2010-09-261-7/+4
* r600g: Remove unnecessary header.Vinson Lee2010-09-241-1/+0
* r600g: use blitter to do db->cb flushing.Dave Airlie2010-09-231-501/+45
* r600g: fix depth readback on rv610 and other quirky variants.Dave Airlie2010-09-231-10/+30
* r600g: use floats instead of hex for blit vboDave Airlie2010-09-231-10/+9
* r600g: make stencil readback workDave Airlie2010-09-221-2/+1
* r600g: cleanup some of the DB blit codeDave Airlie2010-09-221-4/+58
* r600g: move chip class to radeon common structureJerome Glisse2010-09-201-2/+2
* r600g: move constant buffer creation behind winsys abstraction.Dave Airlie2010-09-171-6/+6
* r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie2010-09-171-26/+32
* r600g: hide radeon_ctx inside winsys.Dave Airlie2010-09-171-2/+2