projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0599d39
)
vk/device: Use anv_CreateDynamicViewportState instead of the vk one
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 9 Jun 2015 23:01:56 +0000
(16:01 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 9 Jun 2015 23:01:56 +0000
(16:01 -0700)
src/vulkan/device.c
patch
|
blob
|
history
diff --git
a/src/vulkan/device.c
b/src/vulkan/device.c
index 423f165e400c46cf5cae820867cedb790b5cd195..9eba8709a89e16558bd0f212229877d22eac03cf 100644
(file)
--- a/
src/vulkan/device.c
+++ b/
src/vulkan/device.c
@@
-3422,7
+3422,7
@@
VkResult anv_CreateFramebuffer(
framebuffer->height = pCreateInfo->height;
framebuffer->layers = pCreateInfo->layers;
-
vk
CreateDynamicViewportState((VkDevice) device,
+
anv_
CreateDynamicViewportState((VkDevice) device,
&(VkDynamicVpStateCreateInfo) {
.sType = VK_STRUCTURE_TYPE_DYNAMIC_VP_STATE_CREATE_INFO,
.viewportAndScissorCount = 1,