summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-14 06:36:17 +0100
committerDave Airlie <airlied@redhat.com>2016-10-19 10:15:43 +1000
commitec0bc14a700c2503d834ac0763f4cfbe312998fa (patch)
treeceb16baecd0050bf6ade26e6aec9f425bdbe2b31 /src/intel/vulkan/anv_private.h
parent971523410fd2235e13c617b6a1569f70486258d7 (diff)
downloadexternal_mesa3d-ec0bc14a700c2503d834ac0763f4cfbe312998fa.zip
external_mesa3d-ec0bc14a700c2503d834ac0763f4cfbe312998fa.tar.gz
external_mesa3d-ec0bc14a700c2503d834ac0763f4cfbe312998fa.tar.bz2
anv/wsi: remove all anv references from WSI common code
the WSI code should be now be clean for sharing. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 3a60199..0e25827 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -473,7 +473,7 @@ struct anv_physical_device {
uint32_t eu_total;
uint32_t subslice_total;
- struct anv_wsi_device wsi_device;
+ struct wsi_device wsi_device;
};
struct anv_instance {