diff options
author | Chad Versace <chad@kiwitree.net> | 2020-08-20 10:10:28 -0700 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2021-04-08 14:15:55 +0000 |
commit | 5e6db1916860ec217eac60903e0a9d10189d1c53 (patch) | |
tree | 8ca5e0452dde5ba1b037c0816166461338a84d1d /bin | |
parent | f4c6988184486c0e13cc78783971a931772695d6 (diff) | |
download | mesa-5e6db1916860ec217eac60903e0a9d10189d1c53.tar.gz mesa-5e6db1916860ec217eac60903e0a9d10189d1c53.tar.bz2 mesa-5e6db1916860ec217eac60903e0a9d10189d1c53.zip |
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-x | bin/khronos-update.py | 1 |
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), ], }, |