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

Author: Anuj Phogat <anuj.pho...@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.pho...@gmail.com>
Reviewed-by: Jason Ekstrand <ja...@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)

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to