aco: fix non-rtz pack_half_2x16
[mesa.git] / src / amd / vulkan / radv_meta_clear.c
2020-07-08 Samuel Pitoisetradv: set depth/stencil enable values correctly for...
2020-06-05 Bas Nieuwenhuizenradv: Use offsets in surface struct.
2020-03-18 Samuel Pitoisetradv: fix random depth range unrestricted failures...
2020-03-11 Samuel Pitoisetradv: do not recursively begin/end render pass for...
2020-03-10 Samuel Pitoisetradv/sqtt: describe render pass color/depthstencil...
2020-01-23 Samuel Pitoisetradv: add explicit external subpass dependencies to...
2019-12-10 Samuel Pitoisetradv: initialize HTILE for separate depth/stencil aspects
2019-12-10 Samuel Pitoisetradv: synchronize after performing a separate depth...
2019-11-25 Rhys Perryradv: set alignment for load_ssbo/store_ssbo in meta...
2019-10-28 Samuel Pitoisetradv: enable fast depth/stencil clears with separate...
2019-10-23 Samuel Pitoisetradv: fix a performance regression with graphics depth...
2019-10-23 Samuel Pitoisetradv/gfx10: re-enable fast depth/stencil clears with...
2019-10-17 Samuel Pitoisetradv: fix DCC fast clear code for intensity formats...
2019-10-14 Samuel Pitoisetradv: fix DCC fast clear code for intensity formats
2019-10-02 Samuel Pitoisetradv: rework the slow depthstencil clear to write depth...
2019-08-26 Samuel Pitoisetradv: add mipmap support for the TC-compat zrange bug
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-08-07 Bas Nieuwenhuizenradv: Pass through render loop detection to internal...
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_fmask_info()
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_cmask_info()
2019-07-29 Samuel Pitoisetradv/gfx10: do not use the fast depth or stencil clear...
2019-07-22 Samuel Pitoisetradv: fix crash in vkCmdClearAttachments with unused...
2019-07-14 Bas Nieuwenhuizenradv/gfx10: Fix DCC clears.
2019-07-02 Samuel Pitoisetradv: implement clearing DCC layers on GFX8
2019-07-02 Samuel Pitoisetradv: merge radv_dcc_clear_level() into radv_clear_dcc()
2019-07-01 Samuel Pitoisetradv: make sure to mark the image as compressed when...
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-06-25 Samuel Pitoisetradv: clear CMASK layers instead of the whole buffer...
2019-06-25 Samuel Pitoisetradv: clear FMASK layers instead of the whole buffer...
2019-06-21 Samuel Pitoisetradv: clear the depth/stencil resolve attachment if...
2019-06-20 Samuel Pitoisetradv: do not fast clears if one level can't be fast...
2019-06-20 Samuel Pitoisetradv: add fast clears support for mipmapped color image...
2019-06-20 Samuel Pitoisetradv: add radv_dcc_clear_level() helper
2019-06-18 Samuel Pitoisetradv: check if DCC is enabled per mip not for the whole...
2019-06-17 Samuel Pitoisetradv: store the DCC predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the FCE predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the fast color clear values for each mip
2019-06-04 Samuel Pitoisetradv: do not use gfx fast depth clears for layered...
2019-05-27 Samuel Pitoisetradv: add radv_clear_htile() helper
2019-04-25 Bas Nieuwenhuizenradv: Add multiple planes to images.
2019-04-15 Samuel Pitoisetradv: set ACCESS_NON_READABLE on stores for copy/fill...
2019-03-18 Bas Nieuwenhuizenradv: Use correct image view comparison for fast clears.
2019-03-06 Lionel Landwerlinradv: set num_components on vulkan_resource_index intrinsic
2019-02-25 Samuel Pitoisetradv: fix clearing attachments in secondary command...
2019-02-08 Lionel Landwerlinradv: assert that colorAttachment is valid for CmdClear...
2019-02-04 Danylo Piliaievradv: Handle VK_ATTACHMENT_UNUSED in CmdClearAttachment
2019-02-04 Samuel Pitoisetradv: do not set preserveAttachments for internal rende...
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...
2019-01-29 Samuel Pitoisetradv: re-enable fast depth clears for 16-bit surfaces...
2019-01-20 Karol Herbstnir: replace more nir_load_system_value calls with...
2018-12-20 Samuel Pitoisetradv: initialize FMASK for images in fully expanded...
2018-12-17 Bas Nieuwenhuizenradv: Fix multiview depth clears
2018-12-13 Samuel Pitoisetradv: add a predicate for reflecting DCC decompression...
2018-11-29 Samuel Pitoisetradv: optimize CmdClear{Color,DepthStencil}Image()...
2018-11-29 Samuel Pitoisetradv: refactor the fast clear path for better re-use
2018-11-29 Samuel Pitoisetradv: simplify a check in emit_fast_color_clear()
2018-11-29 Samuel Pitoisetradv: add radv_can_fast_clear_{color,depth}() helpers
2018-11-29 Samuel Pitoisetradv: add radv_image_view_can_fast_clear() helper
2018-11-29 Samuel Pitoisetradv: add radv_image_can_fast_clear() helper
2018-11-29 Samuel Pitoisetradv: remove useless check in emit_fast_color_clear()
2018-11-23 Samuel Pitoisetradv: remove useless sync before CmdClear{Color,DepthSt...
2018-11-22 Samuel Pitoisetradv: remove useless sync after CmdClear{Color,DepthSte...
2018-11-19 Samuel Pitoisetradv: implement fast HTILE clears for depth or stencil...
2018-11-19 Samuel Pitoisetradv: rewrite the condition that checks allowed depth...
2018-11-19 Samuel Pitoisetradv: check allowed fast HTILE clears a bit earlier
2018-11-19 Samuel Pitoisetradv: add radv_is_fast_clear_{depth,stencil}_allowed...
2018-11-19 Samuel Pitoisetradv: add radv_get_htile_fast_clear_value() helper
2018-11-19 Samuel Pitoisetradv: remove unnecessary goto in the fast clear paths
2018-11-19 Samuel Pitoisetradv: tidy up radv_set_dcc_need_cmask_elim_pred()
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-10-11 Samuel Pitoisetradv: implement clear operations for R32G32B32
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-12 Samuel Pitoisetradv: introduce radv_subpass_attachment data structure
2018-06-20 Samuel Pitoisetradv: always initialize the clear depth/stencil values...
2018-06-20 Samuel Pitoisetradv: always initialize the clear color values to 0
2018-06-20 Bas Nieuwenhuizenradv: Fix flush_bits being used uninitialized.
2018-06-19 Bas Nieuwenhuizenradv: Merge the flush bits of CMASK & DCC clear.
2018-06-15 Samuel Pitoisetradv: don't check for linear images in emit_fast_color_...
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_depth_clear_regs() helpers
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_color_clear_regs() helpers
2018-06-13 Samuel Pitoisetradv: don't fast clear HTILE for 16-bit depth surfaces...
2018-06-05 Philip Rebohleradv: Use correct color format for fast clears
2018-04-19 Samuel Pitoisetradv: add a workaround for fast clears with DCC and...
2018-04-19 Samuel Pitoisetradv: implement fast color clear for DCC with MSAA
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-04-09 Samuel Pitoisetradv: add radv_get_cmask_fast_clear_value() helper
2018-04-09 Samuel Pitoisetradv: add radv_clear_{cmask,dcc} helpers
2018-01-22 Matthew Nichollsradv: restore previous stencil reference after depth...
2017-11-20 Samuel Pitoisetradv: remove useless assertion in emit_depthstencil_clear()
2017-10-27 Samuel Pitoisetradv: make radv_fill_buffer() return the needed flush...
2017-10-14 Samuel Pitoisetradv: do not allocate CMASK for non-MSSA images with...
2017-10-11 Timothy Arceriradv: remove duplicate debug_flags field
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_...
next