radv: Update CTS version.
[mesa.git] / src / amd / vulkan / radv_meta_resolve_fs.c
2020-03-11 Samuel Pitoisetradv: do not recursively begin/end render pass for...
2020-01-23 Samuel Pitoisetradv: add explicit external subpass dependencies to...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
2019-12-20 Samuel Pitoisetradv: init a default multisample state for the resolve...
2019-09-24 Eric Engestromradv: fix s/load/store/ copy-paste typo
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-07-08 Connor Abbottradv: Make FragCoord a sysval
2019-06-21 Samuel Pitoisetradv: implement all depth/stencil resolve modes using...
2019-06-11 Samuel Pitoisetradv: add radv_get_resolve_pipeline() helper in the...
2019-05-27 Samuel Pitoisetradv: always dirty the framebuffer when restoring a...
2019-02-04 Samuel Pitoisetradv: do not set preserveAttachments for internal rende...
2019-02-04 Samuel Pitoisetradv: drop useless checks when resolving subpass color...
2019-02-04 Samuel Pitoisetradv: store the list of attachments for every subpass
2019-02-04 Samuel Pitoisetradv: move subpass image transitions to radv_cmd_buffer...
2018-08-16 Bas Nieuwenhuizenradv: Possible on-demand compilation fix.
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-08-14 Bas Nieuwenhuizenradv: Make fs key exemplars ordered to be a reverse...
2018-07-20 Samuel Pitoisetradv: don't flush DB before subpass FS resolves
2018-07-20 Samuel Pitoisetradv: save current state just before resolving with FS
2018-07-20 Samuel Pitoisetradv: don't check if a subpass has resolve attachments...
2018-07-20 Samuel Pitoisetradv: make use of radv_subpass_barrier() when resolving...
2018-07-12 Samuel Pitoisetradv: introduce radv_subpass_attachment data structure
2018-04-19 Samuel Pitoisetradv: decompress DCC for multisampled source images...
2018-04-12 Samuel Pitoisetradv: add radv_decompress_resolve_{subpass}_src() helpers
2018-01-21 Bas Nieuwenhuizenradv: Fix fragment resolve init memory allocation failu...
2017-12-29 Bas Nieuwenhuizenradv: Don't init DCC metadata during FS resolve.
2017-12-29 Bas Nieuwenhuizenradv: Make color meta operations layout aware.
2017-12-27 Bas Nieuwenhuizenradv: Use correct framebuffer size for partial FS resolves.
2017-12-27 Bas Nieuwenhuizenradv: Fix fragment resolve destination offset.
2017-12-27 Bas Nieuwenhuizenradv: Flush caches before subpass resolve.
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-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-08-25 Bas Nieuwenhuizenradv: Remove some intel comments from the resolve code.
2017-08-06 Bas Nieuwenhuizenradv: Only convert linear->srgb in compute resolves.
2017-07-31 Dave Airlieradv: handle 10-bit format clamping workaround.
2017-07-23 Bas Nieuwenhuizenradv: Handle VK_ATTACHMENT_UNUSED in color attachments.
2017-06-26 Dave Airlieradv/meta: don't need vertex info for resolve shader.
2017-06-25 Bas Nieuwenhuizenradv: Remove unused args of radv_image_view_init.
2017-05-11 Dave Airlieradv: handle fragment shader srgb resolve pass better
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-07 Dave Airlieradv/meta: use novertex save path for resolve pass.
2017-05-07 Dave Airlieradv: set base/ranges for push constant loads.
2017-05-07 Dave Airlieradv/meta: add resolve pass using fragment/vertex shaders