Go to file
Kevin Lubick c5bcab8312 Move SkPromiseImageTexture's includes inside GPU guard
SkTypes.h makes sure SK_SUPPORT_GPU is defined.

I was tempted to move these files to include/gpu and
src/gpu, but that might be best handled in a follow-up
CL in case any clients depend on them.

Change-Id: Ia4d6717567fe6b1842bed2c7fc0439e85e1795b2
Bug: skia:12584
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/464638
Reviewed-by: Brian Osman <brianosman@google.com>
2021-10-28 15:40:30 +00:00
animations
bazel [infra] Add initial platforms and constraint values 2021-10-26 18:27:13 +00:00
bench Reland "Create a common Tessellation.h header" 2021-10-27 19:09:32 +00:00
bin
build/fuchsia
build_overrides
client_utils/android
demos.skia.org
dm
docker
docs/examples
example
experimental [graphite] Add vertex and instance buffer support. 2021-10-28 14:50:38 +00:00
fuzz Make all shader caps uniquely-owned 2021-10-21 20:11:03 +00:00
gm Add GM to demonstrate inconsistent scaling of shader by paint alpha 2021-10-19 13:04:42 +00:00
gn [graphite] Add DrawBufferManager class. 2021-10-27 19:56:06 +00:00
include Move SkPromiseImageTexture's includes inside GPU guard 2021-10-28 15:40:30 +00:00
infra [mac] CPU dimensions are too precise and miss new Macminis in the pool. 2021-10-26 20:36:33 +00:00
modules Fix Clang warning -Wbitwise-instead-of-logical. 2021-10-26 21:35:37 +00:00
platform_tools change method signature for FontChain 2021-10-28 01:57:32 +00:00
resources Reject scalar casts of literals to types that can't hold them. 2021-10-28 14:05:14 +00:00
samplecode Revert "Lift recursive curve culling out of tessellators" 2021-10-27 17:22:59 +00:00
site
specs
src Move SkPromiseImageTexture's includes inside GPU guard 2021-10-28 15:40:30 +00:00
tests [graphite] Add vertex and instance buffer support. 2021-10-28 14:50:38 +00:00
third_party [infra] Add initial platforms and constraint values 2021-10-26 18:27:13 +00:00
toolchain [infra] Add hermetic toolchain for C/C++ using Clang+Musl 2021-10-21 12:43:49 +00:00
tools [graphite] Expand shader precompilation placeholder 2021-10-27 18:43:52 +00:00
.bazelrc [infra] Add hermetic toolchain for C/C++ using Clang+Musl 2021-10-21 12:43:49 +00:00
.clang-format
.clang-tidy
.gitignore
.gn
AUTHORS
BUILD.bazel [infra] Add initial platforms and constraint values 2021-10-26 18:27:13 +00:00
BUILD.gn [graphite] Allow graphite to compile without ganesh and add shared gn files. 2021-10-26 01:25:05 +00:00
codereview.settings
CONTRIBUTING
CQ_COMMITTERS
DEPS Roll ANGLE from 421dbf200d36 to db83279a7f61 (11 revisions) 2021-10-28 05:25:03 +00:00
DIR_METADATA
go.mod
go.sum
LICENSE
OWNERS
PRESUBMIT.py
public.bzl
README
README.chromium
RELEASE_NOTES.txt Remove GPU-related calls from SkSurface.h when !SK_SUPPORT_GPU 2021-10-28 14:11:41 +00:00
whitespace.txt
WORKSPACE.bazel [infra] Add hermetic toolchain for C/C++ using Clang+Musl 2021-10-21 12:43:49 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.