57643aa1c2
GlyphIDs < 128 are the vast majority of ids in roman text websites. This change exploits this to do a fast check to see if a glyph has already been sent from the Renderer to the GPU. This does not change the performance of CJK glyphs. Remember each glyphID entry takes 4 bits to encode sub-pixel position information. SkDiffBench-wikicat: 143ms -> 118ms Change-Id: If5905e0dc6b39ae69e0235e81a9b6050afd25a97 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/251760 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Khushal Sagar <khushalsagar@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build_overrides | ||
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 | ||
RELEASE_NOTES.txt | ||
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.