summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2018-01-16 16:22:45 -0800
committerJason Ekstrand <[email protected]>2018-01-23 00:15:40 -0800
commitabc62282b5c6e37096fe9687a1ef5c401c4556a3 (patch)
treee7d98adbfce620656df6befec91248f06186250d /src/intel/vulkan/anv_private.h
parent01b9701a5cd7a7607dbfa17f6037a7e46924dec1 (diff)
anv: Add a per-device table of enabled extensions
Nothing uses this at the moment, but we will need it soon. Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index a1f34aa22db..36d87e2f176 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -857,6 +857,7 @@ struct anv_device {
int fd;
bool can_chain_batches;
bool robust_buffer_access;
+ struct anv_device_extension_table enabled_extensions;
struct anv_bo_pool batch_bo_pool;