1. 8136d58 check for very large blurs, and don't try to cache the result in fontcache by reed@google.com · 12 years ago
  2. 0996e83 Fix 5492. by bungeman@google.com · 12 years ago
  3. ae30f56 Reduce SkMaskGamma cache thrashing. https://codereview.appspot.com/6497114/ by bungeman@google.com · 12 years ago
  4. bae9ff7 SkDraw's constructor zero's is fields, so don't do it outside by reed@google.com · 12 years ago
  5. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  6. 4fa9c9f Fixed instance counting for templated classes by robertphillips@google.com · 12 years ago
  7. 51ee8f1 Compilation fix for r5123 (disabling template inst count tracking) by robertphillips@google.com · 12 years ago
  8. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  9. a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 12 years ago
  10. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  11. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  12. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  13. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  14. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  15. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  16. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  17. 9575fb8 Stroked text should check inverse return. http://codereview.appspot.com/5986067/ by bungeman@google.com · 12 years ago
  18. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  19. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  20. 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 13 years ago
  21. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  22. 2e68478 move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, by reed@google.com · 13 years ago
  23. cf598b1 refactor utility code to create a mask (any format) from the path, for those by reed@google.com · 13 years ago
  24. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  25. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  26. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  27. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  28. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  29. 7db9fe6 code style by reed@google.com · 13 years ago
  30. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
  31. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  32. ce2b1af call glyph::init() on tmpGlyph, so we have a properly initialized fMaskFormat by reed@google.com · 14 years ago
  33. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  34. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  35. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  36. b757f8d reinstate the empty check, and always initialize the format field by reed@android.com · 15 years ago
  37. 297a11c Remove check for empty devPath by agl@chromium.org · 15 years ago
  38. 7767cd8 Win32 build fix (unreviewed). by senorblanco@chromium.org · 15 years ago
  39. d457775 add checks for exceeding 16bits, and apply those for glyphs in getMetrics() by reed@android.com · 15 years ago
  40. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  41. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  42. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  43. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  44. 6c14b43 use static_cast fix comments by reed@android.com · 16 years ago
  45. 49f0ff2 promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect by reed@android.com · 16 years ago
  46. a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 16 years ago
  47. 62900b4 handle failure when creating a scalercontext by reed@android.com · 16 years ago
  48. fc25abd fix warnings by reed@android.com · 16 years ago
  49. 8a1c16f grab from latest android by reed@android.com · 16 years ago