mesa/src/vulkan/util
Iago Toral Quiroga 1e4abf1fe3 vulkan/util: call glsl_type_singleton_init_or_ref from vk_instance_init
v2: link libvulkan_util with libglsl so it can find the glsl singleton symbols.
v3: link with libcompiler instead of libglsl (Jason)

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> for the v3dv bits.
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> for the turnip bits.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> for the radv bits.
Acked-by: Dave Airlie <airlied@redhat.com> for the lvp bits.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9457>
2021-03-17 08:15:36 +01:00
..
gen_enum_to_str.py vulkan-overlay-layer: Use the new dispatch tables 2021-02-01 18:54:24 +00:00
meson.build vulkan/util: call glsl_type_singleton_init_or_ref from vk_instance_init 2021-03-17 08:15:36 +01:00
vk_alloc.h vulkan/alloc: Use char * for pointer arithmetic 2021-03-10 20:59:59 -06:00
vk_cmd_copy.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
vk_debug_report.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
vk_debug_report.h vulkan: Make the debug_report implementation internal 2021-02-01 18:54:25 +00:00
vk_deferred_operation.c vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
vk_deferred_operation.h anv,radv: Use common entrypoints for VK_KHR_deferred_operation 2021-02-01 18:54:25 +00:00
vk_device.c vulkan: document flags choice for vkGetDeviceQueue 2021-02-15 21:01:28 +02:00
vk_device.h vulkan: Rework vk_device_init and friends 2021-02-01 18:54:25 +00:00
vk_dispatch_table_gen.py vulkan: Update dispatch table gen for Windows 2021-02-26 04:29:52 +10:00
vk_entrypoints_gen.py vulkan/lavapipe: add missing VKAPI_ATTR/CALL 2021-02-09 19:21:03 +00:00
vk_extensions.py vulkan: Rework extension disabling on Android 2021-02-04 20:02:12 +00:00
vk_extensions_gen.py vulkan: implement wsi_win32 backend 2021-02-25 03:41:36 +00:00
vk_format.c anv: Move vk_format helpers to common code 2021-03-10 18:17:31 +00:00
vk_format.h anv: Move vk_format helpers to common code 2021-03-10 18:17:31 +00:00
vk_icd_gen.py anv,vulkan: Move anv_icd.py to a common location 2021-02-04 20:02:12 +00:00
vk_instance.c vulkan/util: call glsl_type_singleton_init_or_ref from vk_instance_init 2021-03-17 08:15:36 +01:00
vk_instance.h vulkan: Add a common helper for enumerating instance extension properties 2021-02-04 20:02:12 +00:00
vk_object.c vulkan/util: add api to reset object magic + private data. 2021-02-22 09:32:13 +10:00
vk_object.h vulkan/util: add api to reset object magic + private data. 2021-02-22 09:32:13 +10:00
vk_physical_device.c vulkan: Use typed outarray API 2021-02-23 17:18:11 +10:00
vk_physical_device.h vulkan: Add generators for instance trampoline functions 2021-02-01 18:54:24 +00:00
vk_render_pass.c vulkan: fix CreateRenderPass prototype 2021-03-12 17:37:38 +00:00
vk_shader_module.c vk/util: add unified shader module struct/functions 2021-03-15 21:47:44 +00:00
vk_shader_module.h vk/util: add a util macro for initializing stack vk_shader_module structs 2021-03-15 21:47:44 +00:00
vk_util.c vulkan/utils: s/VERSION/PACKAGE_VERSION/ 2018-11-26 22:05:02 +00:00
vk_util.h vulkan/util: Consolidate typed_memcpy 2020-12-01 07:48:08 +00:00