index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkGlyphCache.cpp
Commit message (
Expand
)
Author
Age
*
Add SkTypeface* parameter to SkScalerContext (and its callers)
reed@google.com
2013-03-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Disabling validation of the glyph cache for standard debug builds.
djsollen@google.com
2012-11-30
*
Use consistent globals in AttachCache.
bungeman@google.com
2012-10-29
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
land https://codereview.appspot.com/6448046/
reed@google.com
2012-07-30
*
removing trailing ',' on last entry in enum, to fix warning
reed@google.com
2012-07-20
*
add explicit purgeAll() so we don't get foiled by the min cache-limit
reed@google.com
2012-06-27
*
Add SkPath::getVerbs/countVerbs
bsalomon@google.com
2012-06-07
*
~glyphcache_globals needs to actually delete its cache
reed@google.com
2012-05-21
*
change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev...
reed@google.com
2012-05-17
*
Allow font-cache to use thread_local_storage for a private cache
reed@google.com
2012-05-17
*
revert TLS change (until we impl windows backend)
reed@google.com
2012-05-07
*
allow thread-local font cache
reed@google.com
2012-05-07
*
move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS
reed@google.com
2012-04-23
*
fix debug build
reed@google.com
2012-04-23
*
cleanups in prep for tls cache
reed@google.com
2012-04-23
*
disable SPEW_PURGE_STATUS
reed@google.com
2012-01-25
*
remove all references to SkGlobals (obsolete)
reed@google.com
2011-11-17
*
remove use of SkGlobals
reed@google.com
2011-11-17
*
remove obsolete SK_USE_RUNTIME_GLOBALS
reed@google.com
2011-11-17
*
add api to SkGraphics to get/set font cache limit
reed@google.com
2011-11-08
*
add hack for testing gSkSuppressFontCachePurgeSpew
reed@google.com
2011-11-02
*
detect when LCD is really just BW, and remark the glyph as that.
reed@google.com
2011-09-21
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi...
ctguil@chromium.org
2011-03-04
*
check that alloc() succeeded before calling the scaler's getImage()
reed@google.com
2011-03-01
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
Clamp the maximum size of glyph width we will attempt to render.
scarybeasts@gmail.com
2010-10-18
*
add glyph->unichar query (inverse of a cmap)
reed@android.com
2010-01-08
*
grab from latest android
reed@android.com
2008-12-17