mesa/src/kosmickrisp/vulkan
2026-04-23 12:59:24 +00:00
..
kk_bo.c kk: Move all resource tracking to the residency set 2025-11-21 19:01:48 +00:00
kk_bo.h
kk_buffer.c kk: Use device limits for buffers and compute shared memory. 2026-04-21 14:11:08 +00:00
kk_buffer.h
kk_buffer_view.c kk: Fix emulated format's swizzle 2025-12-09 01:19:31 +00:00
kk_buffer_view.h
kk_cmd_buffer.c kk: Reuse as much poly utilities as possible for unrolling 2026-04-17 10:52:53 +00:00
kk_cmd_buffer.h kk: Reuse as much poly utilities as possible for unrolling 2026-04-17 10:52:53 +00:00
kk_cmd_clear.c
kk_cmd_copy.c kk: Fix image to image copy 2025-11-20 00:57:29 +00:00
kk_cmd_dispatch.c kk: Rework command buffers' compute shader state tracking 2026-04-03 14:54:14 +00:00
kk_cmd_draw.c kk: Update dynamic depth stencil state regardless of set attachments. 2026-04-23 10:15:18 +00:00
kk_cmd_meta.c kk: Clean up gfx state flushing 2026-04-03 14:54:14 +00:00
kk_cmd_pool.c
kk_cmd_pool.h
kk_debug.c kk: Add environment variable to force robustness on all shaders 2026-01-07 19:51:44 +00:00
kk_debug.h kk: Add environment variable to force robustness on all shaders 2026-01-07 19:51:44 +00:00
kk_descriptor_set.c kk: Use layout->vk.dynamic_descriptor_count 2026-01-22 17:04:19 +00:00
kk_descriptor_set.h kk: Move all resource tracking to the residency set 2025-11-21 19:01:48 +00:00
kk_descriptor_set_layout.c kk: Default to max descriptor size if mutable list is empty 2026-02-13 09:46:21 +00:00
kk_descriptor_set_layout.h kk: Use layout->vk.dynamic_descriptor_count 2026-01-22 17:04:19 +00:00
kk_descriptor_types.h
kk_device.c kk: Reuse as much poly utilities as possible for unrolling 2026-04-17 10:52:53 +00:00
kk_device.h kk: Reuse as much poly utilities as possible for unrolling 2026-04-17 10:52:53 +00:00
kk_device_lib.c kk: Add clc in a similar fashion to other drivers like HK 2026-03-30 10:46:36 +00:00
kk_device_memory.c kk: Move all resource tracking to the residency set 2025-11-21 19:01:48 +00:00
kk_device_memory.h
kk_encoder.c kk: Fix pre-gfx encoder dependency with gfx encoder 2026-04-14 10:48:29 +00:00
kk_encoder.h kk: Fix pre-gfx encoder dependency with gfx encoder 2026-04-14 10:48:29 +00:00
kk_event.c kk: Demote events, query availabilities and queue writes to 32 bits 2026-04-08 13:37:53 +00:00
kk_event.h kk: Demote events, query availabilities and queue writes to 32 bits 2026-04-08 13:37:53 +00:00
kk_format.c kk: Expose 4444 and ycbcr 2plane 444 formats 2025-12-09 01:19:32 +00:00
kk_format.h kk: Fix emulated format's swizzle 2025-12-09 01:19:31 +00:00
kk_image.c kk: Expose VK_EXT_image_2d_view_of_3d 2026-02-09 13:16:39 +00:00
kk_image.h kk: Expose VK_EXT_image_2d_view_of_3d 2026-02-09 13:16:39 +00:00
kk_image_layout.c kk: Fix emulated format's swizzle 2025-12-09 01:19:31 +00:00
kk_image_layout.h
kk_image_view.c kk: Fix emulated format's swizzle 2025-12-09 01:19:31 +00:00
kk_image_view.h
kk_instance.c Remove mesa-sha1.h 2026-03-23 07:03:27 +00:00
kk_instance.h kk: Fill driverUUID 2025-11-17 22:50:08 +00:00
kk_nir_lower_descriptors.c nir,treewide: add nir_image_intrinsic_type 2026-03-31 09:10:27 +00:00
kk_nir_lower_multiview.c kk: Fix compilation error when viewMask is 0 2026-01-15 04:54:45 +00:00
kk_nir_lower_textures.c treewide: add & use parent instr helpers 2025-11-12 21:22:13 +00:00
kk_nir_lower_vbo.c
kk_nir_lower_vbo.h
kk_physical_device.c kk: Enable VK_AMD_shader_image_load_store_lod 2026-04-22 06:42:08 +00:00
kk_physical_device.h kk: Use device limits for buffers and compute shared memory. 2026-04-21 14:11:08 +00:00
kk_private.h kk: Use device limits for buffers and compute shared memory. 2026-04-21 14:11:08 +00:00
kk_query_pool.c kk: Demote events, query availabilities and queue writes to 32 bits 2026-04-08 13:37:53 +00:00
kk_query_pool.h
kk_query_table.c treewide: use BITSET_BYTES, BITSET_RZALLOC 2025-11-05 18:44:23 +00:00
kk_query_table.h
kk_queue.c kk: Move all resource tracking to the residency set 2025-11-21 19:01:48 +00:00
kk_queue.h
kk_sampler.c kk: Remove mem leaks in NIR->MSL, device/sampler create and cmdbuf release 2025-11-24 20:14:26 +00:00
kk_sampler.h
kk_shader.c kk: Add ds state to fragment key since it's part of the pipeline we compile 2026-04-23 12:59:24 +00:00
kk_shader.h kk: Clean up gfx state flushing 2026-04-03 14:54:14 +00:00
kk_sync.c
kk_sync.h
kk_wsi.c
kk_wsi.h
meson.build kk: Add clc in a similar fashion to other drivers like HK 2026-03-30 10:46:36 +00:00