Roll Dawn from 84b70a6e4d93 to b1938273e405 (13 revisions)
https://dawn.googlesource.com/dawn.git/+log/84b70a6e4d93..b1938273e405 2020-10-16 enga@chromium.org Revert "Replace the wire serializer with a no-op impl on disconnect" 2020-10-16 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 95dc655bf8a6 to 89042538376b (1 revision) 2020-10-15 brandon1.jones@intel.com Allow Clearing Integer Formats To Large Values 2020-10-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 481ecff293db to 95dc655bf8a6 (1 revision) 2020-10-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 53380f9ed76f to 481ecff293db (1 revision) 2020-10-15 cwallez@chromium.org Fix a small typo in Format.cpp alwaus -> always 2020-10-15 brandon1.jones@intel.com Change Device::Tick To Return Bool 2020-10-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from ff267ca60e14 to 53380f9ed76f (1 revision) 2020-10-15 enga@chromium.org Replace the wire serializer with a no-op impl on disconnect 2020-10-15 cwallez@chromium.org Make dawn_use_x11 = use_x11 when building inside Chromium 2020-10-15 cwallez@chromium.org ShaderModule: Don't use Format::Type for reflection. 2020-10-15 cwallez@chromium.org TextureView: only store the Aspect as a bitfield. 2020-10-15 cwallez@chromium.org Format: Move the TexelBlockInfo inside an AspectInfo. 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 enga@google.com on the revert to ensure that a human is aware of the problem. 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/master/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: enga@google.com Change-Id: I3b70d834d2492d82b2f198a74eba96ee03205ea5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/327501 Reviewed-by: 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
b871548b90
commit
c35d6239b3
2
DEPS
2
DEPS
@ -12,7 +12,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, and glslang and shaderc for SPIRV compilation.
|
||||
# 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@84b70a6e4d93dc5e86985d0372d8f93ed3eae6c0",
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@b1938273e4050931cadf697a946a0bcb49821ce1",
|
||||
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@4dcc12d1a441b29d5901bc708bb1343d29d6459f",
|
||||
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@b41863e42637544c2941b574c7877d3e1f663e25",
|
||||
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
||||
|
Loading…
Reference in New Issue
Block a user