mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02: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
|
BUILT_SOURCES = git_sha1.h
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
EXTRA_DIST =
|
||||||
|
|
||||||
SUBDIRS = . gtest util mapi/glapi/gen mapi
|
SUBDIRS = . gtest util mapi/glapi/gen mapi
|
||||||
|
|
||||||
|
|
@ -117,6 +118,7 @@ endif
|
||||||
|
|
||||||
if HAVE_VULKAN_COMMON
|
if HAVE_VULKAN_COMMON
|
||||||
SUBDIRS += vulkan/wsi
|
SUBDIRS += vulkan/wsi
|
||||||
|
EXTRA_DIST += vulkan/registry/vk.xml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## Requires the i965 compiler (part of mesa) and wayland-drm
|
## Requires the i965 compiler (part of mesa) and wayland-drm
|
||||||
|
|
@ -133,7 +135,7 @@ if HAVE_GALLIUM
|
||||||
SUBDIRS += gallium
|
SUBDIRS += gallium
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST += \
|
||||||
getopt hgl SConscript \
|
getopt hgl SConscript \
|
||||||
$(top_srcdir)/include/GL/mesa_glinterop.h
|
$(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