Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
8de02f4bf3dfb6178132231d03caec9f9a5d0beb
/
src
/
gpu
/
GrDistanceFieldTextContext.cpp
b06e5a2
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/)
by robertphillips
· 10 years ago
c0eb9b9
Make "priv" classes for GrTexure and GrSurface.
by bsalomon
· 10 years ago
05c4a43
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/)
by fmalita
· 10 years ago
d46b8d2
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/)
by robertphillips
· 10 years ago
c13bc57
Fix SkTextBlob offset semantics.
by Florin Malita
· 10 years ago
b0a8a37
Patch to create a distinct geometry processor. The vast majority of this patch
by joshualitt
· 10 years ago
76ce81e
Fix SDF font positions when using global scale.
by jvanverth
· 10 years ago
4a8126e
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)"
by reed
· 10 years ago
29c857d
Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)
by reed
· 10 years ago
3716fd0
introduce Props to surface (work in progress)
by reed
· 10 years ago
681e65b
Don't try to add large glyphs to the font atlas.
by jvanverth
· 10 years ago
9564ce6
Fix scaling issue with distance field text.
by jvanverth
· 10 years ago
249af15
BUG=skia:
by joshualitt
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
6a25bd0
Revert Jim's CL.
by Mike Klein
· 10 years ago
63b9dc8
Restore text vertex buffer alloc and other optimizations.
by jvanverth
· 10 years ago
7b3d5ee
Make setVertexAttribs in GrDrawState take a stride parameter.
by egdaniel
· 10 years ago
2e1a826
Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/)
by djsollen
· 10 years ago
ea81ced
Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/)
by djsollen
· 10 years ago
c59308d
Revert of Possible fix to Restore text vertex buffer alloc and other optimizations. (patchset #1 of https://codereview.chromium.org/513863004/)
by djsollen
· 10 years ago
85f9484
Possible fix to Restore text vertex buffer alloc and other optimizations.
by egdaniel
· 10 years ago
af013bf
Make setVertexAttribs in GrDrawState take a stride parameter.
by egdaniel
· 10 years ago
9c3d24b
Restore text vertex buffer alloc and other optimizations.
by jvanverth
· 10 years ago
62c447d
Add an opaqueness hint to GrDrawState.
by bsalomon
· 10 years ago
72336ed
Don't compare constant color and coverage between GrDrawStates when they are provided by vertex attributes.
by bsalomon
· 10 years ago
7883132
Fix for Chrome Canaries.
by jvanverth
· 10 years ago
9bcd23b
Rollback text allocation changes.
by jvanverth
· 10 years ago
1723bfc
Add vertex bounds check for distance field rendering.
by jvanverth
· 10 years ago
78f0718
Add effect caching to distance field text.
by jvanverth
· 10 years ago
fdd09c2
Revert of Add effect caching to distance field text. (https://codereview.chromium.org/424103002/)
by bensong
· 10 years ago
137bac0
Add effect caching to distance field text.
by jvanverth
· 10 years ago
feceba5
Add vertex color support to distance field text.
by jvanverth
· 10 years ago
f17bc6c
Move vertex buffer setup out of drawPackedGlyph().
by jvanverth
· 10 years ago
6c18c80
Revert of Move vertex buffer setup out of drawPackedGlyph(). (https://codereview.chromium.org/414573002/)
by jvanverth
· 10 years ago
1d38619
Move vertex buffer setup out of drawPackedGlyph().
by jvanverth
· 10 years ago
8e80d17
Reduce texture uploads for font atlas.
by jvanverth
· 10 years ago
d58a0ba
Push dash checks into GrContext.
by egdaniel
· 10 years ago
2d2a68c
Gamma correction for distance field text.
by jvanverth
· 10 years ago
919ed4c
Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/)
by scroggo
· 10 years ago
4d517fd
Gamma correction for distance field text.
by jvanverth
· 10 years ago
5408f8f
Remove 1/2 pixel offsets for distance field layout.
by commit-bot@chromium.org
· 10 years ago
7801faa
Add CPU backing store for GrAtlas to reduce texture uploads.
by commit-bot@chromium.org
· 10 years ago
6fcd1ef
Add flag for SkGpuSurface creation to enable distance fields.
by commit-bot@chromium.org
· 11 years ago
64b08a1
Fix artifacts in distance field rendering due to bilerp
by commit-bot@chromium.org
· 11 years ago
762cd80
Move distance field generation to the glyph cache.
by commit-bot@chromium.org
· 11 years ago
e1d9443
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
eefd8a0
Don't try to render color fonts using distance fields.
by commit-bot@chromium.org
· 11 years ago
221b911
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
609ced4
Add LCD support for distance field text.
by commit-bot@chromium.org
· 11 years ago
dc5cd85
Add support for multiple base distance field sizes.
by commit-bot@chromium.org
· 11 years ago
972f9cd
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
by commit-bot@chromium.org
· 11 years ago
4362a38
Distance field fixes for Android
by commit-bot@chromium.org
· 11 years ago
66beaf0
Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/)
by commit-bot@chromium.org
· 11 years ago
8fe2ee1
Distance field fixes for Android
by commit-bot@chromium.org
· 11 years ago
a9dae71
More distance field improvements:
by commit-bot@chromium.org
· 11 years ago
0bed43c
Get correct text metrics for distance fields, and fix dropouts due to thin features.
by commit-bot@chromium.org
· 11 years ago
ae79612
Add compile flag to force usage of distance fields for all SkPaints.
by commit-bot@chromium.org
· 11 years ago
b97c3ff
Enable use of distance fields via SkPaint flag.
by commit-bot@chromium.org
· 11 years ago
c9b2c88
New approach for GPU font atlas
by commit-bot@chromium.org
· 11 years ago
a3b5327
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
6c89c34
Improved distance field sampling
by commit-bot@chromium.org
· 11 years ago
4c18e9f
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
cbbc481
Replace factory generation of TextContexts with persistent objects.
by commit-bot@chromium.org
· 11 years ago
9f94b91
Add fallback code for TextContexts that don't support all features
by commit-bot@chromium.org
· 11 years ago
e5d7015
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
e8612d9
Add standalone drawText for GrTextContext.
by commit-bot@chromium.org
· 11 years ago
cc40f06
Add factory class for generating various flavors of GrTextContext.
by commit-bot@chromium.org
· 11 years ago
f1d63aa
Revert of Add factory class for generating various flavors of GrTextContext. (https://codereview.chromium.org/144283002/)
by commit-bot@chromium.org
· 11 years ago
ce96b65
Add factory class for generating various flavors of GrTextContext.
by commit-bot@chromium.org
· 11 years ago
22e9672
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
8128d8c
Move distance field font code into GrDistanceFieldTextContext.
by commit-bot@chromium.org
· 11 years ago
11a253b
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
d830d13
Hook in rough distance field support for fonts
by jvanverth@google.com
· 11 years ago