radv: move to using common record_result.
[platform/upstream/mesa.git] / src / amd / vulkan / radv_meta_resolve_fs.c
2022-09-01 Dave Airlieradv: move to using common record_result.
2022-08-23 Jason Ekstrandradv/meta: Use Begin/EndRendering for resolves
2022-08-23 Jason Ekstrandradv/meta: Respect render area for MSAA resolves
2022-08-10 Mike Blumenkrantzradv: fix return type for meta resolve shaders
2022-08-10 Samuel Pitoisetradv: respect the render area for depth/stencil resolves
2022-08-02 Konstantin Seurerradv: Use vk_descriptor_set_layout
2022-07-22 Konstantin Seurerradv: Simplify the meta init fail path
2022-06-07 Jason Ekstrandradv: Use the common image offset/extent sanitize helpers
2022-05-17 Jason Ekstrandradv: Use vk_image_view as the base for radv_image_view
2022-05-17 Jason Ekstrandradv: Use vk_image as the base for radv_image
2022-05-13 Samuel Pitoisetradv: implement VK_EXT_image_2d_view_of_3d
2022-04-27 Samuel Pitoisetradv: use correct push constants range for internal...
2022-04-15 Rhys Perryradv: use radv_meta_build_nir_vs_generate_vertices...
2022-04-15 Rhys Perryradv: initialize meta shader options earlier
2022-04-05 Samuel Pitoisetradv: only declare dynamic states that are used by...
2022-04-01 Samuel Pitoisetradv: use the common vk_framebuffer
2022-04-01 Samuel Pitoisetradv: convert the meta resolve depth/stencil FS path...
2022-04-01 Samuel Pitoisetradv: convert the meta resolve color FS path to dynamic...
2022-04-01 Samuel Pitoisetradv: rework the workaround that disables DCC for incom...
2022-03-31 Samuel Pitoisetradv: drop EXT or KHR suffixes for stuff promoted in...
2022-02-11 Jason Ekstrandradv: Use vk_command_pool
2021-12-28 Samuel Pitoisetradv: fix restoring subpass during hw/fs color resolves
2021-12-08 Rhys Perryradv: add radv_meta_init_shader
2021-11-26 Samuel Pitoisetradv: switch the remaining stages/access to VK_PIPELINE...
2021-11-08 Samuel Pitoisetradv: remove unused parameter in radv_emit_subpass_barr...
2021-11-03 Samuel Pitoisetradv: optimize subpass barrier flushes for imageless...
2021-10-13 Bas Nieuwenhuizenradv: Add hooks after in-renderpass meta operations.
2021-10-01 Samuel Pitoisetradv: fix vk_object_base_init/finish for internal image...
2021-09-29 Joshua Ashtonradv: Rename radv_subpass_barrier function to radv_emit...
2021-04-10 Bas Nieuwenhuizenradv: Format.
2021-03-15 Mike Blumenkrantzradv: use common interfaces for shader modules
2021-03-10 Jason Ekstrandradv/meta: Use CreateRenderPass2
2021-01-25 Connor Abbottradv/meta: Use sized types for nir_tex_instr::dest_type
2021-01-22 Samuel Pitoisetradv: only decompress the depth/stencil aspect that...
2021-01-13 Bas Nieuwenhuizenradv: Use access helpers for flushing with meta operations.
2020-12-21 Bas Nieuwenhuizenradv: Add option to disable DCC in renderpasses without...
2020-12-18 Samuel Pitoisetradv: remove useless push constants data when resolving...
2020-11-26 Rhys Perryradv: use intrinsic builders
2020-11-23 Samuel Pitoisetac,radv: use better export formats for 8-bit when RB...
2020-11-11 Eric Anholtnir/builder: Add a name format arg to nir_builder_init_...
2020-11-11 Eric Anholtnir/builder: Drop the mem_ctx arg from nir_builder_init...
2020-11-11 Eric Anholtnir_builder: Return a new builder from nir_builder_init...
2020-09-23 Samuel Pitoisetradv: add support for CmdResolveImage2KHR()
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