Skip to content

Commit

Permalink
Roll dxc, spirv-tools & swiftshader to latest
Browse files Browse the repository at this point in the history
Use SwiftShader's new `SWIFTSHADER_LOGGING_LEVEL` option to raise the default logging level from 'Info' to 'Error'.
This is done to work around #914
  • Loading branch information
ben-clayton committed Oct 5, 2020
1 parent 0eee2d4 commit 46072ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ vars = {
'clspv_revision': '86ce19c0130bd13a70862a50a9aa9676eba6548c',
'cppdap_revision': '1fd23dda91e01550be1a421de307e6fedb2035a9',
'cpplint_revision': '26470f9ccb354ff2f6d098f831271a1833701b28',
'dxc_revision': '711e5e2969b3809d7f2254ca17a67d862b359097',
'dxc_revision': 'b0c029eebda9f8e212d1e447c5b1f8a969bb9db6',
'glslang_revision': '3ee5f2f1d3316e228916788b300d786bb574d337',
'googletest_revision': 'a781fe29bcf73003559a3583167fe3d647518464',
'json_revision': 'fbec662afab55019654e471b65a846a47a696722',
'lodepng_revision': '34628e89e80cd007179b25b0b2695e6af0f57fac',
'shaderc_revision': 'ba92b11e1fcaf4c38a64f84d643d6429175bf650',
'spirv_headers_revision': '3fdabd0da2932c276b25b9b4a988ba134eba1aa6',
'spirv_tools_revision': 'fd3cabd8b5fc43ce83884ac06486c283b9902b4f',
'swiftshader_revision': '6a8a74986c357b0c6fa0dfd2b4b9230af8d39d1a',
'spirv_tools_revision': 'd91afd8de27a064f938a196fdea2ace234971faa',
'swiftshader_revision': 'cbb5a10e03fb655a3617988ff5d71bf37892761c',
'vulkan_headers_revision': '83825d55c7d522931124696ecb07ed48f2693e5c',
'vulkan_loader_revision': 'bfe4f378aee6a2825b8112429cd46529d936babf',
'vulkan_validationlayers_revision': 'c3215f8f89bde067386ff8358e0b30774691c8a5',
Expand Down
1 change: 1 addition & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ if (${AMBER_ENABLE_SWIFTSHADER})
set(SWIFTSHADER_BUILD_SAMPLES FALSE)
set(SWIFTSHADER_BUILD_TESTS FALSE)
set(SWIFTSHADER_WARNINGS_AS_ERRORS FALSE)
set(SWIFTSHADER_LOGGING_LEVEL "Error")

if (${AMBER_ENABLE_VK_DEBUGGING})
set(SWIFTSHADER_ENABLE_VULKAN_DEBUGGER TRUE)
Expand Down

0 comments on commit 46072ad

Please sign in to comment.