mesa/src/panfrost/vulkan
Olivia Lee 1bdd640d83 panvk/csf: implement VK_EXT_primitives_generated_query except primitive restart
Primitive restart requires scanning the index buffer to determine how
many primitives are present, and will be handled in a later commit.

Signed-off-by: Olivia Lee <olivia.lee@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Reviewed-by: Christoph Pillmayer <christoph.pillmayer@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38547>
2026-01-21 09:03:33 +00:00
..
bifrost panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
csf panvk/csf: implement VK_EXT_primitives_generated_query except primitive restart 2026-01-21 09:03:33 +00:00
fifthgen pan: Use correct architecture name for v12+ 2026-01-13 13:28:34 +01:00
jm panfrost: Add a few missing license blocks 2026-01-20 20:49:33 +00:00
valhall panvk: Overhaul the Bifrost descriptor set implementation 2024-06-14 20:52:21 +00:00
meson.build pan: Use correct architecture name for v12+ 2026-01-13 13:28:34 +01:00
panvk_android.c panvk: fix mem alloc size for VkBuffer backed by imported blob AHB 2025-11-06 18:26:01 +00:00
panvk_android.h panvk: implement AHB image deferred init and memory alloc 2025-08-22 21:39:12 +00:00
panvk_blend.h panvk: Support color attachment remapping 2025-04-10 13:17:53 +00:00
panvk_buffer.c panvk: Base memoryTypeBits on phys_dev->type_count 2025-12-12 10:15:41 +01:00
panvk_buffer.h panvk: Increase maxBufferSize to UINT32_MAX 2025-11-07 17:03:53 +00:00
panvk_buffer_view.h pan/bi: Make texel buffers use Attribute Buffers 2026-01-13 10:00:58 +01:00
panvk_cmd_alloc.h pan: Use a consistent pan_ prefix across src/panfrost/* 2025-05-21 14:58:20 +02:00
panvk_cmd_desc_state.h panvk: Add basic infrastructure for shader variants 2025-07-21 16:52:44 +00:00
panvk_cmd_dispatch.h panvk: Fix set_compute_sysval() 2025-12-18 08:14:14 +01:00
panvk_cmd_draw.h panvk/csf: implement VK_EXT_primitives_generated_query except primitive restart 2026-01-21 09:03:33 +00:00
panvk_cmd_fb_preload.h panvk: Build cmd_fb_preload on explicit fb_info 2024-11-26 11:58:28 +01:00
panvk_cmd_meta.h panvk/meta: make helpers static 2026-01-15 20:21:42 +00:00
panvk_cmd_pool.c panvk: clear big_bos on cmd pool reset with release bit 2025-08-19 16:41:31 +00:00
panvk_cmd_pool.h panvk: pool large TLS allocations 2025-08-19 16:41:31 +00:00
panvk_cmd_precomp.h panvk: Implement precomp dispatch 2025-02-11 12:33:23 +00:00
panvk_cmd_push_constant.h panvk: Add basic infrastructure for shader variants 2025-07-21 16:52:44 +00:00
panvk_cmd_query.h panvk/csf: implement VK_EXT_primitives_generated_query except primitive restart 2026-01-21 09:03:33 +00:00
panvk_cmd_ts.h panvk: Add timestamp write and reset 2025-07-01 08:27:29 +00:00
panvk_descriptor_set.h panvk: Use write-back maps for descriptor sets 2025-12-12 10:15:41 +01:00
panvk_descriptor_set_layout.h panvk/v9+: Reduce maxBoundDescriptorSets to 7 2025-10-22 10:38:35 +02:00
panvk_device.h panvk: Add a debug flag to force CPU-uncached mappings 2025-12-12 10:15:41 +01:00
panvk_device_memory.c panvk: Advertise a HOST_CACHED memory type if we have WC maps 2025-12-12 10:15:41 +01:00
panvk_device_memory.h panvk: Conditionally register an host address when tracking user memory 2024-08-23 14:39:00 +00:00
panvk_host_copy.c panvk: Sync CPU maps around host image copies 2025-12-12 10:15:41 +01:00
panvk_image.c panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
panvk_image.h panvk: Create MS shadow images and views 2025-12-16 08:22:23 +00:00
panvk_image_view.h panvk: Create MS shadow images and views 2025-12-16 08:22:23 +00:00
panvk_instance.c ALL: use #define and a copy helper to check and copy build_id 2026-01-07 08:32:33 +00:00
panvk_instance.h ALL: use SHA1_DIGEST_LENGTH etc. instead of hardcoding the numbers 2026-01-07 08:32:33 +00:00
panvk_macros.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
panvk_mempool.c panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
panvk_mempool.h panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
panvk_meta.h panvk: sanity check block size for unorm format 2025-11-04 22:28:03 +00:00
panvk_physical_device.c panvk: Add shader core count to deviceName 2026-01-13 13:28:24 +01:00
panvk_physical_device.h panvk: Advertise a HOST_CACHED memory type if we have WC maps 2025-12-12 10:15:41 +01:00
panvk_precomp_cache.h panvk: Add basic infrastructure for shader variants 2025-07-21 16:52:44 +00:00
panvk_priv_bo.c panvk: Add various flush/invalidate helpers for internal BOs 2025-12-12 10:15:41 +01:00
panvk_priv_bo.h panvk: Add various flush/invalidate helpers for internal BOs 2025-12-12 10:15:41 +01:00
panvk_query_pool.h panvk: Use WB mappings for the global RW and executable memory pools 2025-12-12 10:15:41 +01:00
panvk_sampler.h panvk: Use multiple sampler planes and one texture descriptor per plane 2025-02-08 07:48:41 +00:00
panvk_shader.h panvk: Push our own blend descriptors 2026-01-15 21:55:40 +00:00
panvk_sparse.c panvk: move sparse blackhole stuff to panvk_sparse.{c,h} 2025-11-27 17:05:42 +00:00
panvk_sparse.h panvk: move sparse blackhole stuff to panvk_sparse.{c,h} 2025-11-27 17:05:42 +00:00
panvk_tracepoints.py panvk/utrace: Add flush_cache support 2025-08-11 10:12:30 +00:00
panvk_utrace.c pan/kmod: Cache the device props at the pan_kmod_dev level 2025-12-12 10:15:30 +01:00
panvk_utrace.h panvk: properly handle errors from utrace_context_init 2025-08-25 14:15:57 +00:00
panvk_utrace_perfetto.cc pan/kmod: Cache the device props at the pan_kmod_dev level 2025-12-12 10:15:30 +01:00
panvk_utrace_perfetto.h panvk/perfetto: Handle re-submittable command buffers 2025-08-25 07:08:31 +00:00
panvk_vX_blend.c panvk: Push our own blend descriptors 2026-01-15 21:55:40 +00:00
panvk_vX_buffer_view.c pan/bi: Make texel buffers use Attribute Buffers 2026-01-13 10:00:58 +01:00
panvk_vX_cmd_desc_state.c panvk: Add basic infrastructure for shader variants 2025-07-21 16:52:44 +00:00
panvk_vX_cmd_dispatch.c panvk: Add a panvk_common_sysvals struct 2025-11-19 23:10:41 +00:00
panvk_vX_cmd_draw.c panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
panvk_vX_cmd_fb_preload.c pan/preload: Prepare for reading from single sampled view 2025-12-16 08:22:23 +00:00
panvk_vX_cmd_meta.c panvk/meta: make helpers static 2026-01-15 20:21:42 +00:00
panvk_vX_cmd_push_constant.c panvk: Add a panvk_common_sysvals struct 2025-11-19 23:10:41 +00:00
panvk_vX_descriptor_set.c pan/bi: Make texel buffers use Attribute Buffers 2026-01-13 10:00:58 +01:00
panvk_vX_descriptor_set_layout.c vk: descriptors: sort bindings along with flags 2026-01-20 15:55:47 +00:00
panvk_vX_device.c panvk: Free the decode context in the create_device() error path 2025-12-16 11:02:15 +01:00
panvk_vX_image_view.c panvk: do not access the image in image view's destructor 2025-12-17 12:33:58 +00:00
panvk_vX_nir_lower_descriptors.c panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
panvk_vX_nir_lower_input_attachment_loads.c panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
panvk_vX_physical_device.c panvk: promote VK_EXT_robustness2 to VK_KHR_robustness2 2026-01-15 23:01:02 +00:00
panvk_vX_precomp_cache.c pan: Move compiler to compiler/bifrost 2025-12-02 21:00:29 +00:00
panvk_vX_query_pool.c panvk/csf: implement VK_EXT_primitives_generated_query except primitive restart 2026-01-21 09:03:33 +00:00
panvk_vX_sampler.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
panvk_vX_shader.c panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
panvk_wsi.c panfrost: SPDX everything 2026-01-20 20:49:33 +00:00
panvk_wsi.h panvk: Move panvk_wsi definitions to panvk_wsi.h 2024-03-27 09:47:34 +00:00