projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d761d
)
anv: add missing `break`
author
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 9 Aug 2019 22:34:29 +0000
(23:34 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 9 Aug 2019 22:34:31 +0000
(23:34 +0100)
Fixes: f6e7de41d7b15185b746 ("anv: Implement VK_EXT_line_rasterization")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_device.c
b/src/intel/vulkan/anv_device.c
index a41f602f023d2be7c87689b31c956f9e9ed508ea..8f80faae633f8c7b7cb98f3f63caa9e6334da08f 100644
(file)
--- a/
src/intel/vulkan/anv_device.c
+++ b/
src/intel/vulkan/anv_device.c
@@
-1107,6
+1107,7
@@
void anv_GetPhysicalDeviceFeatures2(
features->stippledRectangularLines = false;
features->stippledBresenhamLines = true;
features->stippledSmoothLines = false;
+ break;
}
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES: {