aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: remove buffer_unmap calls that can potentially decrease perfMarek Olšák2015-07-231-9/+0
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-291-6/+6
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-071-3/+5
* radeon: enable Hyper-Z on r600g and radeonsi by defaultAndreas Boll2014-10-241-1/+1
* r600g,radeonsi: Only set use_staging_texture = TRUE onceMichel Dänzer2014-10-151-8/+5
* r600g,radeonsi: Use staging texture for transfers if any miplevel is tiledMichel Dänzer2014-10-151-1/+1
* Revert "r600g,radeonsi: initialize HTILE to fully-expanded state"Marek Olšák2014-09-041-3/+1
* r600g,radeonsi: initialize HTILE to fully-expanded stateMarek Olšák2014-09-011-1/+3
* r600g: use HTILE allocator from SIMarek Olšák2014-09-011-41/+19
* radeonsi: fix CMASK and HTILE allocation on TahitiMarek Olšák2014-08-091-2/+2
* gallium/radeon: use gpu_address from r600_resourceMarek Olšák2014-08-091-7/+5
* gallium/radeon: store VM address in r600_resourceMarek Olšák2014-08-091-0/+1
* r600g,radeonsi: switch all occurences of array_size to util_max_layerMarek Olšák2014-07-281-3/+6
* radeonsi: fix CMASK and HTILE calculations for HawaiiMarek Olšák2014-07-281-2/+2
* r600g,radeonsi: add debug flags which disable tilingMarek Olšák2014-07-281-1/+9
* r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer2014-07-231-0/+2
* gallium/radeon: use PRIX64 instead of PRIu64Christian König2014-07-061-1/+1
* radeonsi: add sampling of 4:2:2 subsampled texturesGrigori Goronzy2014-06-181-3/+2
* r600g,radeonsi: disable fast clear if render condition is onMarek Olšák2014-06-031-0/+3
* r600g: fix for HTILE on R6xxMarek Olšák2014-04-251-0/+6
* r600g: fix MSAA resolve on R6xx when the destination is 1D-tiledMarek Olšák2014-04-251-0/+6
* r600g/radeonsi: Map transfer staging texture unsynchronized when possibleMichel Dänzer2014-04-161-0/+2
* r600g/radeonsi: Use caching buffer manager for textures as wellMichel Dänzer2014-04-151-1/+1
* radeonsi: allow fast color clear and Hyper-Z with 1D-tiled surfaces on CIKMarek Olšák2014-04-091-5/+5
* r600g,radeonsi: set correct initial domain for shared resourcesMarek Olšák2014-04-091-1/+1
* Revert "radeon: just don't map VRAM buffers at all"Leo Liu2014-04-041-2/+2
* radeonsi: disable fast color clear for 1D-tiled surfaces on CIKMarek Olšák2014-03-221-0/+6
* r600g,radeonsi: use a fallback in dma_copy instead of failingMarek Olšák2014-03-111-13/+5
* radeonsi: implement fast color clearMarek Olšák2014-03-111-1/+5
* r600g: move fast color clear code to a common placeMarek Olšák2014-03-111-2/+81
* r600g,radeonsi: move CMASK register values from r600_surface to r600_textureMarek Olšák2014-03-111-2/+25
* radeonsi: move translate_colorswap to common codeMarek Olšák2014-03-041-0/+54
* r600g,radeonsi: consolidate create_surface and surface_destroyMarek Olšák2014-02-251-1/+51
* radeon: reverse DBG_NO_HYPERZ logicAlex Deucher2014-02-131-1/+1
* 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