summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_image.c
Commit message (Expand)AuthorAgeFilesLines
* radv: Set correct metadata size for GFX9+.Bas Nieuwenhuizen2019-07-251-1/+2
* radv/gfx10: fix intensity formats by setting ALPHA_IS_ON_MSBSamuel Pitoiset2019-07-251-6/+11
* radv: change a bunch of >= GFX9 to == GFX9Samuel Pitoiset2019-07-221-5/+5
* radv/gfx10: disable the TC compat zrange workaroundSamuel Pitoiset2019-07-171-3/+4
* Revert "radv/gfx10: don't set array pitch field on images"Samuel Pitoiset2019-07-161-1/+1
* radv/gfx10: don't set array pitch field on imagesDave Airlie2019-07-161-1/+1
* radv/gfx10: enable 1D texturesSamuel Pitoiset2019-07-121-2/+2
* radv/gfx10: disable TC-compat HTILE for multisampled D32_SFLOAT formatSamuel Pitoiset2019-07-111-2/+5
* radv: Handle cmask being disallowed by addrlib.Bas Nieuwenhuizen2019-07-071-0/+5
* radv/gfx10: implement radv_make_buffer_descriptor()Samuel Pitoiset2019-07-071-9/+25
* radv/gfx10: implement si_set_mutable_tex_desc_fields()Samuel Pitoiset2019-07-071-3/+30
* radv/gfx10: add gfx10_make_texture_descriptorSamuel Pitoiset2019-07-071-20/+177
* radv: Support VK_EXT_queue_family_foreign.Bas Nieuwenhuizen2019-07-031-2/+4
* radv: only allocate a 32-bit value for the TC-compat range metadataSamuel Pitoiset2019-07-031-2/+2
* radv: enable DCC for layers on GFX8Samuel Pitoiset2019-07-021-9/+23
* radv: do not enable DCC for mipmapped arrays because performance is worseSamuel Pitoiset2019-07-021-0/+4
* radv: clear CMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-251-0/+1
* radv: clear FMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-251-0/+1
* radv: enable DCC for mipmapped color textures on GFX8Samuel Pitoiset2019-06-201-2/+7
* radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmaskSamuel Pitoiset2019-06-191-0/+41
* radv: allocate DCC metadata for each mipSamuel Pitoiset2019-06-171-4/+4
* radv: Add asserts that buffer descriptors are created with valid buffer formats.Bas Nieuwenhuizen2019-06-171-0/+3
* radv: rely on ac_compute_cmask() for CMASK infoSamuel Pitoiset2019-06-171-42/+3
* radv: Always disable DCC on shareable images.Bas Nieuwenhuizen2019-06-131-3/+1
* radv: Handle UNDEFINED format in image format list.Bas Nieuwenhuizen2019-06-101-0/+6
* radv: enable HTILE for images that might need variable sample locationsSamuel Pitoiset2019-06-071-7/+0
* radv: Use bo metadata for imported image tiling on Android.Bas Nieuwenhuizen2019-06-041-4/+57
* amd/common: use generated register headerNicolai Hähnle2019-06-031-1/+1
* amd/common: unify PITCH_GFX6 and PITCH_GFX9Nicolai Hähnle2019-06-031-7/+7
* amd/common: cleanup DATA_FORMAT/NUM_FORMAT field namesNicolai Hähnle2019-06-031-4/+4
* radv: implement VK_EXT_sample_locations and disable itSamuel Pitoiset2019-05-301-0/+7
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-9/+9
* radv: fix rowPitch for R32G32B32 formats on GFX9Samuel Pitoiset2019-05-061-1/+13
* radv: Use given stride for images imported from Android.Bas Nieuwenhuizen2019-05-061-0/+28
* radv: fix radv_get_aspect_format() for D+S formatsSamuel Pitoiset2019-05-031-0/+2
* radv: Add support for image views with multiple planes.Bas Nieuwenhuizen2019-04-251-16/+25
* radv: Add single plane image views & meta operations.Bas Nieuwenhuizen2019-04-251-4/+40
* radv: Add multiple planes to images.Bas Nieuwenhuizen2019-04-251-76/+123
* radv: Add logic for subsampled format descriptions.Bas Nieuwenhuizen2019-04-251-0/+3
* radv: Allow fast clears with concurrent queue mask for some layouts.Bas Nieuwenhuizen2019-03-181-6/+5
* radv/winsys: Set winsys bo priority on creation.Bas Nieuwenhuizen2019-01-291-1/+1
* radv: remove a few more unnecessary KHR suffixesEric Engestrom2019-01-101-1/+1
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-091-4/+4
* radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.Bas Nieuwenhuizen2018-12-201-0/+6
* radv: don't set surf_index for stencil-only imagesRhys Perry2018-12-171-1/+1
* radv: don't check if format is depth in radv_image_can_enable_hile()Samuel Pitoiset2018-12-131-1/+0
* radv: check if addrlib enabled HTILE in radv_image_can_enable_htile()Samuel Pitoiset2018-12-131-1/+2
* radv: add a predicate for reflecting DCC decompression stateSamuel Pitoiset2018-12-131-1/+2
* radv: rework the TC-compat HTILE hardware bug with COND_EXECSamuel Pitoiset2018-12-051-1/+9
* radv: Check for shareable images in central place.Bas Nieuwenhuizen2018-12-041-5/+5