projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b1371
)
anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR defined
author
Matt Turner
<mattst88@gmail.com>
Wed, 12 Apr 2017 18:00:39 +0000
(11:00 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 12 Apr 2017 18:00:39 +0000
(11:00 -0700)
src/intel/vulkan/anv_wsi.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_wsi.c
b/src/intel/vulkan/anv_wsi.c
index 6ab0f20b3d1beabcfacdcaede6460592ef3d17ca..ba66ea6d4614baeb83966fa344ca23149c2b102c 100644
(file)
--- a/
src/intel/vulkan/anv_wsi.c
+++ b/
src/intel/vulkan/anv_wsi.c
@@
-26,9
+26,11
@@
#include "vk_format_info.h"
#include "util/vk_util.h"
+#ifdef VK_USE_PLATFORM_WAYLAND_KHR
static const struct wsi_callbacks wsi_cbs = {
.get_phys_device_format_properties = anv_GetPhysicalDeviceFormatProperties,
};
+#endif
VkResult
anv_init_wsi(struct anv_physical_device *physical_device)