summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChad Versace <chad@kiwitree.net>2020-08-20 10:10:28 -0700
committerMarge Bot <eric+marge@anholt.net>2021-04-08 14:15:55 +0000
commit5e6db1916860ec217eac60903e0a9d10189d1c53 (patch)
tree8ca5e0452dde5ba1b037c0816166461338a84d1d /bin
parentf4c6988184486c0e13cc78783971a931772695d6 (diff)
anv: Remove vkCreateDmaBufINTEL (v4)
Superceded by VK_EXT_image_drm_format_modifier. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> (v1) Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> (v4) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1466>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/khronos-update.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/khronos-update.py b/bin/khronos-update.py
index cc82a07b08c..d7713c526c1 100755
--- a/bin/khronos-update.py
+++ b/bin/khronos-update.py
@@ -175,7 +175,6 @@ SOURCES = [
Source('include/vulkan/vulkan_xlib.h', 'https://github.com/KhronosGroup/Vulkan-Headers/raw/master/include/vulkan/vulkan_xlib.h'),
Source('include/vulkan/vulkan_xlib_xrandr.h', 'https://github.com/KhronosGroup/Vulkan-Headers/raw/master/include/vulkan/vulkan_xlib_xrandr.h'),
Source('include/vulkan/vk_android_native_buffer.h', 'https://android.googlesource.com/platform/frameworks/native/+/master/vulkan/include/vulkan/vk_android_native_buffer.h?format=TEXT'),
- Source('include/vulkan/vulkan_intel.h', None),
Source('include/vulkan/.editorconfig', None),
],
},