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
*
Fix bit rot in SkGlyphCache validate code.
herb
2015-03-06
*
Fix uninitialized memory bug in the SkGlyphCache.
herb
2015-03-05
*
Make the glyph array entries inline.
herb
2015-02-27
*
BUG=skia:
herb
2015-02-25
*
Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...
scroggo
2015-02-24
*
BUG=skia:
herb
2015-02-24
*
Revert of Make the glyph array entries inline. (patchset #11 id:190001 of htt...
mtklein
2015-02-09
*
Make the glyph array entries inline.
herb
2015-02-09
*
Revert of Make the glyph array entries inline. (patchset #10 id:170001 of htt...
bsalomon
2015-02-02
*
Make the glyph array entries inline.
herb
2015-02-02
*
Make char hash dynamic when needed.
herb
2015-01-28
*
Use murmur3 finisher to improve font hash efficiency.
reed
2015-01-28
*
Revert of patch from issue 885453002 at patchset 20001 (http://crrev.com/8854...
mtklein
2015-01-27
*
patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20...
mtklein
2015-01-27
*
Remove distance field generation and storage from SkGlyphCache.
jvanverth
2015-01-07
*
Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.
mtklein
2014-10-13
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Remove unused SkGlyphCache::VisitAllCaches.
bungeman
2014-08-18
*
Port most uses of SkOnce to SkLazyPtr.
mtklein
2014-06-02
*
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...
commit-bot@chromium.org
2014-05-31
*
Port most uses of SkOnce to SkLazyPtr.
commit-bot@chromium.org
2014-05-30
*
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...
commit-bot@chromium.org
2014-05-30
*
Port most uses of SkOnce to SkLazyPtr.
commit-bot@chromium.org
2014-05-30
*
Clean up global gSkSuppressFontCachePurgeSpew.
commit-bot@chromium.org
2014-05-12
*
Add missing include for r14397.
bungeman@google.com
2014-04-28
*
Create SkGlyphCache globals with SkOnce.
bungeman@google.com
2014-04-28
*
Move distance field generation to the glyph cache.
commit-bot@chromium.org
2014-04-14
*
fix (some) 64bit warnings -- size_t -> int
commit-bot@chromium.org
2014-01-24
*
Reverting r12427
rmistry@google.com
2013-12-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-02
*
Remove unused fields from SkGlyphCache.
bungeman@google.com
2013-11-26
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-27
*
add counting to Globals, and refactor some for clarity
reed@google.com
2013-09-26
*
remove obsolete USE_CACHE_HASH
reed@google.com
2013-09-24
*
allow createScalerContext to return null, and then have the GDI backend trigg...
reed@google.com
2013-07-10
*
move failable work outside of constructors for SkGlyphCache and SkScalerConte...
reed@google.com
2013-07-09
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-20
*
combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ...
reed@google.com
2013-06-19
*
we only need one fontmetrics, since the paint (and fontcache) now know explic...
reed@google.com
2013-05-08
*
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
[next]