..
avalon
panvk: Add v12 support
2025-04-15 13:36:07 +02:00
bifrost
pan: Use a consistent pan_ prefix across src/panfrost/*
2025-05-21 14:58:20 +02:00
csf
panfrost, panvk: The size of resource tables needs to be a multiple of 4.
2025-06-18 16:09:03 +00:00
jm
panvk: Fix dependency chain on indirect dispatch for JM
2025-06-20 10:11:52 +00:00
valhall
panvk: Overhaul the Bifrost descriptor set implementation
2024-06-14 20:52:21 +00:00
meson.build
vulkan: Specify library_arch in ICD files
2025-06-19 17:30:24 +00:00
panvk_blend.h
panvk: Support color attachment remapping
2025-04-10 13:17:53 +00:00
panvk_buffer.c
panvk: implement VkBindMemoryStatus
2025-06-16 10:29:26 -07:00
panvk_buffer.h
panvk: drop bo tracking from panvk_buffer
2025-05-28 18:06:57 +00:00
panvk_buffer_view.h
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00: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
panfrost, panvk: The size of resource tables needs to be a multiple of 4.
2025-06-18 16:09:03 +00:00
panvk_cmd_dispatch.h
panvk: Move TLS preparation logic to cmd_dispatch_prepare_tls
2025-02-11 12:33:23 +00:00
panvk_cmd_draw.h
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +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
panfrost: Kill the mali_ptr typedef
2025-01-07 11:10:55 +00:00
panvk_cmd_oq.h
panvk/csf: Rework the occlusion query logic to avoid draw flushes
2025-01-15 14:07:37 +00:00
panvk_cmd_pool.c
panvk: Catch indirect allocation failures
2024-10-01 14:36:38 +00:00
panvk_cmd_pool.h
panvk: Prepare panvk_cmd_pool for CSF
2024-08-23 14:38:59 +00:00
panvk_cmd_precomp.h
panvk: Implement precomp dispatch
2025-02-11 12:33:23 +00:00
panvk_cmd_push_constant.h
panvk: bump maxPushConstantSize to 256
2025-06-02 16:21:34 +00:00
panvk_descriptor_set.h
panvk: Overhaul the Bifrost descriptor set implementation
2024-06-14 20:52:21 +00:00
panvk_descriptor_set_layout.h
panvk: report the maximum supported size for a variable count iub
2025-06-20 13:14:34 +00:00
panvk_device.h
panvk: Depends on Panthor scoreboard information
2025-05-28 17:03:30 +00:00
panvk_device_memory.c
panvk: do not leak mapped memory
2024-11-14 18:45:44 +00:00
panvk_device_memory.h
panvk: Conditionally register an host address when tracking user memory
2024-08-23 14:39:00 +00:00
panvk_image.c
panvk: implement VkBindMemoryStatus
2025-06-16 10:29:26 -07:00
panvk_image.h
pan/image: Teach pan_image/layout about planar images
2025-06-05 13:51:34 +00:00
panvk_image_view.h
panvk/v9+: Set up limited texture descs for storage use
2025-05-12 08:37:08 +00:00
panvk_instance.c
panvk: Enable vertexPipelineStoresAndAtomics on ANGLE for v13+
2025-06-03 14:28:06 +00:00
panvk_instance.h
panvk: Enable vertexPipelineStoresAndAtomics on ANGLE for v13+
2025-06-03 14:28:06 +00:00
panvk_macros.h
panvk: Add v13 support
2025-04-15 13:36:07 +02:00
panvk_mempool.c
pan: Use a consistent pan_ prefix across src/panfrost/*
2025-05-21 14:58:20 +02:00
panvk_mempool.h
panvk: Fix panvk_priv_mem_bo() on 32-bit platforms
2025-01-10 15:53:36 +00:00
panvk_meta.h
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_physical_device.c
panvk: make extensions, features, and properties per-arch
2025-06-13 19:02:19 +00:00
panvk_physical_device.h
panvk: make extensions, features, and properties per-arch
2025-06-13 19:02:19 +00:00
panvk_precomp_cache.h
panvk: Implement precomp dispatch
2025-02-11 12:33:23 +00:00
panvk_priv_bo.c
panvk: Catch indirect allocation failures
2024-10-01 14:36:38 +00:00
panvk_priv_bo.h
panfrost: Kill the mali_ptr typedef
2025-01-07 11:10:55 +00:00
panvk_query_pool.h
panvk: widen type before multiplying
2024-11-28 10:22:22 +00: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
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_tracepoints.py
panvk: add u_trace perfetto support
2024-12-17 23:14:26 +00:00
panvk_utrace.c
u_trace: pass tracepoint flags to the read_timestamp callback
2025-02-24 08:08:02 +00:00
panvk_utrace.h
u_trace: pass tracepoint flags to the read_timestamp callback
2025-02-24 08:08:02 +00:00
panvk_utrace_perfetto.cc
perfetto: Create a common MesaRenderpassIncrementalState.
2025-05-08 01:21:25 +00:00
panvk_utrace_perfetto.h
panvk: add u_trace perfetto support
2024-12-17 23:14:26 +00:00
panvk_vX_blend.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_vX_buffer_view.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_vX_cmd_desc_state.c
panfrost, panvk: The size of resource tables needs to be a multiple of 4.
2025-06-18 16:09:03 +00:00
panvk_vX_cmd_dispatch.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_vX_cmd_draw.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_vX_cmd_fb_preload.c
panfrost, panvk: The size of resource tables needs to be a multiple of 4.
2025-06-18 16:09:03 +00:00
panvk_vX_cmd_meta.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_vX_cmd_push_constant.c
panvk: allow sysvals to be dynamically-indexed
2025-06-13 19:02:19 +00:00
panvk_vX_descriptor_set.c
panvk: use variable count when initializing iub buffer descriptor
2025-06-20 13:14:33 +00:00
panvk_vX_descriptor_set_layout.c
panvk: report the maximum supported size for a variable count iub
2025-06-20 13:14:34 +00:00
panvk_vX_device.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_vX_image_view.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_vX_nir_lower_descriptors.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_vX_physical_device.c
panvk: report the maximum supported size for a variable count iub
2025-06-20 13:14:34 +00:00
panvk_vX_precomp_cache.c
panvk: Implement precomp dispatch
2025-02-11 12:33:23 +00:00
panvk_vX_query_pool.c
pan: Use a consistent pan_ prefix across src/panfrost/*
2025-05-21 14:58:20 +02:00
panvk_vX_sampler.c
pan: Use a consistent pan_ prefix across src/panfrost/*
2025-05-21 14:58:20 +02:00
panvk_vX_shader.c
panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall
2025-06-18 16:09:03 +00:00
panvk_wsi.c
panvk: add basic driconf infrastructure
2025-03-31 09:24:04 +00:00
panvk_wsi.h
panvk: Move panvk_wsi definitions to panvk_wsi.h
2024-03-27 09:47:34 +00:00