skia2/bazel/external
Kevin Lubick 1e5eab37e1 Manually Roll Dawn from 232abaefc35d to c3c3bf538f07 (10 revisions)
https://dawn.googlesource.com/dawn.git/+log/232abaefc35d..c3c3bf538f07

2022-06-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ee0d0b41a626 to 19e3080dfe86 (8 revisions)
2022-06-03 dsinclair@chromium.org Add parsing of shorter stage attributes.
2022-06-03 enga@chromium.org Rename CachedBlob -> Blob; move to own file
2022-06-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 67a8c19843a1 to bbf67e2e41d8 (4 revisions)
2022-06-02 yunchao.he@intel.com Rename GetMipLevelSize
2022-06-02 shrekshao@google.com Pipeline cache D3D12 backend impl
2022-06-02 bclayton@google.com tint: Add builtin tests for arguments passed by var
2022-06-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 1bf3ae22a00d to ee0d0b41a626 (1 revision)
2022-06-02 cwallez@chromium.org Remove wgpu::ExternalTextureDescriptor::colorSpace
2022-06-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b03f278925c6 to 67a8c19843a1 (12 revisions)

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 lokokung@google.com on the revert to ensure that a human
is aware of the problem.
Change-Id: I05e3c2c8a4a28ce4501f6639115c5148f9558a12
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/546606
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2022-06-03 13:53:38 +00:00
..
dawn Manually Roll Dawn from 232abaefc35d to c3c3bf538f07 (10 revisions) 2022-06-03 13:53:38 +00:00
dng_sdk [bazel] Move remaining codec build rules to //bazel/external 2022-06-01 19:12:14 +00:00
libjpeg_turbo [bazel] Move remaining codec build rules to //bazel/external 2022-06-01 19:12:14 +00:00
libpng [bazel] Move zlib and libpng out of //third_party/BUILD.bazel 2022-06-01 12:19:01 +00:00
libwebp [bazel] Move remaining codec build rules to //bazel/external 2022-06-01 19:12:14 +00:00
piex [bazel] Move remaining codec build rules to //bazel/external 2022-06-01 19:12:14 +00:00
vulkan_headers
vulkan_tools
vulkanmemoryallocator
wuffs [bazel] Move remaining codec build rules to //bazel/external 2022-06-01 19:12:14 +00:00
zlib [bazel] Move zlib and libpng out of //third_party/BUILD.bazel 2022-06-01 12:19:01 +00:00
README.md

This folder is where we put BUILD.bazel files for external (e.g. third party) dependencies.

If a dependency supports Bazel, we should use those rules, but if the dependency does not, we need to create our own rules in a subdirectory.

These BUILD.bazel files are used in WORKSPACE.bazel (e.g. new_local_repository or new_git_repository).