summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák2019-02-261-0/+3
* radeonsi: initialize textures using DCC to black when possibleMarek Olšák2019-02-061-4/+53
* radeonsi: unify error paths in si_texture_create_objectMarek Olšák2019-01-301-9/+9
* radeonsi: merge & rename texture BO metadata functionsMarek Olšák2019-01-301-64/+53
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-221-15/+15
* radeonsi: rename rscreen -> sscreenMarek Olšák2019-01-221-1/+1
* radeonsi: always unmap texture CPU mappings on 32-bit CPU architecturesMarek Olšák2019-01-021-0/+16
* radeonsi: factor si_query_buffer logic out of si_query_hwNicolai Hähnle2018-12-191-4/+3
* radeonsi: rename SI_RESOURCE_FLAG_FORCE_TILING to clarify its purposeNicolai Hähnle2018-12-191-2/+2
* winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák2018-11-281-1/+4
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-301-3/+4
* radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CIMarek Olšák2018-09-101-2/+2
* radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák2018-07-311-27/+11
* radeonsi: simplify logic around vi_separate_dcc_try_enableMarek Olšák2018-06-281-1/+5
* radeonsi: remove references to EvergreenMarek Olšák2018-06-281-1/+1
* radeonsi: rename r600_transfer -> si_transferMarek Olšák2018-06-251-15/+15
* radeonsi: properly set cmask_buffer in si_reallocate_texture_inplaceMarek Olšák2018-06-251-1/+11
* radeonsi: remove redundant si_texture::cmask_sizeMarek Olšák2018-06-251-16/+15
* radeonsi: inline struct r600_cmask_infoMarek Olšák2018-06-251-23/+25
* radeonsi: move CMASK size computation into ac_surfaceMarek Olšák2018-06-251-69/+8
* ac/surface: move cmask_size/alignment into radeon_surfMarek Olšák2018-06-251-3/+3
* radeonsi: rename r600_surface -> si_surfaceMarek Olšák2018-06-251-1/+1
* radeonsi: rename r600_memory_object -> si_memory_objectMarek Olšák2018-06-251-3/+3
* radeonsi: remove unused r600_memory_object::offsetMarek Olšák2018-06-251-1/+0
* radeonsi: unify duplicated texture_from_handle & texture_from_memobjMarek Olšák2018-06-251-81/+71
* radeonsi: reorder and initialize more fields in si_reallocate_texture_inplaceMarek Olšák2018-06-251-6/+25
* radeonsi: disable DCC MSAA for 128bpp formats on StoneyMarek Olšák2018-06-211-0/+5
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-191-386/+386
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-1/+1
* ac/gpu_info: add has_bo_metadataMarek Olšák2018-05-101-2/+1
* ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák2018-05-101-4/+2
* radeonsi: add an environment variable that forces EQAA for MSAA allocationsMarek Olšák2018-05-101-5/+26
* radeonsi: support creating EQAA color texturesMarek Olšák2018-05-101-15/+30
* ac/surface: add EQAA supportMarek Olšák2018-05-101-2/+2
* radeonsi: remove r600_fmask_infoMarek Olšák2018-05-101-43/+17
* ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák2018-05-101-8/+8
* ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák2018-05-101-41/+7
* radeonsi: rename r600_texture::resource to bufferMarek Olšák2018-04-271-84/+84
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-3/+3
* radeonsi: remove r600_pipe_common.hMarek Olšák2018-04-271-0/+1
* radeonsi: rewrite DCC format compatibility checking codeMarek Olšák2018-04-271-56/+42
* radeonsi: fully enable 2x DCC MSAA for array and non-array texturesMarek Olšák2018-04-271-3/+12
* radeonsi: fix error paths of si_texture_transfer_mapNicolai Hähnle2018-04-201-13/+12
* radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák2018-04-161-1/+1
* radeonsi: disable TC-compat HTILE on Tonga and IcelandMarek Olšák2018-04-131-0/+7
* radeonsi: force 2D tiling on VI only when TC-compat HTILE is really enabledMarek Olšák2018-04-131-9/+7
* radeonsi: remove more R600 referencesMarek Olšák2018-04-051-1/+1
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-62/+62