index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkGlyphCache.h
Commit message (
Expand
)
Author
Age
*
Use std::unique_ptr.
mtklein
2016-03-16
*
Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview....
mtklein
2016-03-16
*
Use std::unique_ptr.
mtklein
2016-03-16
*
Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.c...
mtklein
2016-03-11
*
Use std::unique_ptr.
mtklein
2016-03-11
*
Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.c...
mtklein
2016-03-10
*
Use std::unique_ptr.
mtklein
2016-03-10
*
Only use fake gamma with linear devices.
bungeman
2016-02-22
*
add helper to create fancy underlines
caryclark
2016-02-09
*
Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset...
mtklein
2015-10-06
*
Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://co...
herb
2015-09-15
*
Parallel cache.
herb
2015-09-15
*
Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://co...
jyasskin
2015-09-10
*
Parallel cache.
herb
2015-09-09
*
Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://co...
herb
2015-09-04
*
Parallel cache.
herb
2015-09-04
*
Stop using SkScalerContext::getAdvance() in SkGlyphCache.
mtklein
2015-09-01
*
[tracing] Add support for skia caches to dump memory stats
ssid
2015-08-27
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
private iterator to visit all resource cache entries
reed
2015-08-19
*
Change the GlyphCache to use a hash table instead of doing its own ad-hoc
herb
2015-07-21
*
Cleanup: Comment and ordering changes.
herb
2015-06-24
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
Fix uninitialized memory bug in the SkGlyphCache.
herb
2015-03-05
*
Make the glyph array entries inline.
herb
2015-02-27
*
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
*
Comment out unused names in src/core/SkGlyphCache.h
tomhudson
2015-01-06
*
Remove unused SkGlyphCache::VisitAllCaches.
bungeman
2014-08-18
*
Remove ALL font fallback logic from Skia.
djsollen
2014-08-06
*
Gamma correction for distance field text.
jvanverth
2014-06-10
*
Revert of Gamma correction for distance field text. (https://codereview.chrom...
scroggo
2014-06-09
*
Gamma correction for distance field text.
jvanverth
2014-06-09
*
Move distance field generation to the glyph cache.
commit-bot@chromium.org
2014-04-14
*
Minor changes to GrFontCache system.
commit-bot@chromium.org
2014-04-01
*
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
*
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
commit-bot@chromium.org
2013-11-18
*
add counting to Globals, and refactor some for clarity
reed@google.com
2013-09-26
*
restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc...
reed@google.com
2013-07-10
*
move failable work outside of constructors for SkGlyphCache and SkScalerConte...
reed@google.com
2013-07-09
*
Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due...
robertphillips@google.com
2013-07-03
[next]