summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_image.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-18radv: Allow fast clears with concurrent queue mask for some layouts.Bas Nieuwenhuizen1-6/+5
2019-01-29radv/winsys: Set winsys bo priority on creation.Bas Nieuwenhuizen1-1/+1
2019-01-10radv: remove a few more unnecessary KHR suffixesEric Engestrom1-1/+1
2019-01-09radv: get rid of bunch of KHR suffixesSamuel Pitoiset1-4/+4
2018-12-20radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.Bas Nieuwenhuizen1-0/+6
2018-12-17radv: don't set surf_index for stencil-only imagesRhys Perry1-1/+1
2018-12-13radv: don't check if format is depth in radv_image_can_enable_hile()Samuel Pitoiset1-1/+0
2018-12-13radv: check if addrlib enabled HTILE in radv_image_can_enable_htile()Samuel Pitoiset1-1/+2
2018-12-13radv: add a predicate for reflecting DCC decompression stateSamuel Pitoiset1-1/+2
2018-12-05radv: rework the TC-compat HTILE hardware bug with COND_EXECSamuel Pitoiset1-1/+9
2018-12-04radv: Check for shareable images in central place.Bas Nieuwenhuizen1-5/+5
2018-11-27radv: Clamp gfx9 image view extents to the allocated image extents.Bas Nieuwenhuizen1-4/+2
2018-11-26radv: Fix opaque metadata descriptor last layer.Bas Nieuwenhuizen1-1/+1
2018-11-19radv: tidy up radv_set_dcc_need_cmask_elim_pred()Samuel Pitoiset1-1/+1
2018-10-01radv: add a sanity check for mutable formats and TC-compat HTILESamuel Pitoiset1-5/+22
2018-10-01radv: disable HTILE for very small depth surfacesSamuel Pitoiset1-1/+3
2018-09-03radv: Fix CMASK dimensions.Bas Nieuwenhuizen1-2/+2
2018-07-31radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák1-1/+1
2018-06-25ac/surface: move cmask_size/alignment into radeon_surfMarek Olšák1-2/+2
2018-05-31radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen1-4/+4
2018-05-10ac/surface: add EQAA supportMarek Olšák1-0/+1
2018-05-10ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák1-6/+6
2018-05-10ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák1-46/+8
2018-05-10radv: disable DCC for shareable images on GFX9+Andres Rodriguez1-0/+7
2018-05-10radv: assorted typo fixesGrazvydas Ignotas1-2/+2
2018-05-10radv: handle arrays in the fmask descriptor.Dave Airlie1-1/+1
2018-05-02radv: set fmask_surf_index on fmask surfaces.Dave Airlie1-1/+3
2018-04-26radv: set ac_surf_info::num_channels correctlySamuel Pitoiset1-1/+1
2018-04-26radv: fix DCC enablement since partial MSAA implementationSamuel Pitoiset1-6/+6
2018-04-19radv: enable DCC for MSAA 2x textures on VI under an optionSamuel Pitoiset1-1/+5
2018-04-19radv: allocate CMASK for DCC fast clear with MSAASamuel Pitoiset1-0/+7
2018-04-12radv: fix radv_layout_dcc_compressed() when image doesn't have DCCSamuel Pitoiset1-1/+1
2018-04-10ac/surface: don't set the display flag for obviously unsupported cases (v2)Marek Olšák1-0/+1
2018-04-09radv: add radv_image_is_tc_compat_htile() helperSamuel Pitoiset1-5/+5
2018-04-09radv: add radv_use_dcc_for_image() helperSamuel Pitoiset1-30/+68
2018-04-09radv: rename radv_image_is_tc_compat_htile()Samuel Pitoiset1-3/+3
2018-04-09radv: clean up radv_vi_dcc_enabled()Samuel Pitoiset1-1/+1
2018-04-09radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpersSamuel Pitoiset1-7/+7
2018-03-23radv: enable TC-compat HTILE for 16-bit depth surfaces on GFX8Samuel Pitoiset1-12/+8
2018-03-23radv: add radv_image_is_tc_compat_htile() helperSamuel Pitoiset1-11/+45
2018-02-06radv: don't support tc-compat on multisample d32s8 at all.Dave Airlie1-2/+2
2018-01-30radv/gfx9: fix block compression texture views. (v2)Dave Airlie1-4/+49
2018-01-26radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)Dave Airlie1-1/+2
2018-01-19radv: Implement VK_ANDROID_native_buffer.Bas Nieuwenhuizen1-0/+12
2018-01-19radv: Add create image flag to not use DCC/CMASK.Bas Nieuwenhuizen1-19/+24
2017-12-29radv: Enable DCC with transfers.Bas Nieuwenhuizen1-2/+1
2017-12-29radv: Disable DCC for GENERAL layout and compute transfer dest.Bas Nieuwenhuizen1-0/+12
2017-12-29radv: Don't enable DCC / TC compat HTILE for storage images.Bas Nieuwenhuizen1-5/+6
2017-12-29Revert "radv/gfx9: fix block compression texture views."Bas Nieuwenhuizen1-35/+0
2017-12-29radv/gfx9: use correct swizzle parameter to work out border swizzle.Dave Airlie1-2/+2