index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
batches
/
GrAtlasTextBatch.cpp
Commit message (
Expand
)
Author
Age
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text c...
bsalomon
2016-05-19
*
Remove GrFontScaler class.
bsalomon
2016-05-17
*
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
brianosman
2016-04-13
*
Allow a small tolerance in GrAtlasTextBatch bounds test.
bsalomon
2016-04-13
*
sRGB support for distance field text.
brianosman
2016-04-12
*
Simplify GrDrawBatch uploads and token uage.
bsalomon
2016-04-01
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...
robertphillips
2016-03-25
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Update how we send draws to gpu backend to reduce state setting.
egdaniel
2016-03-17
*
Use correct gradient calculation for rotated distance fields.
jvanverth
2016-03-10
*
Calculate translations to apply to vertices in batch
joshualitt
2016-02-19
*
Remove last bit of privacy violation for GrAtlasTextBlob
joshualitt
2016-02-16
*
start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob
joshualitt
2016-02-11
*
Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...
ethannicholas
2016-01-22
*
added support for PLS path rendering
ethannicholas
2016-01-22
*
Fix GrAtlasTextBlob bounds management
joshualitt
2016-01-22
*
Revert of Fix GrAtlasTextBlob bounds management (patchset #8 id:140001 of htt...
joshualitt
2016-01-20
*
Fix GrAtlasTextBlob bounds management
joshualitt
2016-01-20
*
A few more small changes to make GrAtlasTextBlob nearly self contained
joshualitt
2016-01-20
*
Move all text stuff to its own folder
joshualitt
2015-12-11
*
Remove uniform color for GrDistanceFieldGeoProc
joshualitt
2015-12-10
*
Fix bug with GrAtlasTextContext color regen
joshualitt
2015-12-09
*
A small text cleanup
joshualitt
2015-12-09
*
Allow LCD text to batch across colorchanges. This will always use
joshualitt
2015-12-08
*
Start objectifying GrAtlasTextBlob
joshualitt
2015-12-07
*
Make onPrepareDraws const
joshualitt
2015-11-30
*
New API for computing optimization invariants.
ethannicholas
2015-11-24
*
Remove unecessary GetGlyphIdMetrics call
joshualitt
2015-11-23
*
Move GrAtlasTextBatch blob regeneration to template
joshualitt
2015-11-23
*
Factor out GrAtlasTextBatch fromt GrAtlasTextContext
joshualitt
2015-11-20