projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2b37a
)
anv/device: Add a newline to the end of a comment
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Mon, 9 Nov 2015 20:18:12 +0000
(12:18 -0800)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 10 Nov 2015 00:04:06 +0000
(16:04 -0800)
src/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/vulkan/anv_device.c
b/src/vulkan/anv_device.c
index a4b58caab1374ec1fe13aa42d74e2e91f3848099..c6366a1cccb1ffcc3a34b5f39c833bb2f046bcaa 100644
(file)
--- a/
src/vulkan/anv_device.c
+++ b/
src/vulkan/anv_device.c
@@
-83,7
+83,7
@@
anv_physical_device_init(struct anv_physical_device *device,
if (device->info->gen == 7 &&
!device->info->is_haswell && !device->info->is_baytrail) {
- fprintf(stderr, "WARNING: Ivy Bridge Vulkan support is incomplete");
+ fprintf(stderr, "WARNING: Ivy Bridge Vulkan support is incomplete
\n
");
} else if (device->info->gen == 8 && !device->info->is_cherryview) {
/* Briadwell is as fully supported as anything */
} else {