6ba1e8dd95
https://dawn.googlesource.com/dawn.git/+log/34d2d1ba0273..4bdded68d58d 2022-05-19 zhaoming.jiang@intel.com Dawn: vertex buffer never OOB with zero stride count draw/Indexed 2022-05-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 4dc9c79e0cf7 to d3eb61d4a054 (15 revisions) 2022-05-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 89eb09307fbc to 2933d3126969 (2 revisions) 2022-05-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from b190c10e0804 to b0e4ff85c2aa (4 revisions) 2022-05-18 bclayton@google.com tint: Refactor Extensions / Enables. 2022-05-18 bclayton@google.com tint: Implement abstract-numeric overload resolution 2022-05-18 amaiorano@google.com tint: Fix use-after-free 2022-05-18 bclayton@google.com tint: intrinsics.def Support [[precedence]] decoration 2022-05-18 cwallez@chromium.org Temporarily mark requestDevice_limits as failing. 2022-05-18 cwallez@chromium.org Directly enable -Wglobal-constructors 2022-05-18 amaiorano@google.com tint: Validate that sampled texture type must be f32, i32, or u32 2022-05-18 enga@chromium.org Fix multiple device leaks in dawn_end2end_tests and dawn_unittests 2022-05-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 93c0c90db873 to 4dc9c79e0cf7 (4 revisions) 2022-05-18 cwallez@chromium.org Remove expectations for passing WebGPU CTS tests 2022-05-18 bclayton@google.com expectations.txt: Remove rules for passing tests 2022-05-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 5d184f5765ff to b190c10e0804 (3 revisions) 2022-05-18 bclayton@google.com tint: Add sem::Type::ConversionRank() 2022-05-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 80de201a2a13 to 89eb09307fbc (2 revisions) 2022-05-17 bclayton@google.com tint: IntrinsicTable: Rename open/closed -> template 2022-05-17 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 807c94ea85e0 to 93c0c90db873 (7 revisions) 2022-05-17 bclayton@google.com tint: Simplify sem::Constant::Scalar 2022-05-17 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c37d1e2ab98c to 5d184f5765ff (4 revisions) 2022-05-17 bclayton@google.com tint: Cleanup of IntrinsicTable 2022-05-17 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 4011ab35f3d8 to 80de201a2a13 (1 revision) 2022-05-17 amaiorano@google.com gitignore /build-* 2022-05-17 amaiorano@google.com tint: limit expression depth to avoid stack overflow in backends 2022-05-17 cwallez@chromium.org Roll third_party/webgpu-cts/ bf5409992..e518bfe8a (3 commits) 2022-05-17 bclayton@google.com Kokoro: Log disk utilization in status message 2022-05-17 cwallez@chromium.org Only checkout our own clang-tidy if in standalone builds 2022-05-17 jrprice@google.com tint: Fix edge for CallSiteRequiredToBeUniform 2022-05-17 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 36f5e6ce5508 to 807c94ea85e0 (6 revisions) 2022-05-17 kainino@chromium.org Reland "[chromium-style] Adding constructors and destructors." 2022-05-17 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from b5c0eec3336c to c37d1e2ab98c (1 revision) 2022-05-17 kainino@chromium.org Enable -Wglobal-constructors for dawn/native 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 cwallez@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 Change-Id: If19992616124865e608440fbb37cfd37fb58af75 Tbr: cwallez@google.com Reviewed-on: https://skia-review.googlesource.com/c/skia/+/542143 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com> |
||
---|---|---|
.. | ||
dawn | ||
vulkan_headers | ||
vulkan_tools | ||
vulkanmemoryallocator | ||
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).