summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: Clamp gfx9 image view extents to the allocated image extents.Bas Nieuwenhuizen2018-11-271-4/+2
* radv: Fix opaque metadata descriptor last layer.Bas Nieuwenhuizen2018-11-261-1/+1
* radv: tidy up radv_set_dcc_need_cmask_elim_pred()Samuel Pitoiset2018-11-191-1/+1
* radv: add a sanity check for mutable formats and TC-compat HTILESamuel Pitoiset2018-10-011-5/+22
* radv: disable HTILE for very small depth surfacesSamuel Pitoiset2018-10-011-1/+3
* radv: Fix CMASK dimensions.Bas Nieuwenhuizen2018-09-031-2/+2
* radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák2018-07-311-1/+1
* ac/surface: move cmask_size/alignment into radeon_surfMarek Olšák2018-06-251-2/+2
* radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen2018-05-311-4/+4
* ac/surface: add EQAA supportMarek Olšák2018-05-101-0/+1
* ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák2018-05-101-6/+6
* ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák2018-05-101-46/+8
* radv: disable DCC for shareable images on GFX9+Andres Rodriguez2018-05-101-0/+7
* radv: assorted typo fixesGrazvydas Ignotas2018-05-101-2/+2
* radv: handle arrays in the fmask descriptor.Dave Airlie2018-05-101-1/+1
* radv: set fmask_surf_index on fmask surfaces.Dave Airlie2018-05-021-1/+3