| .. |
|
rmv
|
vulkan: relocate rmv to its correct home
|
2023-03-16 08:23:28 +00:00 |
|
meson.build
|
vulkan: write beta extensions into generator scripts.
|
2023-05-04 02:40:06 +00:00 |
|
vk_acceleration_structure.c
|
vulkan: Add vk_acceleration_structure
|
2023-02-22 11:58:57 +00:00 |
|
vk_acceleration_structure.h
|
vulkan: Add vk_acceleration_structure
|
2023-02-22 11:58:57 +00:00 |
|
vk_android.c
|
vulkan: add vk_image_format_to_ahb_format
|
2023-05-11 22:18:03 +00:00 |
|
vk_android.h
|
vulkan: add vk_image_format_to_ahb_format
|
2023-05-11 22:18:03 +00:00 |
|
vk_buffer.c
|
vulkan/runtime: implement vkGetBufferMemoryRequirements2()
|
2023-03-15 00:30:35 +00:00 |
|
vk_buffer.h
|
|
|
|
vk_cmd_copy.c
|
|
|
|
vk_cmd_enqueue.c
|
vk_cmd_queue: add a callback to free push descriptors set khr
|
2023-01-12 01:46:26 +00:00 |
|
vk_command_buffer.c
|
vulkan/runtime: Add VK_KHR_device_group provided entrypoints
|
2022-12-09 14:06:14 -06:00 |
|
vk_command_buffer.h
|
vulkan: Add common cmd buffer state tracking
|
2022-11-11 05:01:24 +00:00 |
|
vk_command_pool.c
|
vulkan: Recycle command buffers in vk_command_pool
|
2022-09-01 20:17:25 +00:00 |
|
vk_command_pool.h
|
vulkan,docs: Add documentation Vulkan command pools
|
2022-09-01 20:17:25 +00:00 |
|
vk_debug_report.c
|
|
|
|
vk_debug_report.h
|
|
|
|
vk_debug_utils.c
|
vulkan/runtime: also copy strings on queue debug utils
|
2023-03-24 09:38:06 +02:00 |
|
vk_debug_utils.h
|
|
|
|
vk_deferred_operation.c
|
|
|
|
vk_deferred_operation.h
|
|
|
|
vk_descriptor_set_layout.c
|
vk/descriptor_set_layout: Add optional destructor
|
2022-12-12 17:38:19 +00:00 |
|
vk_descriptor_set_layout.h
|
vk/descriptor_set_layout: Add optional destructor
|
2022-12-12 17:38:19 +00:00 |
|
vk_descriptor_update_template.c
|
vulkan/runtime: Compact descriptor update templates
|
2022-09-17 03:32:29 +00:00 |
|
vk_descriptor_update_template.h
|
vulkan/runtime: Add a comon vk_descriptor_update_template
|
2022-09-17 03:32:29 +00:00 |
|
vk_descriptors.c
|
tu,vulkan: Add common Get*OpaqueCaptureDescriptorDataEXT
|
2023-02-13 07:43:11 +00:00 |
|
vk_descriptors.h
|
vulkan: prefer vulkan_core.h over vulkan.h
|
2023-02-15 18:35:14 +00:00 |
|
vk_device.c
|
vulkan: Provide wrappers for VK_EXT_map_memory2 functions
|
2023-03-20 23:11:09 +00:00 |
|
vk_device.h
|
vulkan: use vk_features for vk_device::enabled_features
|
2023-03-16 08:23:28 +00:00 |
|
vk_device_memory.c
|
vulkan: define inline stubs when android api level < 26
|
2023-05-11 22:18:02 +00:00 |
|
vk_device_memory.h
|
vulkan: Add a vk_device_memory base struct
|
2023-03-31 14:57:03 +00:00 |
|
vk_drm_syncobj.c
|
|
|
|
vk_drm_syncobj.h
|
|
|
|
vk_fence.c
|
vulkan: initialize a variable
|
2022-09-02 00:13:27 +00:00 |
|
vk_fence.h
|
vulkan: Replace _Alignas with alignas
|
2022-11-10 05:04:12 +00:00 |
|
vk_format_info_gen.py
|
vulkan: prefer vulkan_core.h over vulkan.h
|
2023-02-15 18:35:14 +00:00 |
|
vk_framebuffer.c
|
|
|
|
vk_framebuffer.h
|
|
|
|
vk_graphics_state.c
|
vulkan/runtime: add VK_DYNAMIC_STATE_ATTACHMENT_FEEDBACK_LOOP_ENABLE_EXT
|
2023-05-09 13:29:34 +00:00 |
|
vk_graphics_state.h
|
vulkan/runtime: add VK_DYNAMIC_STATE_ATTACHMENT_FEEDBACK_LOOP_ENABLE_EXT
|
2023-05-09 13:29:34 +00:00 |
|
vk_image.c
|
vulkan: add vk_image_format_to_ahb_format
|
2023-05-11 22:18:03 +00:00 |
|
vk_image.h
|
vulkan: rename vk_image::ahardware_buffer_format
|
2023-05-11 22:18:02 +00:00 |
|
vk_instance.c
|
vk/runtime: Use libdrm shim
|
2023-03-05 16:31:51 +00:00 |
|
vk_instance.h
|
vk/runtime: keep track of supported instance extensions
|
2023-02-14 23:28:29 +00:00 |
|
vk_limits.h
|
vulkan: Add data structures to store all graphics state
|
2022-07-19 19:19:33 +00:00 |
|
vk_log.c
|
util: normalize include files under src/util/*.h with util/ prefix in mesa code base
|
2022-11-10 06:27:25 +00:00 |
|
vk_log.h
|
|
|
|
vk_nir.c
|
vulkan: Call gather_xfb_info in vk_spirv_to_nir
|
2022-07-21 21:18:48 +00:00 |
|
vk_nir.h
|
|
|
|
vk_object.c
|
vulkan: Add a concept of recycling an object
|
2022-09-01 20:17:25 +00:00 |
|
vk_object.h
|
vulkan: prefer vulkan_core.h over vulkan.h
|
2023-02-15 18:35:14 +00:00 |
|
vk_physical_device.c
|
vulkan: inline vk_get_physical_device_features into vk_common_GetPhysicalDeviceFeatures2
|
2023-05-03 03:27:54 +00:00 |
|
vk_physical_device.h
|
vulkan: Document vk_physical_device::supported_features
|
2023-05-04 17:38:30 +00:00 |
|
vk_pipeline.c
|
vulkan/runtime: include robustness info when hashing a shader stage
|
2022-10-27 08:17:11 +00:00 |
|
vk_pipeline.h
|
vulkan/runtime: include robustness info when hashing a shader stage
|
2022-10-27 08:17:11 +00:00 |
|
vk_pipeline_cache.c
|
vulkan/pipeline_cache: don't log warnings for client-invisible caches
|
2023-05-17 20:40:12 +00:00 |
|
vk_pipeline_cache.h
|
vulkan/pipeline_cache: don't log warnings for client-invisible caches
|
2023-05-17 20:40:12 +00:00 |
|
vk_pipeline_layout.c
|
vulkan: drop const for descriptor set
|
2022-10-21 22:36:45 +00:00 |
|
vk_pipeline_layout.h
|
vulkan: drop const for descriptor set
|
2022-10-21 22:36:45 +00:00 |
|
vk_queue.c
|
vk/runtime: Fix narrowing of timeline signal and wait value to u32.
|
2022-11-23 16:02:27 +00:00 |
|
vk_queue.h
|
|
|
|
vk_render_pass.c
|
vulkan: Drop VkRenderingSelfDependencyInfoMESA
|
2023-04-03 18:13:01 +00:00 |
|
vk_render_pass.h
|
vulkan: Drop VkRenderingSelfDependencyInfoMESA
|
2023-04-03 18:13:01 +00:00 |
|
vk_sampler.c
|
|
|
|
vk_sampler.h
|
|
|
|
vk_semaphore.c
|
vulkan: Win32 sync import/export support
|
2023-05-15 17:14:20 +00:00 |
|
vk_semaphore.h
|
vulkan: Replace _Alignas with alignas
|
2022-11-10 05:04:12 +00:00 |
|
vk_shader_module.c
|
vulkan: Add vk_shader_module_init
|
2023-03-12 13:18:15 +00:00 |
|
vk_shader_module.h
|
vulkan: Add vk_shader_module_init
|
2023-03-12 13:18:15 +00:00 |
|
vk_standard_sample_locations.c
|
vulkan: Add data structures to store all graphics state
|
2022-07-19 19:19:33 +00:00 |
|
vk_standard_sample_locations.h
|
|
|
|
vk_sync.c
|
vulkan: Win32 sync import/export support
|
2023-05-15 17:14:20 +00:00 |
|
vk_sync.h
|
vulkan: Win32 sync import/export support
|
2023-05-15 17:14:20 +00:00 |
|
vk_sync_binary.c
|
|
|
|
vk_sync_binary.h
|
|
|
|
vk_sync_dummy.c
|
|
|
|
vk_sync_dummy.h
|
|
|
|
vk_sync_timeline.c
|
|
|
|
vk_sync_timeline.h
|
|
|
|
vk_synchronization2.c
|
vulkan/runtime: Preserve pNext when upgrading to synchronization2 structs
|
2023-01-03 17:20:30 +00:00 |
|
vk_video.c
|
vulkan/video: add h265 reference structures and relevant util functions.
|
2023-05-19 06:15:01 +00:00 |
|
vk_video.h
|
vulkan/video: add h265 reference structures and relevant util functions.
|
2023-05-19 06:15:01 +00:00 |
|
vk_ycbcr_conversion.c
|
vulkan,nir: Refactor ycbcr conversion state into a struct
|
2023-02-06 18:36:29 +00:00 |
|
vk_ycbcr_conversion.h
|
vulkan,nir: Refactor ycbcr conversion state into a struct
|
2023-02-06 18:36:29 +00:00 |