Roll SPIRV-Tools
Change-Id: I0b30e4d2b0a142bb073e61329a49a517629e3234
This commit is contained in:
parent
cee1a43448
commit
ae62847f1c
2
DEPS
2
DEPS
|
@ -53,7 +53,7 @@ deps = {
|
|||
|
||||
# SPIRV compiler dependencies: SPIRV-Tools, SPIRV-headers, glslang and shaderc
|
||||
'{dawn_root}/third_party/SPIRV-Tools': {
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@eda2cfbe128e5b71e9a0131f816ade5186ad6420',
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@21bcb9d8b9dba1c7b7e1d0a8f5b6ad7ea26cc5b6',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
'{dawn_root}/third_party/spirv-headers': {
|
||||
|
|
|
@ -257,6 +257,7 @@ static_library("glslang_static") {
|
|||
]
|
||||
} else {
|
||||
cflags_cc = [
|
||||
"-Wno-implicit-fallthrough",
|
||||
"-Wno-ignored-qualifiers",
|
||||
"-Wno-unused-variable",
|
||||
]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit eda2cfbe128e5b71e9a0131f816ade5186ad6420
|
||||
Subproject commit 21bcb9d8b9dba1c7b7e1d0a8f5b6ad7ea26cc5b6
|
Loading…
Reference in New Issue