skia2/tools/gpu
Kevin Lubick 46eaab3959 [bazel] Add shims to help translation into G3
Ran the following commands:
find -name "BUILD.bazel" -exec sed -i -e '1iload("//bazel:macros.bzl", "cc_library", "exports_files_legacy")\nexports_files_legacy()' {} +
buildifier --lint=fix --mode=fix -r .

This had the effect of making sure we can export all of our
files in G3 (until we no longer have legacy targets) and
making all of our cc_libraries shim-able.

bazel/macros.bzl has the human-contributed changes, the rest
were mechanical.

Change-Id: I8e24e30e74b038cfd072cdbe4078bfd1d213dd46
Bug: skia:13211
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535359
Reviewed-by: Ben Wagner <bungeman@google.com>
2022-04-29 19:27:54 +00:00
..
d3d [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
dawn [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
gl [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
mock [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
mtl [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
vk [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +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 [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
FenceSync.h
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 Add support for ANGLE's Metal backend 2022-04-28 19:53:18 +00:00
GrContextFactory.h Add support for ANGLE's Metal backend 2022-04-28 19:53:18 +00:00
GrTest.cpp Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +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