Commit 5f21df83 by Tobin Ehlis Committed by Jamie Madill

Roll (1/2) LVL version forward and disable VANGLE

Bug: angleproject:2482 Rolling Vulkan validation code forward to HEAD of master as of 4/18/18 morning. Disable Vulkan from the ANGLE build until ANGLE lands in Chromium. After that second part of roll will be submitted. This LVL update includes reg.py script fixes for a number of build warnings as well as a validation fix for vkCmdClearAttachments() in secondary cmd buffer. Change-Id: I7f8100f5b656d86caf8f4b5dee61a733a35b7869 Reviewed-on: https://chromium-review.googlesource.com/1016860Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent e7e072ef
......@@ -40,7 +40,7 @@ deps = {
Var('android_git') + '/platform/external/shaderc/spirv-tools' + '@' + '9996173f363729b3a97309685dbd4d78547a63a7',
'{root}/third_party/vulkan-validation-layers/src':
Var('android_git') + '/platform/external/vulkan-validation-layers' + '@' + '4b0d099f5388e9d5741a7013af8ab43c2827c8fb',
Var('android_git') + '/platform/external/vulkan-validation-layers' + '@' + '88e43c8f9a750839a5d6d3f90098505bad3a98a1',
'{root}/third_party/zlib':
Var('chromium_git') + '/chromium/src/third_party/zlib' + '@' + '24ab14872e8e068ba08cc31cc3d43bcc6d5cb832',
......
......@@ -25,7 +25,7 @@ vars = {
'spirv_tools_revision': '9996173f363729b3a97309685dbd4d78547a63a7',
# Current revision of the Vulkan Validation Layers SDK.
'vulkan_revision': '4b0d099f5388e9d5741a7013af8ab43c2827c8fb',
'vulkan_revision': '88e43c8f9a750839a5d6d3f90098505bad3a98a1',
}
deps = {
......
......@@ -40,8 +40,10 @@ declare_args() {
angle_enable_d3d11 = is_win
angle_enable_gl = ozone_platform_gbm || !is_linux || (use_x11 && !is_chromeos)
angle_enable_vulkan = is_win || (is_linux && use_x11 && !is_chromeos) ||
(is_android && ndk_supports_vulkan)
# TODO(tobine): Re-enable after roll
# angle_enable_vulkan = is_win || (is_linux && use_x11 && !is_chromeos) ||
# (is_android && ndk_supports_vulkan)
angle_enable_vulkan = false
angle_enable_null = true
angle_enable_essl = true
angle_enable_glsl = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment