aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_texture.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx9: force the micro tile mode for MSAA resolve correctly on gfx9Marek Olšák2020-01-091-0/+6
* radeonsi: move SI and CIK+ SDMA code into 1 common function for cleanupsMarek Olšák2020-01-061-5/+3
* radeonsi: rename dma_cs -> sdma_csMarek Olšák2020-01-061-1/+1
* radeonsi: remove the "display_dcc_offset == 0" assertionMarek Olšák2020-01-031-3/+1
* radeonsi: ignore PIPE_BIND_SCANOUT for imported texturesMarek Olšák2020-01-031-2/+3
* radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10Marek Olšák2020-01-031-10/+4
* radeonsi: disable dcc for 2x MSAA surface and bpe < 4Pierre-Eric Pelloux-Prayer2019-12-161-1/+3
* radeonsi: dcc dirty flagPierre-Eric Pelloux-Prayer2019-12-101-0/+1
* radeonsi: fix multi plane buffers creationPierre-Eric Pelloux-Prayer2019-12-101-2/+4
* radeonsi: use gfx9.surf_offset to compute texture offsetPierre-Eric Pelloux-Prayer2019-12-101-1/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* radeonsi: don't set BO metadata for non-zero planesMarek Olšák2019-10-091-2/+2
* radeonsi: ignore metadata for non-zero planesMarek Olšák2019-10-091-2/+8
* radeonsi: allocate planar multimedia formats in 1 bufferMarek Olšák2019-10-091-34/+115
* radeonsi: use simple_mtx_t instead of mtx_tMarek Olšák2019-10-071-6/+6
* radeonsi: fix VAAPI segfault due to various bugsMichel Dänzer2019-09-241-0/+1
* radeonsi: initialize displayable DCC using the retile blit to prevent hangsMarek Olšák2019-09-241-2/+10
* radeonsi: include drm_fourcc.h to fix the buildMarek Olšák2019-09-181-0/+1
* radeonsi: implement pipe_screen::resource_get_paramMarek Olšák2019-09-181-22/+78
* radeonsi/gfx9: honor user stride for imported buffersMarek Olšák2019-09-111-0/+2
* radeonsi: remove redundant si_texture offset and size fieldsMarek Olšák2019-09-091-69/+59
* radeonsi: move texture storage allocation outside of radeonsiMarek Olšák2019-09-091-48/+10
* radeonsi: move HTILE allocation outside of radeonsiMarek Olšák2019-09-091-88/+12
* radeonsi: handle NO_DCC earlyMarek Olšák2019-09-091-5/+7
* ac/surface: add RADEON_SURF_NO_FMASKMarek Olšák2019-09-091-6/+3
* r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-2/+4
* r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-9/+6
* radeonsi: disable DCC when importing a texture from an incompatible driverMarek Olšák2019-09-091-4/+12
* radeonsi: fix an assertion failure: assert(!res->b.is_shared)Marek Olšák2019-08-191-2/+1
* radeonsi: fix DAL hang due to incorrect DCC offset on RavenMarek Olšák2019-07-251-1/+22
* radeonsi: fail if importing a texture with incorrect last_level or samplesMarek Olšák2019-07-231-5/+38
* radeonsi: rewrite si_get_opaque_metadata, also for gfx10 supportMarek Olšák2019-07-231-24/+40
* radeonsi: Allow PIPE_TEXTURE_2D_ARRAY in si_texture_from_handleMichel Dänzer2019-07-231-2/+3
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-5/+5
* radeonsi: update function name in commentTimothy Arceri2019-07-091-1/+1
* radeonsi/gfx10: add a workaround for stencil HTILE with mipmappingMarek Olšák2019-07-031-0/+8
* radeonsi/gfx10: disable DCC with MSAAMarek Olšák2019-07-031-1/+6
* radeonsi/gfx10: fix intensity formatsMarek Olšák2019-07-031-3/+5
* radeonsi/gfx10: implement hardware MSAA resolveNicolai Hähnle2019-07-031-0/+7
* radeonsi/gfx10: add pipe_screen::make_texture_descriptorNicolai Hähnle2019-07-031-1/+1
* radeonsi: use a fragment shader blit instead of DB->CB copy for ZS CPU mappingsMarek Olšák2019-07-031-118/+48
* winsys/amdgpu: Make KMS handles valid for original DRM file descriptorMichel Dänzer2019-07-031-2/+2
* radeonsi: fix AMD_DEBUG=nofmaskMarek Olšák2019-06-241-2/+2
* amd: update addrlibMarek Olšák2019-06-171-0/+24
* radeonsi: cleanup some #includesNicolai Hähnle2019-06-121-2/+2
* amd/common: use generated register headerNicolai Hähnle2019-06-031-2/+1
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-18/+18
* radeonsi: implement resource_get_infoJulien Isorce2019-04-301-8/+35
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-041-2/+81
* radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák2019-04-041-4/+70