Skip to content

Commit

Permalink
Fix DXC into Dawn import
Browse files Browse the repository at this point in the history
Update submodule to DXC ToT and add missing new files to GN build.

Change-Id: I1929653636cd4e3bf386ef17a6f7db8a985fe246
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206394
Reviewed-by: James Price <[email protected]>
Commit-Queue: Antonio Maiorano <[email protected]>
  • Loading branch information
amaiorano authored and Dawn LUCI CQ committed Sep 12, 2024
1 parent 2c1c7ab commit 489f4d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ deps = {
},

'third_party/dxc': {
'url': '{chromium_git}/external/github.com/microsoft/DirectXShaderCompiler@0e7591a6ee94c8c8eb0d536ce7815fd56a776451',
'url': '{chromium_git}/external/github.com/microsoft/DirectXShaderCompiler@05334a70d3e5355fc86c94bb4e3cfe1c31a65999',
},

'third_party/dxheaders': {
Expand Down
2 changes: 1 addition & 1 deletion third_party/dxc
Submodule dxc updated 110 files
2 changes: 2 additions & 0 deletions third_party/gn/dxc/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1220,9 +1220,11 @@ dxc_module("dxclib") {
"$dawn_dxc_dir/lib/DxilContainer/DxilContainer.cpp",
"$dawn_dxc_dir/lib/DxilContainer/DxilContainerAssembler.cpp",
"$dawn_dxc_dir/lib/DxilContainer/DxilContainerReader.cpp",
"$dawn_dxc_dir/lib/DxilContainer/DxilPipelineStateValidation.cpp",
"$dawn_dxc_dir/lib/DxilContainer/DxilRDATBuilder.cpp",
"$dawn_dxc_dir/lib/DxilContainer/DxilRuntimeReflection.cpp",
"$dawn_dxc_dir/lib/DxilContainer/RDATDxilSubobjects.cpp",
"$dawn_dxc_dir/lib/DxilHash/DxilHash.cpp",
"$dawn_dxc_dir/lib/Option/Arg.cpp",
"$dawn_dxc_dir/lib/Option/ArgList.cpp",
"$dawn_dxc_dir/lib/Option/OptTable.cpp",
Expand Down

0 comments on commit 489f4d3

Please sign in to comment.