Mesa (master): intel: Enable vulkan build for gen10

Anuj Phogat aphogat at kemper.freedesktop.org
Thu Jun 22 21:24:30 UTC 2017


Module: Mesa
Branch: master
Commit: 43d11b128c220e498416549724df604a68e59394
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=43d11b128c220e498416549724df604a68e59394

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Fri May 26 08:28:29 2017 -0700

intel: Enable vulkan build for gen10

This patch just enables building Vulkan libs for gen10. We
still don't have gen 10 support enabled on Vulkan.

Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/intel/Makefile.sources | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index a877ff273d..2e5dab9f7c 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -261,3 +261,7 @@ VULKAN_GEN8_FILES := \
 VULKAN_GEN9_FILES := \
 	vulkan/gen8_cmd_buffer.c \
 	$(VULKAN_GENX_FILES)
+
+VULKAN_GEN10_FILES := \
+	vulkan/gen8_cmd_buffer.c \
+	$(VULKAN_GENX_FILES)




More information about the mesa-commit mailing list