skia2/tools/gpu
Kevin Lubick 24f0b884c0 [bazel] Move Dawn BUILD.bazel to third_party/bazel
Rather than having a monolithic third_party/BUILD.bazel, this moves
our Dawn rules to their own subdirectory and makes it callable via
@dawn instead of //third_party/dawn.

This will help with the G3 roll and make our rules more organized in
general.

This also rolls Dawn
Roll Dawn from ab9757036bd6 to e831fb61046b (22 revisions)

https://dawn.googlesource.com/dawn.git/+log/ab9757036bd6..e831fb61046b

Suggested Review Order:
 - WORKSPACE.bazel, where we define @dawn and its deps
   (@vulkan_headers and @vulkan_tools). I initially thought
   I needed to define all of Dawn's deps in the workspace_file_content
   for new_local_repository, but that WORKSPACE file is
   ignored when building Skia rules.
 - third_party/dawn/BUILD.bazel, the contents of which were copied
   from //third_party/BUILD.bazel and modified largely via
   find-and-replace to point to files relative to
   //third_party/externals/dawn. One exception is the cpu_wasm
   config_setting because @dawn isn't able to see Skia's
   //bazel/macros.bzl.
 - All other files

Change-Id: Ib2d7bc972ef00b6b68370ce5c2839ffb70ed9a2f
Bug: skia:12541, skia:13211
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/538638
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2022-05-16 14:06:59 +00:00
..
d3d [bazel] Put licenses() after legacy_exports 2022-05-02 15:04:33 +00:00
dawn [bazel] Move Dawn BUILD.bazel to third_party/bazel 2022-05-16 14:06:59 +00:00
gl Remove all CommandBuffer support code 2022-05-04 20:19:17 +00:00
mock [bazel] Put licenses() after legacy_exports 2022-05-02 15:04:33 +00:00
mtl [bazel] Put licenses() after legacy_exports 2022-05-02 15:04:33 +00:00
vk [bazel] Put licenses() after legacy_exports 2022-05-02 15:04:33 +00:00
BackendSurfaceFactory.cpp mipMapped -> mipmapped 2022-04-18 14:26:19 +00:00
BackendSurfaceFactory.h [includes] Prepare for moving SkColorSpace to forward declare 2022-03-31 19:50:10 +00:00
BackendTextureImageFactory.cpp [includes] Prepare for moving SkColorSpace to forward declare 2022-03-31 19:50:10 +00:00
BackendTextureImageFactory.h [includes] Prepare to remove SkColor<->SkImageInfo 2022-03-09 18:40:44 +00:00
BUILD.bazel Move more GPU text classes to sktext::gpu namespace. 2022-05-05 16:10:24 +00:00
FenceSync.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
FlushFinishTracker.cpp Reland "[graphite] Move Graphite into Skia base directories." 2022-04-11 18:37:20 +00:00
FlushFinishTracker.h [graphite] Move all graphite classes under skgpu::graphite. 2022-04-08 00:42:37 +00:00
GpuTimer.h Replace skstd::exchange with std::exchange 2020-04-30 11:14:20 +00:00
GrContextFactory.cpp Remove all CommandBuffer support code 2022-05-04 20:19:17 +00:00
GrContextFactory.h Remove all CommandBuffer support code 2022-05-04 20:19:17 +00:00
GrTest.cpp Move more GPU text classes to sktext::gpu namespace. 2022-05-05 16:10:24 +00:00
ManagedBackendTexture.cpp Move Ganesh specific headers into include/private/gpu/ganesh 2022-04-12 17:30:07 +00:00
ManagedBackendTexture.h [graphite] Move RefCntedCallback to shared gpu file. 2022-03-23 21:19:15 +00:00
MemoryCache.cpp Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
MemoryCache.h Reland "Redesign program key construction" 2021-03-03 17:44:00 +00:00
ProxyUtils.cpp Move Ganesh specific headers into include/private/gpu/ganesh 2022-04-12 17:30:07 +00:00
ProxyUtils.h Move Ganesh specific headers into include/private/gpu/ganesh 2022-04-12 17:30:07 +00:00
TestContext.cpp Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00
TestContext.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
TestOps.cpp Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
TestOps.h Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
YUVUtils.cpp Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
YUVUtils.h [includes] Prepare for moving SkColorSpace to forward declare 2022-03-31 19:50:10 +00:00