index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
text
/
GrTextUtils.cpp
Commit message (
Expand
)
Author
Age
*
Move bmp/mask/sdf functionality from GrTextUtils to GrAtlasTextContext
Brian Salomon
2017-11-07
*
Add GrTextUtils::Target
Brian Salomon
2017-10-30
*
Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter.
Brian Salomon
2017-10-25
*
Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...
Brian Salomon
2017-10-24
*
Clip text geometrically when possible.
Jim Van Verth
2017-10-20
*
Don't draw text with zero glyph counts as paths
Jim Van Verth
2017-07-31
*
Add proper aliased support for SDF text
Jim Van Verth
2017-07-06
*
Enable SDF text when using a perspective matrix.
Jim Van Verth
2017-06-27
*
Fix LCD distance field text color filtering
Jim Van Verth
2017-06-08
*
Fix GPU text colors when color spaces are involved
Brian Osman
2017-05-11
*
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
Robert Phillips
2017-03-14
*
Make SkGr.h private and remove unused functions
Brian Osman
2017-03-08
*
Delay SkPaint->GrPaint conversion in text rendering.
Brian Salomon
2017-01-13
*
refFoo variant for getters that naturally have a sk_sp
Mike Reed
2017-01-12
*
Rename GrBatchFontCache->GrAtlasGlyphCache
Brian Salomon
2016-12-16
*
Fix error with transforming custom/large glyphs
Jim Van Verth
2016-11-16
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
Make SkFont a bit more useable
robertphillips
2016-07-19
*
Remove GrFontScaler class.
bsalomon
2016-05-17
*
Make GrFontScaler not be ref-counted
bsalomon
2016-05-17
*
Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...
reed
2016-04-12
*
Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...
borenet
2016-04-11
*
Pass effects directly to fontcache
reed
2016-04-11
*
Decouple contrast boost from fake gamma.
brianosman
2016-04-08
*
sRGB text fake-gamma progress:
brianosman
2016-04-07
*
Change type of SkGlyph::fAdvance[XY] to float.
benjaminwagner
2016-03-24
*
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...
reed
2016-03-18
*
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...
reed
2016-03-18
*
switch patheffects over to sk_sp
reed
2016-03-18
*
Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::Glyph...
benjaminwagner
2016-02-23
*
Only use fake gamma with linear devices.
bungeman
2016-02-22
*
Delete GrTextContext
joshualitt
2016-02-16
*
A few more small changes to make GrAtlasTextBlob nearly self contained
joshualitt
2016-01-20
*
Move distance field text positioning into GrTextUtils
joshualitt
2016-01-20
*
This CL moves a bit more logic into GrAtlasTextBlob
joshualitt
2016-01-19
*
Reland of Make draw* lines responsible for cache management (patchset #1 id:1...
joshualitt
2015-12-28
*
Revert of Make draw* lines responsible for cache management (patchset #1 id:1...
joshualitt
2015-12-28
*
Make draw* lines responsible for cache management
joshualitt
2015-12-15
*
Move all text stuff to its own folder
joshualitt
2015-12-11