mesa/src/intel/vulkan_hasvk
Nanley Chery 07e0834774 intel: Use a simpler workaround for HiZ WT fast-clears
The new workaround tries to strike a balance between simplicity and
functionality (for testing purposes). Instead of checking for the
alignment of a specific LOD when fast-clearing, we take an
all-or-nothing approach for LOD1+.

I haven't found any app to clear LOD1+ except for a Dirt Rally trace
some time ago. If I remember correctly, that trace clears all LODs,
doesn't render to them, then clears again with a different color,
incurring resolves. So, skipping LOD1+ fast clears will avoid those
resolves. Other apps I tested include Synmark2, glmark2, GfxBench5, and
the Vulkan games in internal our benchmarking tool.

Now that we've added updated and simplified checks in the drivers
themselves, we delete blorp_can_hiz_clear_depth.

Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30250>
2024-08-20 19:43:15 +00:00
..
layers
tests hasvk/tests: Propagate failures to gtest 2023-08-25 12:08:29 -07:00
anv_allocator.c util: Turn futex_wake parameter to int32_t for consistence across platforms 2024-04-03 00:55:24 +00:00
anv_android.c
anv_android.h hasvk: refactor to use DETECT_OS_ANDROID instead of ANDROID 2024-02-01 19:29:49 +00:00
anv_android_stubs.c
anv_batch_chain.c intel/perf: Refactor and add Xe KMD support to change stream metrics id 2024-06-29 01:17:37 +00:00
anv_blorp.c hasvk: Use ELK compiler 2024-02-24 00:24:31 +00:00
anv_bo_sync.c
anv_cmd_buffer.c vulkan: pass cmdbuf level to vk_command_buffer_ops::create() 2024-04-23 06:33:31 +00:00
anv_descriptor_set.c anv, hasvk: pMutableDescriptorTypeLists can be out of range on pool creation 2024-03-07 18:56:57 +00:00
anv_device.c hasvk: Conditionally expose VK_KHR_present_wait 2024-08-06 11:39:38 +08:00
anv_formats.c anv,hasvk: use common stype debug 2024-05-10 18:49:38 +00:00
anv_gem.c intel: Move intel_define.h to i915/intel_define.h 2024-02-21 18:10:54 +00:00
anv_gem_stubs.c
anv_genX.h anv/hasvk: add indirect tracepoint arguments 2024-08-03 16:03:04 +03:00
anv_image.c intel/isl: Drop support for the gfx12 CCS ISL surf 2024-06-21 00:08:38 +00:00
anv_measure.c hasvk: move cmd_emit_timestamp initialization to genX 2024-07-03 21:10:13 +00:00
anv_measure.h
anv_nir.h hasvk: Use ELK compiler 2024-02-24 00:24:31 +00:00
anv_nir_apply_pipeline_layout.c treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
anv_nir_compute_push_layout.c hasvk: Use ELK compiler 2024-02-24 00:24:31 +00:00
anv_nir_lower_multiview.c treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
anv_nir_lower_ubo_loads.c intel/nir: remove load_global_const_block_intel intrinsic 2024-08-16 11:12:39 +00:00
anv_nir_lower_ycbcr_textures.c treewide: use nir_def_replace sometimes 2024-06-21 15:36:56 +00:00
anv_perf.c intel/perf: Refactor and add Xe KMD support to change stream metrics id 2024-06-29 01:17:37 +00:00
anv_pipeline.c intel: Move slm functions from brw_compiler.h to intel_compute_slm.c/h 2024-05-30 16:46:16 +00:00
anv_pipeline_cache.c treewide: Remove vulkan/runtime vulkan/util prefix in include path 2024-03-05 19:05:00 +00:00
anv_private.h anv/hasvk: add indirect tracepoint arguments 2024-08-03 16:03:04 +03:00
anv_queue.c
anv_util.c
anv_utrace.c anv/hasvk: add indirect tracepoint arguments 2024-08-03 16:03:04 +03:00
anv_wsi.c intel: move debug identifier out of libintel_dev 2024-05-11 01:52:01 +00:00
genX_blorp_exec.c intel: Use _brw suffix for genX headers that rely on brw 2024-02-24 00:24:32 +00:00
genX_cmd_buffer.c intel: Use a simpler workaround for HiZ WT fast-clears 2024-08-20 19:43:15 +00:00
genX_gpu_memcpy.c
genX_pipeline.c intel: Move slm functions from brw_compiler.h to intel_compute_slm.c/h 2024-05-30 16:46:16 +00:00
genX_query.c mi-builder: rename relocated api 2024-06-13 11:04:31 +00:00
genX_state.c anv/hasvk: add indirect tracepoint arguments 2024-08-03 16:03:04 +03:00
gfx7_cmd_buffer.c
gfx8_cmd_buffer.c hasvk: Use ELK compiler 2024-02-24 00:24:31 +00:00
meson.build format: Generate endian-independent format aliases 2024-07-19 13:50:42 +00:00