summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_meta_copy.c
Commit message (Expand)AuthorAgeFilesLines
* radv: check if DCC is enabled per mip not for the whole imageSamuel Pitoiset2019-06-181-1/+1
* radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen2019-06-171-0/+36
* radv: Allow mixed src/dst aspects in copies.Bas Nieuwenhuizen2019-04-251-104/+116
* radv: Add single plane image views & meta operations.Bas Nieuwenhuizen2019-04-251-5/+1
* radv: Fix wrongly positioned paren.Bas Nieuwenhuizen2018-12-211-1/+1
* radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.Bas Nieuwenhuizen2018-12-201-6/+18
* radv: implement image to image operations for R32G32B32Samuel Pitoiset2018-10-261-2/+6
* radv: implement buffer to image operations for R32G32B32Samuel Pitoiset2018-10-161-2/+6
* radv: add support for VK_EXT_conditional_renderingSamuel Pitoiset2018-07-181-0/+30
* radv: Cleanup unused prime blit path.Bas Nieuwenhuizen2018-05-211-21/+0
* radv: Fix SRGB compute copies.Bas Nieuwenhuizen2018-05-211-0/+2
* radv: Add support for IMG_DATA_FORMAT_32_32_32.Bas Nieuwenhuizen2018-05-141-0/+1
* radv: add radv_image_is_tc_compat_htile() helperSamuel Pitoiset2018-04-091-1/+1
* radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpersSamuel Pitoiset2018-04-091-2/+2
* radv: Fix CmdCopyImage between uncompressed and compressed imagesAlex Smith2018-03-141-6/+17
* radv: Fix copying from 3D images starting at non-zero depth.Bas Nieuwenhuizen2018-03-051-0/+3
* radv: Decompress copy destination if formats are incompatible.Bas Nieuwenhuizen2017-12-291-2/+25
* radv: don't do format replacement on tc compat htile surfaces.Dave Airlie2017-12-281-1/+2
* radv: handle depth/stencil image copy with layouts better. (v3.1)Dave Airlie2017-12-221-3/+17
* radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flagsSamuel Pitoiset2017-10-061-32/+23
* radv: add radv_meta_save() helperSamuel Pitoiset2017-10-061-9/+8
* radv: convert all GFX operations to the RADV_META_SAVE_XXX flagsSamuel Pitoiset2017-10-061-2/+9
* radv: introduce the concept of meta save flagsSamuel Pitoiset2017-10-061-2/+2
* radv: store the amount of saved constants in the compute stateSamuel Pitoiset2017-09-271-3/+3
* radv: remove useless radv_meta_{begin,end}_XXX() helpersSamuel Pitoiset2017-09-271-6/+7
* radv/meta: move blit2d to using push constantsDave Airlie2017-05-081-2/+2
* radv: move some image info into a separate struct.Dave Airlie2017-05-031-4/+4
* radv: handle z offset for 3d image <-> buffer copies.Dave Airlie2017-03-071-0/+4
* vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie2017-02-271-0/+20
* radv: Fix vkCmdCopyImage for 2d slices into 3d ImagesAndres Rodriguez2017-01-301-1/+4
* radv: implement image->image copies using compute shaderDave Airlie2016-12-181-5/+14
* radv: add a compute shader implementation for buffer to imageDave Airlie2016-12-181-4/+19
* radv/meta: cleanup image info setup.Dave Airlie2016-12-081-19/+13
* radv/meta: split copyimage api into api and meta functionDave Airlie2016-12-081-11/+23
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+399