vulkan: add API registry

Signed-off: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Lionel Landwerlin 2017-01-12 17:01:44 +00:00
parent 60bc90cea8
commit dbd677efb4
2 changed files with 4906 additions and 1 deletions

View file

@ -44,6 +44,7 @@ git_sha1.h: git_sha1.h.tmp
BUILT_SOURCES = git_sha1.h
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST =
SUBDIRS = . gtest util mapi/glapi/gen mapi
@ -117,6 +118,7 @@ endif
if HAVE_VULKAN_COMMON
SUBDIRS += vulkan/wsi
EXTRA_DIST += vulkan/registry/vk.xml
endif
## Requires the i965 compiler (part of mesa) and wayland-drm
@ -133,7 +135,7 @@ if HAVE_GALLIUM
SUBDIRS += gallium
endif
EXTRA_DIST = \
EXTRA_DIST += \
getopt hgl SConscript \
$(top_srcdir)/include/GL/mesa_glinterop.h

4903
src/vulkan/registry/vk.xml Normal file

File diff suppressed because it is too large Load diff