summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-4/+4
* r600g,radeonsi: set resource domains in one place (v2)Marek Olšák2014-02-061-5/+2
* radeon: just don't map VRAM buffers at allChristian König2014-02-061-2/+2
* r600g,radeonsi: consolidate the contents of r600_resource.cMarek Olšák2014-01-281-6/+12
* radeonsi: disable HTILE for 1D-tiled depth-stencil buffersMarek Olšák2014-01-061-0/+5
* radeon: Allocate htile buffer for SI in r600_texture.Andreas Hartmetz2013-12-121-15/+67
* radeon: rearrange r600_texture and related code a bit.Andreas Hartmetz2013-12-121-29/+29
* winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2013-12-121-4/+5
* gallium/radeon: use PRIu64 macro for printing uint64_tEmil Velikov2013-12-031-3/+4
* radeonsi: implement MSAA for CIKMarek Olšák2013-11-231-3/+7
* radeonsi: enable 2D tiling on CIKMarek Olšák2013-11-231-4/+0
* radeon: use staging for mapping linear texturesGrigori Goronzy2013-10-131-0/+6
* r600g: fix ínitialization of non_disp_tiling flagMarek Olšák2013-10-031-4/+5
* radeon: make texture logging more usefulMarek Olšák2013-09-291-17/+16
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-291-0/+1015