radv: Store image view also outside framebuffer.
[mesa.git] / src / amd / vulkan / radv_meta_clear.c
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_...
2017-10-06 Samuel Pitoisetradv: introduce the concept of meta save flags
2017-10-04 Samuel Pitoisetradv: remove useless checks around radv_CmdBindPipeline()
2017-10-04 Bas Nieuwenhuizenradv: Implement TC compatible HTILE.
2017-10-02 Samuel Pitoisetradv: do not check the number of levels when doing...
2017-10-02 Samuel Pitoisetradv: cleanup radv_device_finish_meta_XXX() helpers
2017-10-02 Samuel Pitoisetradv: drop useless check in depth_view_can_fast_clear()
2017-10-02 Samuel Pitoisetradv: add radv_subpass_clear_attachment() helper
2017-10-02 Samuel Pitoisetradv: add radv_attachment_needs_clear() helper
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-10-02 Samuel Pitoisetradv: inline destroy_render_pass()
2017-10-02 Samuel Pitoisetradv: use pipeline handles instead of objects for meta...
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-09-12 Dave Airlieradv: don't use iview for meta image width/height.
2017-09-01 Samuel Pitoisetradv: move RADV_TRACE_FILE functions to radv_debug.c
2017-08-24 Bas Nieuwenhuizenradv: Add multiview clears.
2017-08-15 Dave Airlieradv/gfx9: for fast clear use is_linear flag.
2017-07-31 Dave Airlieradv: handle 10-bit format clamping workaround.
next