projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a5de1
)
turnip: Fix indentation
author
Chad Versace
<chadversary@chromium.org>
Wed, 7 Nov 2018 05:14:04 +0000
(22:14 -0700)
committer
Chia-I Wu
<olvaffe@gmail.com>
Mon, 11 Mar 2019 17:01:33 +0000
(10:01 -0700)
src/freedreno/vulkan/tu_device.c
patch
|
blob
|
history
diff --git
a/src/freedreno/vulkan/tu_device.c
b/src/freedreno/vulkan/tu_device.c
index d1ee8f5d9eca674acaf7b81ab60ece8187bc5168..c5d94999600bcf6274f78b16487e77624f1f4241 100644
(file)
--- a/
src/freedreno/vulkan/tu_device.c
+++ b/
src/freedreno/vulkan/tu_device.c
@@
-393,8
+393,8
@@
tu_enumerate_devices(struct tu_instance *instance)
result = tu_physical_device_init(instance->physical_devices +
instance->physical_device_count,
-
instance,
-
devices[i]);
+ instance,
+ devices[i]);
if (result == VK_SUCCESS)
++instance->physical_device_count;
else if (result != VK_ERROR_INCOMPATIBLE_DRIVER)