projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35c3cba
)
anv: Remove unused variable.
author
Bas Nieuwenhuizen
<bas@basnieuwenhuizen.nl>
Sat, 16 Dec 2017 21:02:11 +0000
(22:02 +0100)
committer
Bas Nieuwenhuizen
<bas@basnieuwenhuizen.nl>
Sun, 17 Dec 2017 13:53:46 +0000
(14:53 +0100)
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 597444467c214b873f9aa159740e5817824cecf9..4638f311dd1646bf7078af23c7d71ca72cf9ef94 100644
(file)
--- a/
src/intel/vulkan/anv_device.c
+++ b/
src/intel/vulkan/anv_device.c
@@
-741,8
+741,6
@@
void anv_GetPhysicalDeviceFeatures2KHR(
}
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR: {
- ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
-
VkPhysicalDevice16BitStorageFeaturesKHR *features =
(VkPhysicalDevice16BitStorageFeaturesKHR *)ext;