Roll Dawn from be0abb611aed to 824e824709a7 (31 revisions)
https://dawn.googlesource.com/dawn.git/+log/be0abb611aed..824e824709a7 2022-05-10 bclayton@google.com tint: Rename float / int literal tokens 2022-05-10 bclayton@google.com tint: Add abstract AInt and AFloat typedefs 2022-05-10 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from e4a6f2d74d3c to e0a1188d7652 (1 revision) 2022-05-10 dsinclair@chromium.org [warnings] Add Wsuggest-override and Wsuggest-destructor-override. 2022-05-10 enga@chromium.org Don't use incremental build in webgpu-cts/scripts/list.py 2022-05-10 bclayton@google.com tint: Replace all ProgramBuilder float literals with '_f' suffix 2022-05-10 cwallez@chromium.org DawnTest: Make error/device loss mocks StrictMocks 2022-05-10 bclayton@google.com tint: Add a negation operator to Number 2022-05-10 bclayton@google.com tint: Prevent Expr() implicit conversion to bool 2022-05-10 bclayton@google.com tint: Lex different tokens for float suffixes 2022-05-10 cwallez@chromium.org Triage WebGPU CTS expectations 2022-05-10 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2b8172b9b21e to 9872c1d63f38 (4 revisions) 2022-05-10 dsinclair@chromium.org [warnings] Add -Wunused-macros 2022-05-10 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7de4282f2446 to 27ef4a0d9701 (1 revision) 2022-05-10 jiawei.shao@intel.com tint: Support dot4I8Packed and dot4U8Packed in sem 2022-05-10 cwallez@chromium.org ShaderModule: Don't create an inspector just to reflect exts 2022-05-10 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f5cda7835ab7 to e4a6f2d74d3c (1 revision) 2022-05-10 cwallez@chromium.org Vk: Run SingleEntryPoint before BindingRemapper. 2022-05-10 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 78d88796b44b to 2b8172b9b21e (12 revisions) 2022-05-10 dsinclair@chromium.org [chromium-style] Adding constructors and destructors. 2022-05-09 lokokung@google.com Remove NiceMock on device lost callback. 2022-05-09 dsinclair@chromium.org [chromium-style] Adding/moving constructors and destructors. 2022-05-09 bclayton@google.com tint: Add unary-ops to the intrinsic table 2022-05-09 brandon1.jones@intel.com Remove Unsafe API Toggle Check For Multiplane External Textures 2022-05-09 dsinclair@chromium.org [chromium-style] Adding/moving constructors and destructors. 2022-05-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 626b2fd72bde to 7de4282f2446 (1 revision) 2022-05-09 bclayton@google.com tint: Add binary-ops to the intrinsic table 2022-05-09 dsinclair@chromium.org [chromium-style] Split mock constructors/destructors to cpp files. 2022-05-09 bclayton@google.com tint: Add operator support to intrinsic-gen 2022-05-09 dsinclair@chromium.org [chromium-style] Fixup a few chromium-style issues. 2022-05-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 1dd93361b1d9 to f5cda7835ab7 (1 revision) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-skia-autoroll Please CC kainino@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: kainino@google.com Test: Test: tint_unittests Change-Id: Icac40429be0907c2677385a84289ecfa14d8850d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/539217 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
parent
f54b4d5eb4
commit
18c861675e
2
DEPS
2
DEPS
@ -14,7 +14,7 @@ deps = {
|
||||
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
|
||||
# Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.
|
||||
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@be0abb611aed4211b3d215fce6c3a0bca94a4f2c",
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@824e824709a70401b4862cf6e1adf3a0a2a84c49",
|
||||
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6",
|
||||
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
|
||||
"third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@c5a424a2a21005660b182516eb7a079cd8021699",
|
||||
|
Loading…
Reference in New Issue
Block a user