aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-051-3/+3
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-051-3/+3
* radeonsi: fix Hyper-Z on StoneyMarek Olšák2016-02-041-0/+4
* gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-3/+23
* radeonsi: rework RB+ for StoneyMarek Olšák2016-02-021-4/+2
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-4/+3
* radeonsi: implement RB+ for Stoney (v2)Marek Olšák2015-12-111-0/+6
* Revert "radeonsi: disable DCC on Stoney"Marek Olšák2015-12-111-4/+0
* radeonsi: disable DCC on StoneyMarek Olšák2015-12-071-0/+4
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-4/+4
* gallium/radeon*: Remove useless castsEdward O'Callaghan2015-12-061-1/+1
* radeonsi: print framebuffer info into ddebug logsMarek Olšák2015-12-031-2/+1
* gallium/radeon: print more info about HTILEMarek Olšák2015-12-031-2/+9
* gallium/radeon: print more info about CMASKMarek Olšák2015-12-031-3/+12
* gallium/radeon: rename fmask::pitch -> pitch_in_pixelsMarek Olšák2015-12-031-3/+3
* gallium/radeon: print more information about texturesMarek Olšák2015-12-031-5/+43
* gallium/radeon: move printing texture info into a separate functionMarek Olšák2015-12-031-41/+51
* gallium/radeon: remove unused r600_texture::pitch_overrideMarek Olšák2015-12-031-1/+0
* gallium/radeon: remove DBG_TEXMIPMarek Olšák2015-12-031-2/+1
* gallium/radeon: shorten render_cond variable namesMarek Olšák2015-11-131-1/+1
* winsys/amdgpu: remove the dcc_enable surface flagMarek Olšák2015-10-271-2/+1
* radeonsi: add debug flags that disable DCC and DCC fast clearMarek Olšák2015-10-271-0/+6
* radeonsi: properly check if DCC is enabled and allocatedMarek Olšák2015-10-271-1/+1
* radeonsi: Implement DCC fast clear.Bas Nieuwenhuizen2015-10-241-11/+96
* radeonsi: Enable DCC.Bas Nieuwenhuizen2015-10-241-0/+2
* radeonsi: Disable operations that do not work with DCC.Bas Nieuwenhuizen2015-10-241-0/+5
* radeonsi: Allocate buffers for DCC.Bas Nieuwenhuizen2015-10-241-0/+18
* gallium/radeon: add a fail path for depth MSAA texture readbackMarek Olšák2015-09-241-0/+5
* gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICITMarek Olšák2015-09-101-1/+1
* radeonsi: avoid redundant CB and DB register updatesMarek Olšák2015-09-011-1/+3
* radeonsi: fix DRM version checks for amdgpu DRM 3.0.0Marek Olšák2015-08-141-3/+5
* winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák2015-08-141-1/+2
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-111-1/+1
* gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák2015-08-071-1/+1
* r600,compute: force tiling on 2D and 3D texture compute resourcesZoltan Gilian2015-08-031-2/+9
* 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