7d3b27d90e
Remove the need to include SkTypes.h in SkVx.h, making SkVx entirely independent of Skia. As an experiment, switch to checking Clang/GCC-style __SSE__ / __ARM_NEON defines directly instead of the slightly more abstract SK_CPU_SSE_LEVEL / SK_ARM_HAS_NEON. Those SK_ defines only exist to help SSE detection on MSVC, which SkVx generates serial code for anyway. If this sticks I may do this same sort of change all through Skia. Change-Id: I1c51fd6ba1fa48f199ce623824d5ef20ff6be995 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/219541 Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Michael Ludwig <michaelludwig@google.com> Commit-Queue: Mike Klein <mtklein@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.