mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 01:30:08 +01:00
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:
parent
60bc90cea8
commit
dbd677efb4
2 changed files with 4906 additions and 1 deletions
|
|
@ -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
4903
src/vulkan/registry/vk.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue