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