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:
+3
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user