| Commit message (Expand) | Author | Age |
* | use colortype instead of config | reed@google.com | 2014-02-20 |
* | Fix spelling of class name in comment. | commit-bot@chromium.org | 2014-02-17 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Convert SkWriter32 to use an SkTDArray for its internal storage. | commit-bot@chromium.org | 2014-01-14 |
* | Fix truncation of glyphs in SkScalerContext.cpp | robertphillips@google.com | 2013-12-02 |
* | Reverting r12427 | rmistry@google.com | 2013-12-02 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-12-02 |
* | Document the SkScalerContext pure virtuals. | bungeman@google.com | 2013-11-27 |
* | fix 8->1 bugs shown by removal of A1 config | reed@google.com | 2013-11-27 |
* | Revert "Revert "remove kA1_Config, as it is no longer supported"" | commit-bot@chromium.org | 2013-11-26 |
* | Revert "remove kA1_Config, as it is no longer supported" | reed@google.com | 2013-11-25 |
* | remove kA1_Config, as it is no longer supported | reed@google.com | 2013-11-25 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-10-24 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | force readbuffer clients to use specialized readFoo for flattenables | reed@google.com | 2013-10-16 |
* | Upstream changes from Android | djsollen@google.com | 2013-07-31 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-28 |
* | Fix metrics on Windows. | bungeman@google.com | 2013-07-27 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-11 |
* | allow createScalerContext to return null, and then have the GDI backend trigg... | reed@google.com | 2013-07-10 |
* | add size limit for using glyphcache. above that, draw using paths | reed@google.com | 2013-06-04 |
* | API modifications needed to upstream Android font changes. | commit-bot@chromium.org | 2013-05-13 |
* | Reverting 9083 & 9084 due to Android failures | robertphillips@google.com | 2013-05-09 |
* | fix warning/error of uninitialized len | reed@google.com | 2013-05-09 |
* | API modifications needed to upstream Android font changes. | commit-bot@chromium.org | 2013-05-09 |
* | we only need one fontmetrics, since the paint (and fontcache) now know explic... | reed@google.com | 2013-05-08 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-05-03 |
* | Detect color masks, and divert to draw-sprite instead of maskblitters. | reed@google.com | 2013-05-02 |
* | 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 |