aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-261-3/+3
* radeonsi: implement 3D transfersMarek Olšák2013-02-201-20/+29
* radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák2013-02-201-0/+2
* radeonsi: use u_box_origin_2d helper functionMarek Olšák2013-02-201-5/+2
* radeonsi: Use stencil surface level information for stencil texturingMichel Dänzer2013-02-181-2/+1
* radeonsi: make sure copying of all texture formats is acceleratedMarek Olšák2013-01-241-49/+4
* radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-43/+63
* radeonsi: improve flushed depth texture handlingVadim Girlin2013-01-211-57/+66
* radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-13/+30
* radeonsi: Enable 1D tiling for non-depth resources as well.Michel Dänzer2013-01-211-2/+1
* radeonsi: Enable tiling for depth/stencil resources.Michel Dänzer2013-01-171-4/+3
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-121-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* radeonsi: remove redundant parameter in r600_init_surfaceMarek Olšák2012-11-281-5/+4
* radeonsi: Use explicit stencil mipmap level offsets.Michel Dänzer2012-11-281-2/+4
* radeonsi: correct texture memory size for Z32F_S8X24Marek Olšák2012-11-281-7/+15
* radeonsi: Depth/stencil fixes.Michel Dänzer2012-11-281-7/+19
* radeonsi: Fix z/stencil texture creation.Jerome Glisse2012-11-281-9/+5
* gallium: unify transfer functionsMarek Olšák2012-10-111-55/+44
* radeonsi: don't use a staging resource for large transfersMarek Olšák2012-09-131-10/+0
* radeonsi: Untiled textures are linear aligned, not linear general.Michel Dänzer2012-09-061-3/+3
* radeonsi: remove old tilling handlingChristian König2012-08-241-256/+19
* radeonsi: Fix symbol conflicts with r600g.Michel Dänzer2012-08-161-207/+207
* radeonsi: disable tiling until we fixed all bugsChristian König2012-08-021-0/+2
* radeonsi: fix db and stencil setup v2Christian König2012-07-301-22/+0
* radeonsi: rename r600_resource to si_resourceChristian König2012-07-301-12/+12
* gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2012-05-161-0/+1
* radeonsi: Initial tiling support.Michel Dänzer2012-05-161-93/+193
* radeonsi: use u_default_transfer_inline_writeMarek Olšák2012-04-291-1/+1
* winsys/radeon: simplify buffer map/unmap functionsMarek Olšák2012-04-291-8/+8
* radeonsi: stop using u_vbuf and adapt to gallium interface changesMarek Olšák2012-04-241-11/+11
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-0/+825