mesa/src/amd/vulkan
Emil Velikov 7c277eae98 radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() fails
If radv_device_get_cache_uuid() fails result will be VK_SUCCESS as set
by the radv_init_wsi() call above.

Fixes: d943839 (radv: Use library mtime for cache UUID.)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2016-11-28 19:51:31 +00:00
..
winsys/amdgpu radv: split the device local memory heap into two 2016-10-28 12:27:49 +10:00
.gitignore radv: Suffix the radeon_icd file with the host CPU 2016-11-09 21:36:45 +00:00
dev_icd.json.in radv: Replace "abi_versions" with correct "api_version". 2016-10-25 12:55:39 -07:00
Makefile.am radv: Don't generate radv_timestamp.h 2016-11-24 19:25:03 +01:00
Makefile.sources radv: Don't generate radv_timestamp.h 2016-11-24 19:25:03 +01:00
radeon_icd.json.in radv: Suffix the radeon_icd file with the host CPU 2016-11-09 21:36:45 +00:00
radv_cmd_buffer.c radv: add support for VK_AMD_draw_indirect_count 2016-11-24 08:19:27 +10:00
radv_cs.h radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
radv_descriptor_set.c radv: move to using shared vk_alloc inlines. 2016-10-19 09:05:26 +10:00
radv_descriptor_set.h radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
radv_device.c radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() fails 2016-11-28 19:51:31 +00:00
radv_entrypoints_gen.py radv: remove the validation layer and some related bits. 2016-10-12 08:57:09 +10:00
radv_formats.c radv: fix image view creation for depth and stencil only 2016-11-21 08:58:03 +10:00
radv_image.c radv/si: fix optimal micro tile selection 2016-11-27 23:03:20 +00:00
radv_meta.c radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
radv_meta.h radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
radv_meta_blit.c radv: fix flipped blits 2016-11-23 23:49:32 +00:00
radv_meta_blit2d.c nir/i965/anv/radv/gallium: make shader info a pointer 2016-10-26 14:29:36 +11:00
radv_meta_buffer.c vulkan: import latest public vulkan headers + and fix drivers. 2016-11-11 12:33:07 +10:00
radv_meta_bufimage.c nir/i965/anv/radv/gallium: make shader info a pointer 2016-10-26 14:29:36 +11:00
radv_meta_clear.c radv: fix 3D clears with baseMiplevel 2016-11-28 07:10:12 +00:00
radv_meta_copy.c radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
radv_meta_decompress.c nir/i965/anv/radv/gallium: make shader info a pointer 2016-10-26 14:29:36 +11:00
radv_meta_fast_clear.c nir/i965/anv/radv/gallium: make shader info a pointer 2016-10-26 14:29:36 +11:00
radv_meta_resolve.c radv/meta: cleanup resolve vertex state emission 2016-11-22 17:15:37 +10:00
radv_meta_resolve_cs.c nir/i965/anv/radv/gallium: make shader info a pointer 2016-10-26 14:29:36 +11:00
radv_pass.c radv: move to using shared vk_alloc inlines. 2016-10-19 09:05:26 +10:00
radv_pipeline.c radv: add support for shader stats dump 2016-11-22 07:20:17 +00:00
radv_pipeline_cache.c radv: Store UUID in physical device. 2016-11-22 07:58:35 +01:00
radv_private.h radv: Make radv_finishme only warn once per call-site 2016-11-28 19:12:48 +00:00
radv_query.c radv: move to using shared vk_alloc inlines. 2016-10-19 09:05:26 +10:00
radv_radeon_winsys.h radv: split the device local memory heap into two 2016-10-28 12:27:49 +10:00
radv_util.c radv: make use of shared vector helper. 2016-10-19 09:05:25 +10:00
radv_util.h radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
radv_wsi.c radv: don't crash on null swapchain destroy. 2016-11-16 09:18:03 +10:00
radv_wsi_wayland.c radv: port to common wsi codebase 2016-10-19 10:15:43 +10:00
radv_wsi_x11.c radv: port to common wsi codebase 2016-10-19 10:15:43 +10:00
si_cmd_buffer.c radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
vk_format.h radv: fix identity swizzle handling 2016-10-14 04:45:57 +10:00
vk_format_layout.csv radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
vk_format_parse.py radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
vk_format_table.py radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00