1. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  2. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  3. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  4. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  5. 778e163 change gm to use concat instead of setMatrix, so we don't trash the caller if by reed@google.com · 12 years ago
  6. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  7. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  8. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 12 years ago
  9. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  10. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  11. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
  12. 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 12 years ago
  13. 8661bae Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening large bitmaps. by junov@chromium.org · 12 years ago
  14. 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 12 years ago
  15. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  16. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  17. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  18. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  19. de1837b remove bogus nearlyzero checks by reed@google.com · 12 years ago
  20. 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 12 years ago
  21. 5b94153 minor cleanups, in prep for more work on improving precision by reed@google.com · 12 years ago
  22. ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 12 years ago
  23. 803c67d change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev value by reed@google.com · 12 years ago
  24. 6172d67 Allow font-cache to use thread_local_storage for a private cache by reed@google.com · 12 years ago
  25. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  26. 115d931 pass the region-op to the clipstack for SkCanvas::clipRegion. by reed@google.com · 12 years ago
  27. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  28. 32aa01e remove unused variable (isNaN) by reed@google.com · 12 years ago
  29. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  30. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  31. e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 12 years ago
  32. 9e25dbf remove null-check in SKPath::Iter::next() -- not needed, and slows us down a little by reed@google.com · 12 years ago
  33. 921374d for scalar==float, tis faster to always to MIN and MAX, than to put an ELSE by reed@google.com · 12 years ago
  34. 30d90eb Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects infinities by reed@google.com · 12 years ago
  35. 2e0d727 pre allocate space for the result (guesstimation) so we don't spend extra time by reed@google.com · 12 years ago
  36. 129ec22 inline the fast case for AutoDrawLoop::next() so we don't slow down simple by reed@google.com · 12 years ago
  37. 9f63667 special-case filling narrow rects, where we can be faster than the SSE2 asm by reed@google.com · 12 years ago
  38. 18c464b update the nearly_integral calculation to be (a) faster, and (b) to correctly by reed@google.com · 12 years ago
  39. 420f74f only check for nearly-integral if we're a BW clip by reed@google.com · 12 years ago
  40. 4588490 lazily make a copy of the paint when choosing a blitter. For simple draws, by reed@google.com · 12 years ago
  41. a1c6ff4 inline isEmpty and isRect (faster) by reed@google.com · 12 years ago
  42. 7324415 use mapPoints instead of mapXY for the 2 corners of a rect (faster) by reed@google.com · 12 years ago
  43. 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 12 years ago
  44. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 12 years ago
  45. cd4e9fb don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exact by reed@google.com · 12 years ago
  46. 5b7d603 invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGE by reed@google.com · 12 years ago
  47. a869248 remove obsolete comments by reed@google.com · 12 years ago
  48. 08e7911 add assert by reed@google.com · 12 years ago
  49. 6997e5d remove dead conditional Review URL: https://codereview.appspot.com/6197065 by reed@google.com · 12 years ago
  50. 0a71a9c experimental faster sort by reed@google.com · 12 years ago
  51. 331e2dc add flag/hint to PlatformGetSpecific. If true, then the caller requires that by reed@google.com · 12 years ago
  52. c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 12 years ago
  53. 83edde2 mirror of https://codereview.appspot.com/6188054/ by reed@google.com · 12 years ago
  54. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 12 years ago
  55. 48ca7e3 impl SkTLS for windows, refactoring to share code with pthread impl by reed@google.com · 12 years ago
  56. 82d447d revert TLS change (until we impl windows backend) by reed@google.com · 12 years ago
  57. 09dcf75 allow thread-local font cache Review URL: https://codereview.appspot.com/6101053 by reed@google.com · 12 years ago
  58. 92fde90 add SkTQSort (stolen from cary's experimental work) by reed@google.com · 12 years ago
  59. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 12 years ago
  60. e3987da make CanNormalize inline for the float build (big speedup for PathIter) by reed@google.com · 12 years ago
  61. c199293 fix/revert the unsigned-shift change made to clamp in 3836. For clamp we want by reed@google.com · 12 years ago
  62. 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 12 years ago
  63. 5f7c8a5 restore extra slot in sentinal array that was removed in 3825. This extra value by reed@google.com · 12 years ago
  64. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 12 years ago
  65. 9c36a76 store x-interval-count per scanline, so we can skip lines in O(1) by reed@google.com · 12 years ago
  66. ccfee2a Add missing null device checks in SkCanvas by djsollen@google.com · 12 years ago
  67. 9d5f76a fix bug (and add test) for drawing an inverse-path whose bounds do intersect by reed@google.com · 12 years ago
  68. af7e694 record yspancount and intervalcount in regions by reed@google.com · 12 years ago
  69. a95ea2c code-style cleanups only by reed@google.com · 12 years ago
  70. c34f53d just coding style fixes, no logic change by reed@google.com · 12 years ago
  71. 7d4aee3 Variant of SkRegion::op (called Oper) that either writes the result into a 3rd by reed@google.com · 12 years ago
  72. ded4414 Apply fix from #3739 to quads and cubics as well by reed@google.com · 12 years ago
  73. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 12 years ago
  74. 7460b37 Fixed minor Release & fixed point compiler warnings on Linux by robertphillips@google.com · 12 years ago
  75. 566c837 use new storage parameter to SkOrderedWriteBuffer (to avoid small dynamic allocs) by reed@google.com · 12 years ago
  76. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  77. ae1b6b6 add SkTLS::Delete by reed@google.com · 12 years ago
  78. 0983701 move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS by reed@google.com · 12 years ago
  79. 331560e fix debug build by reed@google.com · 12 years ago
  80. eb9a9bf cleanups in prep for tls cache by reed@google.com · 12 years ago
  81. e6f7d68 add experimental tls (for font cache eventually) by reed@google.com · 12 years ago
  82. fab1ddd only add pathmeasure segment if the accumulated length was actually changed, by reed@google.com · 12 years ago
  83. bb39a29 mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedpoint overflow by reed@google.com · 12 years ago
  84. a4b0d13 speculative fix for debug/release problem on windows with mirror bitmaps by reed@google.com · 12 years ago
  85. aeb0786 inline common case when we are left-aligned in drawPosText by reed@google.com · 12 years ago
  86. 2d8c757 Remove unecessary virtual calls by having SkPicture use SkReader32 directly. by djsollen@google.com · 12 years ago
  87. 6aa2965 Track oval in SkPath by bsalomon@google.com · 12 years ago
  88. 99b300e chop hairlines against 32K bounds, since that is our limit (currently) by reed@google.com · 12 years ago
  89. f11508d expose font-table APIs to SkTypeface by reed@google.com · 12 years ago
  90. f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 12 years ago
  91. c047d41 track oval in SkPath by bsalomon@google.com · 12 years ago
  92. bddbc45 we have to explicitly pin the results from sect_with_horizontal, since even with by reed@google.com · 12 years ago
  93. fffb2f1 Add SK_SYSTEM_ZLIB define. by justinlin@google.com · 12 years ago
  94. 10d02b6 need to invert the alpha computation for single scanline on innerfill by reed@google.com · 12 years ago
  95. a90aa53 fix clamping when we chop a cubic by reed@google.com · 12 years ago
  96. 90bf427 proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 by mike@reedtribe.org · 12 years ago
  97. e014030 pin the edge points to the clip, rather than just calling clamp_ge/le in the by reed@google.com · 12 years ago
  98. 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 12 years ago
  99. 2eb5bb1 can't perform fast top_bottom cull if the text is vertical by reed@google.com · 12 years ago
  100. 17b6ba4 Reinstate early out from antialiased path rendering if we anticipate by tomhudson@google.com · 12 years ago