| Commit message (Expand) | Author | Age |
* | remove SkFontHost::NextLogicalFont, and add android-specific function | reed@google.com | 2013-03-26 |
* | limit SkFontHost::NextLogicalTypeface to only android (the only backend that | reed@google.com | 2013-03-25 |
* | make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) | reed@google.com | 2013-03-25 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-20 |
* | remove SkFontHost::CreateScalerContext | reed@google.com | 2013-03-19 |
* | Add SkTypeface* parameter to SkScalerContext (and its callers) | reed@google.com | 2013-03-19 |
* | Upstream changes from Android. | djsollen@google.com | 2013-03-08 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | add optional cull-rect to patheffects, so they can do less work if their results | reed@google.com | 2013-01-24 |
* | Make SkScalerContextRec::getMatrixFrom2x2 more direct. | bungeman@google.com | 2013-01-14 |
* | detect out-of-memory when we try to create a mask offscreen | reed@google.com | 2012-12-17 |
* | Fix generateMask to properly apply pre-blend. | bungeman@google.com | 2012-10-26 |
* | Clean up usage of mask gamma. | bungeman@google.com | 2012-10-26 |
* | Turn off some debugging statements. | scroggo@google.com | 2012-10-11 |
* | check for very large blurs, and don't try to cache the result in fontcache | reed@google.com | 2012-09-21 |
* | Fix 5492. | bungeman@google.com | 2012-09-11 |
* | Reduce SkMaskGamma cache thrashing. | bungeman@google.com | 2012-09-11 |
* | SkDraw's constructor zero's is fields, so don't do it outside | reed@google.com | 2012-08-29 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Fixed instance counting for templated classes | robertphillips@google.com | 2012-08-22 |
* | Compilation fix for r5123 (disabling template inst count tracking) | robertphillips@google.com | 2012-08-16 |
* | Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) | robertphillips@google.com | 2012-08-16 |
* | To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec | reed@google.com | 2012-08-14 |
* | Gamma correcting masks. | bungeman@google.com | 2012-07-30 |
* | Split SkGlyph into its own header. | bungeman@google.com | 2012-07-24 |
* | fix warnings on Mac in src/core | caryclark@google.com | 2012-06-06 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | Decouple the SkFlattenable from SkReader32/SkWriter32. | djsollen@google.com | 2012-04-12 |
* | Stroked text should check inverse return. | bungeman@google.com | 2012-04-09 |
* | Merge changes from the android repo upstream to Skia | djsollen@google.com | 2012-02-15 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | remove GetGammaFlag from SkFontHost | reed@google.com | 2011-11-22 |
* | enable soft clipping (yikes) | reed@google.com | 2011-10-24 |
* | move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, | reed@google.com | 2011-08-24 |
* | refactor utility code to create a mask (any format) from the path, for those | reed@google.com | 2011-08-22 |
* | add api for scalers to force us to use skia to generate their bits from their | reed@google.com | 2011-08-05 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | remove obsolete text codepaths | reed@google.com | 2011-06-27 |
* | Add support for 8 bits/component glyphs, to | caryclark@google.com | 2011-06-22 |
* | add 2nd parameter to SkFontHost::NextLogicalFont() | reed@google.com | 2011-06-13 |
* | code style | reed@google.com | 2011-04-11 |
* | check-point for kLCD16_Format mask support | reed@google.com | 2011-03-10 |
* | Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi... | ctguil@chromium.org | 2011-03-04 |
* | call glyph::init() on tmpGlyph, so we have a properly initialized fMaskFormat | reed@google.com | 2011-02-18 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | add glyph->unichar query (inverse of a cmap) | reed@android.com | 2010-01-08 |
* | reinstate the empty check, and always initialize the format field | reed@android.com | 2009-12-08 |