Skip to content

Commit

Permalink
Roll third_party/gpuweb/ 002b4939b..23db3e47e (80 commits)
Browse files Browse the repository at this point in the history
gpuweb/gpuweb@002b493...23db3e4

Created with:
  roll-dep third_party/gpuweb

Change-Id: I5db989ae01fee31e7d4d284ad970c72760535283
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203516
Reviewed-by: François Beaufort <[email protected]>
Commit-Queue: Corentin Wallez <[email protected]>
  • Loading branch information
Kangz authored and Dawn LUCI CQ committed Aug 22, 2024
1 parent b66ae1c commit 1ef4f29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ deps = {
'condition': 'dawn_node',
},
'third_party/gpuweb': {
'url': '{github_git}/gpuweb/gpuweb.git@002b4939ba7ad3db1f83470e7c6a0a488fc548a6',
'url': '{github_git}/gpuweb/gpuweb.git@23db3e47ed3b3c7ab2c3638bcde7c7f76324457d',
'condition': 'dawn_node',
},

Expand Down
4 changes: 4 additions & 0 deletions src/dawn/node/binding/Converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,10 @@ bool Converter::Convert(wgpu::FeatureName& out, interop::GPUFeatureName in) {
case interop::GPUFeatureName::kChromiumExperimentalSubgroupUniformControlFlow:
out = wgpu::FeatureName::ChromiumExperimentalSubgroupUniformControlFlow;
return true;
case interop::GPUFeatureName::kTextureCompressionBcSliced3D:
case interop::GPUFeatureName::kClipDistances:
case interop::GPUFeatureName::kDualSourceBlending:
return false;
}
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion third_party/gpuweb

0 comments on commit 1ef4f29

Please sign in to comment.