mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
vulkan: Build common Vulkan code earlier
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
b3135c3cf3
commit
e135ce6f08
1 changed files with 5 additions and 5 deletions
|
|
@ -75,6 +75,11 @@ endif
|
||||||
# include only conditionally ?
|
# include only conditionally ?
|
||||||
SUBDIRS += compiler
|
SUBDIRS += compiler
|
||||||
|
|
||||||
|
if HAVE_VULKAN_COMMON
|
||||||
|
SUBDIRS += vulkan
|
||||||
|
endif
|
||||||
|
EXTRA_DIST += vulkan/registry/vk.xml
|
||||||
|
|
||||||
if HAVE_AMD_DRIVERS
|
if HAVE_AMD_DRIVERS
|
||||||
SUBDIRS += amd
|
SUBDIRS += amd
|
||||||
endif
|
endif
|
||||||
|
|
@ -116,11 +121,6 @@ if HAVE_INTEL_DRIVERS
|
||||||
SUBDIRS += intel/tools
|
SUBDIRS += intel/tools
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_VULKAN_COMMON
|
|
||||||
SUBDIRS += vulkan
|
|
||||||
endif
|
|
||||||
EXTRA_DIST += vulkan/registry/vk.xml
|
|
||||||
|
|
||||||
## Requires the i965 compiler (part of mesa) and wayland-drm
|
## Requires the i965 compiler (part of mesa) and wayland-drm
|
||||||
if HAVE_INTEL_VULKAN
|
if HAVE_INTEL_VULKAN
|
||||||
SUBDIRS += intel/vulkan
|
SUBDIRS += intel/vulkan
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue