mesa/src/vulkan/runtime
Konstantin Seurer 08b194fb46 vulkan,radv: Remove vk_shader_module_clone
The helper used ralloc which is unusual for vulkan objects, did not
handle allocation failures properly and was only useful for RADV.

Reviewed-by: Tatsuyuki Ishi <ishitatsuyuki@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19700>
2022-11-14 20:56:27 +00:00
..
meson.build vulkan: Automatically generate helpers to retrieve format information 2022-11-04 17:39:46 +00:00
vk_android.c
vk_buffer.c
vk_buffer.h
vk_cmd_copy.c
vk_cmd_enqueue.c
vk_command_buffer.c vulkan: Add common cmd buffer state tracking 2022-11-11 05:01:24 +00: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 util: normalize include files under src/util/*.h with util/ prefix in mesa code base 2022-11-10 06:27:25 +00:00
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 vk/runtime: drop incorrect UNUSED annotation 2022-11-03 14:16:11 +01: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 vulkan: Replace _Alignas with alignas 2022-11-10 05:04:12 +00:00
vk_format_info_gen.py vulkan: Automatically generate helpers to retrieve format information 2022-11-04 17:39:46 +00:00
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 vulkan: Provide a vk_image_create_get_format_list() helper 2022-11-04 17:39:46 +00:00
vk_image.h vulkan: Provide a vk_image_create_get_format_list() helper 2022-11-04 17:39:46 +00:00
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 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
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/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 utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +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 vulkan: Add common cmd buffer state tracking 2022-11-11 05:01:24 +00:00
vk_queue.h
vk_render_pass.c vulkan: Unconditionally add barriers for missing external subpass deps 2022-11-13 20:34:29 +00:00
vk_render_pass.h
vk_sampler.c
vk_sampler.h
vk_semaphore.c
vk_semaphore.h vulkan: Replace _Alignas with alignas 2022-11-10 05:04:12 +00:00
vk_shader_module.c vulkan,radv: Remove vk_shader_module_clone 2022-11-14 20:56:27 +00:00
vk_shader_module.h vulkan,radv: Remove vk_shader_module_clone 2022-11-14 20:56:27 +00:00
vk_standard_sample_locations.c
vk_standard_sample_locations.h
vk_sync.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
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