mesa/src/vulkan/runtime
Thomas H.P. Andersen 9a7e93f1f6 vulkan: drop const for descriptor set
drivers should be able to update the reference count
member of the vk_descriptor_set_layout struct

Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19132>
2022-10-21 22:36:45 +00:00
..
meson.build vulkan/runtime: Add a comon vk_descriptor_update_template 2022-09-17 03:32:29 +00:00
vk_android.c
vk_buffer.c
vk_buffer.h
vk_cmd_copy.c
vk_cmd_enqueue.c
vk_command_buffer.c vulkan: Recycle command buffers in vk_command_pool 2022-09-01 20:17:25 +00:00
vk_command_buffer.h vulkan: Recycle command buffers in vk_command_pool 2022-09-01 20:17:25 +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
vk_debug_utils.h
vk_deferred_operation.c
vk_deferred_operation.h
vk_descriptor_set_layout.c
vk_descriptor_set_layout.h
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
vk_descriptors.h
vk_device.c vulkan: Record more enabled robustness features 2022-09-20 23:53:51 +00:00
vk_device.h vulkan: Record more enabled robustness features 2022-09-20 23:53:51 +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
vk_framebuffer.c
vk_framebuffer.h
vk_graphics_state.c vk/graphics_state: don't set default sample locations if rast samples is dynamic 2022-10-11 06:58:19 +00:00
vk_graphics_state.h vulkan,lavapipe: Use a tri-state enum for depth clip enable 2022-10-07 06:22:32 +00:00
vk_image.c
vk_image.h
vk_instance.c vulkan: Add common physical device management 2022-08-30 19:34:47 +00:00
vk_instance.h vulkan: update comments to device enumeration callbacks 2022-09-15 20:01:29 +00:00
vk_limits.h
vk_log.c
vk_log.h
vk_nir.c
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: avoid warning about unused function 2022-09-25 03:53:15 +00:00
vk_physical_device.c
vk_physical_device.h vulkan: Add common physical device management 2022-08-30 19:34:47 +00:00
vk_physical_device_features.py
vk_pipeline.c vulkan: Add a helper for gathering pipeline robustness 2022-09-20 23:53:51 +00:00
vk_pipeline.h vulkan: Add a helper for gathering pipeline robustness 2022-09-20 23:53:51 +00:00
vk_pipeline_cache.c vulkan/runtime: don't lookup the pipeline disk cache if disabled 2022-10-14 23:03:16 +00:00
vk_pipeline_cache.h
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_queue.h
vk_render_pass.c
vk_render_pass.h
vk_sampler.c
vk_sampler.h
vk_semaphore.c
vk_semaphore.h
vk_shader_module.c
vk_shader_module.h
vk_standard_sample_locations.c
vk_standard_sample_locations.h
vk_sync.c
vk_sync.h
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