projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e68bb6
)
anv/wayland: fix assert typo
author
Eric Engestrom
<eric.engestrom@imgtec.com>
Tue, 30 Aug 2016 10:30:12 +0000
(11:30 +0100)
committer
Anuj Phogat
<anuj.phogat@gmail.com>
Tue, 30 Aug 2016 20:47:51 +0000
(13:47 -0700)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/intel/vulkan/anv_wsi_wayland.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_wsi_wayland.c
b/src/intel/vulkan/anv_wsi_wayland.c
index a9e161710f94d7c584cf8384d34ab487b9a3676e..d210e79bbcbc2eaa7a200f789c6204ffe00ba0d5 100644
(file)
--- a/
src/intel/vulkan/anv_wsi_wayland.c
+++ b/
src/intel/vulkan/anv_wsi_wayland.c
@@
-116,7
+116,7
@@
wl_drm_format_for_vk_format(VkFormat vk_format, bool alpha)
#endif
default:
- assert(
"!
Unsupported Vulkan format");
+ assert(
!"
Unsupported Vulkan format");
return 0;
}
}