1. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  2. 7aa876b Record pixel ref's gen ID in picture by bsalomon@google.com · 12 years ago
  3. a4c6e4d landing mirror of https://codereview.appspot.com/6304098/ by kondapallykalyan by reed@google.com · 12 years ago
  4. 2999f78 landing http://codereview.appspot.com/6306095/ by guanqun by reed@google.com · 12 years ago
  5. 4d0078a Fix calling (and checking) the decal_ functions when the input is SkFractionalInt. by reed@google.com · 12 years ago
  6. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  7. 8ae3c7f For SkGPipe, store bitmaps in a common location. by scroggo@google.com · 12 years ago
  8. 7e96360 Fix the problem of rendering closePath not properly after a moveTo call in by schenney@chromium.org · 12 years ago
  9. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  10. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  11. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  12. 5ee6491 Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changing by reed@google.com · 12 years ago
  13. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  14. 97caebc Detect inverse-fill, and treat its bounds as huge (all of integer space) for the by reed@google.com · 12 years ago
  15. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  16. f6d3c5a Make SkPath::RawIter require a non-NULL pts pointer. by bsalomon@google.com · 12 years ago
  17. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  18. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  19. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  20. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  21. 778e163 change gm to use concat instead of setMatrix, so we don't trash the caller if by reed@google.com · 12 years ago
  22. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  23. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  24. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 12 years ago
  25. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  26. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  27. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
  28. 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 12 years ago
  29. 8661bae Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening large bitmaps. by junov@chromium.org · 12 years ago
  30. 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 12 years ago
  31. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  32. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  33. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  34. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  35. de1837b remove bogus nearlyzero checks by reed@google.com · 12 years ago
  36. 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 12 years ago
  37. 5b94153 minor cleanups, in prep for more work on improving precision by reed@google.com · 12 years ago
  38. ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 12 years ago
  39. 803c67d change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev value by reed@google.com · 12 years ago
  40. 6172d67 Allow font-cache to use thread_local_storage for a private cache by reed@google.com · 12 years ago
  41. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  42. 115d931 pass the region-op to the clipstack for SkCanvas::clipRegion. by reed@google.com · 12 years ago
  43. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  44. 32aa01e remove unused variable (isNaN) by reed@google.com · 12 years ago
  45. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  46. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  47. e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 12 years ago
  48. 9e25dbf remove null-check in SKPath::Iter::next() -- not needed, and slows us down a little by reed@google.com · 12 years ago
  49. 921374d for scalar==float, tis faster to always to MIN and MAX, than to put an ELSE by reed@google.com · 12 years ago
  50. 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
  51. 2e0d727 pre allocate space for the result (guesstimation) so we don't spend extra time by reed@google.com · 12 years ago
  52. 129ec22 inline the fast case for AutoDrawLoop::next() so we don't slow down simple by reed@google.com · 12 years ago
  53. 9f63667 special-case filling narrow rects, where we can be faster than the SSE2 asm by reed@google.com · 12 years ago
  54. 18c464b update the nearly_integral calculation to be (a) faster, and (b) to correctly by reed@google.com · 12 years ago
  55. 420f74f only check for nearly-integral if we're a BW clip by reed@google.com · 12 years ago
  56. 4588490 lazily make a copy of the paint when choosing a blitter. For simple draws, by reed@google.com · 12 years ago
  57. a1c6ff4 inline isEmpty and isRect (faster) by reed@google.com · 12 years ago
  58. 7324415 use mapPoints instead of mapXY for the 2 corners of a rect (faster) by reed@google.com · 12 years ago
  59. 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 12 years ago
  60. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 12 years ago
  61. cd4e9fb don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exact by reed@google.com · 12 years ago
  62. 5b7d603 invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGE by reed@google.com · 12 years ago
  63. a869248 remove obsolete comments by reed@google.com · 12 years ago
  64. 08e7911 add assert by reed@google.com · 12 years ago
  65. 6997e5d remove dead conditional Review URL: https://codereview.appspot.com/6197065 by reed@google.com · 12 years ago
  66. 0a71a9c experimental faster sort by reed@google.com · 12 years ago
  67. 331e2dc add flag/hint to PlatformGetSpecific. If true, then the caller requires that by reed@google.com · 12 years ago
  68. c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 12 years ago
  69. 83edde2 mirror of https://codereview.appspot.com/6188054/ by reed@google.com · 12 years ago
  70. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 12 years ago
  71. 48ca7e3 impl SkTLS for windows, refactoring to share code with pthread impl by reed@google.com · 12 years ago
  72. 82d447d revert TLS change (until we impl windows backend) by reed@google.com · 12 years ago
  73. 09dcf75 allow thread-local font cache Review URL: https://codereview.appspot.com/6101053 by reed@google.com · 12 years ago
  74. 92fde90 add SkTQSort (stolen from cary's experimental work) by reed@google.com · 12 years ago
  75. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 12 years ago
  76. e3987da make CanNormalize inline for the float build (big speedup for PathIter) by reed@google.com · 12 years ago
  77. c199293 fix/revert the unsigned-shift change made to clamp in 3836. For clamp we want by reed@google.com · 12 years ago
  78. 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 12 years ago
  79. 5f7c8a5 restore extra slot in sentinal array that was removed in 3825. This extra value by reed@google.com · 12 years ago
  80. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 12 years ago
  81. 9c36a76 store x-interval-count per scanline, so we can skip lines in O(1) by reed@google.com · 12 years ago
  82. ccfee2a Add missing null device checks in SkCanvas by djsollen@google.com · 12 years ago
  83. 9d5f76a fix bug (and add test) for drawing an inverse-path whose bounds do intersect by reed@google.com · 12 years ago
  84. af7e694 record yspancount and intervalcount in regions by reed@google.com · 12 years ago
  85. a95ea2c code-style cleanups only by reed@google.com · 12 years ago
  86. c34f53d just coding style fixes, no logic change by reed@google.com · 12 years ago
  87. 7d4aee3 Variant of SkRegion::op (called Oper) that either writes the result into a 3rd by reed@google.com · 12 years ago
  88. ded4414 Apply fix from #3739 to quads and cubics as well by reed@google.com · 12 years ago
  89. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 12 years ago
  90. 7460b37 Fixed minor Release & fixed point compiler warnings on Linux by robertphillips@google.com · 12 years ago
  91. 566c837 use new storage parameter to SkOrderedWriteBuffer (to avoid small dynamic allocs) by reed@google.com · 12 years ago
  92. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  93. ae1b6b6 add SkTLS::Delete by reed@google.com · 12 years ago
  94. 0983701 move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS by reed@google.com · 12 years ago
  95. 331560e fix debug build by reed@google.com · 12 years ago
  96. eb9a9bf cleanups in prep for tls cache by reed@google.com · 12 years ago
  97. e6f7d68 add experimental tls (for font cache eventually) by reed@google.com · 12 years ago
  98. fab1ddd only add pathmeasure segment if the accumulated length was actually changed, by reed@google.com · 12 years ago
  99. bb39a29 mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedpoint overflow by reed@google.com · 12 years ago
  100. a4b0d13 speculative fix for debug/release problem on windows with mirror bitmaps by reed@google.com · 12 years ago