aco: use nir_intrinsic_has_access
[mesa.git] / src / amd / vulkan / radv_meta_copy.c
2019-08-07 Bas Nieuwenhuizenradv: Add device argument for dcc compression check.
2019-08-07 Bas Nieuwenhuizenradv: Pass through render loop detection to internal...
2019-07-31 Eric Engestromradv: drop incorrect MAYBE_UNUSED
2019-06-18 Samuel Pitoisetradv: check if DCC is enabled per mip not for the whole...
2019-06-17 Bas Nieuwenhuizenradv: Decompress DCC when the image format is not allow...
2019-04-25 Bas Nieuwenhuizenradv: Allow mixed src/dst aspects in copies.
2019-04-25 Bas Nieuwenhuizenradv: Add single plane image views & meta operations.
2018-12-21 Bas Nieuwenhuizenradv: Fix wrongly positioned paren.
2018-12-20 Bas Nieuwenhuizenradv: Work around non-renderable 128bpp compressed...
2018-10-26 Samuel Pitoisetradv: implement image to image operations for R32G32B32
2018-10-16 Samuel Pitoisetradv: implement buffer to image operations for R32G32B32
2018-07-18 Samuel Pitoisetradv: add support for VK_EXT_conditional_rendering
2018-05-21 Bas Nieuwenhuizenradv: Cleanup unused prime blit path.
2018-05-21 Bas Nieuwenhuizenradv: Fix SRGB compute copies.
2018-05-14 Bas Nieuwenhuizenradv: Add support for IMG_DATA_FORMAT_32_32_32.
2018-04-09 Samuel Pitoisetradv: add radv_image_is_tc_compat_htile() helper
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
2018-03-14 Alex Smithradv: Fix CmdCopyImage between uncompressed and compres...
2018-03-05 Bas Nieuwenhuizenradv: Fix copying from 3D images starting at non-zero...
2017-12-29 Bas Nieuwenhuizenradv: Decompress copy destination if formats are incomp...
2017-12-27 Dave Airlieradv: don't do format replacement on tc compat htile...
2017-12-22 Dave Airlieradv: handle depth/stencil image copy with layouts...
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-06 Samuel Pitoisetradv: add radv_meta_save() helper
2017-10-06 Samuel Pitoisetradv: convert all GFX operations to the RADV_META_SAVE_...
2017-10-06 Samuel Pitoisetradv: introduce the concept of meta save flags
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
2017-09-27 Samuel Pitoisetradv: remove useless radv_meta_{begin,end}_XXX() helpers
2017-05-07 Dave Airlieradv/meta: move blit2d to using push constants
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-03-07 Dave Airlieradv: handle z offset for 3d image <-> buffer copies.
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-01-30 Andres Rodriguezradv: Fix vkCmdCopyImage for 2d slices into 3d Images
2016-12-18 Dave Airlieradv: implement image->image copies using compute shader
2016-12-18 Dave Airlieradv: add a compute shader implementation for buffer...
2016-12-08 Dave Airlieradv/meta: cleanup image info setup.
2016-12-08 Dave Airlieradv/meta: split copyimage api into api and meta function
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver