1. f4cc187 use SkTRefArray to share readonly data between pictures by reed@google.com · 12 years ago
  2. f794303 add protected method for internal_dispose overrides to jam fRefCnt before by reed@google.com · 12 years ago
  3. e9617eb In SkWriter32::writeString, initialize all memory reserved. by scroggo@google.com · 12 years ago
  4. ddf98a8 use SkData to share between record and playback by reed@google.com · 12 years ago
  5. 0c6a736 include <new> since we use placement-new by reed@google.com · 12 years ago
  6. 80ba796 add SkTRefArray, in hopes that it will enable more sharing between pictureplaybacks by reed@google.com · 12 years ago
  7. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 12 years ago
  8. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  9. 73c48f1 removing trailing ',' on last entry in enum, to fix warning by reed@google.com · 12 years ago
  10. ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 12 years ago
  11. 5836b6d Add skipToLast method to SkClipStack by robertphillips@google.com · 12 years ago
  12. 4dffc59 Use SkFlatDictionary in SkGPipe to take advantage of its new features. by scroggo@google.com · 12 years ago
  13. c029062 Fixed two sub-optimal iterator uses by robertphillips@google.com · 12 years ago
  14. 52cb2c7 Extended SkDeque's reverse iteration capability to SkClipStack by robertphillips@google.com · 12 years ago
  15. 0a78b0f Refactor SkDeque's iterator and allocation method by robertphillips@google.com · 12 years ago
  16. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  17. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  18. 8d850be don't add circles on chopped cubics by reed@google.com · 12 years ago
  19. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  20. 19263b1 Fix SkMatrix line endings (LF) by bsalomon@google.com · 12 years ago
  21. a6c9e0e Cleanup restore offsets at end of SkPicture recording by junov@chromium.org · 12 years ago
  22. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  23. 83ca337 check a hashtable before using a bsearch by reed@google.com · 12 years ago
  24. 6fc5699 Fixing type mask computation in SkMatrix to make it faster and make it so that matrices have the same type masks as their inverses. by junov@chromium.org · 12 years ago
  25. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  26. e9bb623 add default: to switch statement, to avoid warning/error for unhandled cases. by reed@google.com · 12 years ago
  27. 19393df add flatten/unflatten to SkDataSet by reed@google.com · 12 years ago
  28. 91bd459 add SkDataSet class, so SkAnnotation can be more immutable-like by reed@google.com · 12 years ago
  29. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  30. 3a52d68 Revert SkNO_RETURN_HINT fix in favor of a simpler fix by bsalomon@google.com · 12 years ago
  31. 22f0761 Fix SkNO_RETURN_HINT warnings on mac/clang by bsalomon@google.com · 12 years ago
  32. bad1b2f add SkPath::contains(x, y) by mike@reedtribe.org · 12 years ago
  33. e2589ae Change SkFlatData to have a sentinel value, allowing the Compare function to by reed@google.com · 12 years ago
  34. 4eefe61 Handle convex paths with degeneracies in cheap direction computation by bsalomon@google.com · 12 years ago
  35. b4ed017 bug fix: take the fAllocSize into account when we perform the compare, otherwise by reed@google.com · 12 years ago
  36. 9fa4d0c Adding sanity checks on restore offsets in SkPicturePlayback::draw by junov@chromium.org · 12 years ago
  37. 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 12 years ago
  38. fc8581b revert 4478 by reed@google.com · 12 years ago
  39. f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 12 years ago
  40. e3dbedb Refactoring code in SkPictureRecord that touches fRestoreOffsetStack by junov@chromium.org · 12 years ago
  41. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 12 years ago
  42. 44f7c4a Make SkTSearch variants with compare func as template param by bsalomon@google.com · 12 years ago
  43. fd59d12 change NewWithCString to allocate room for the terminating NULL, so the data by reed@google.com · 12 years ago
  44. 0985c55 fix type by reed@google.com · 12 years ago
  45. 2e07942 add read/write SkData methods by reed@google.com · 12 years ago
  46. dbc936d add SkData::NewFromCString() by reed@google.com · 12 years ago
  47. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago
  48. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
  49. 26344cf add explicit purgeAll() so we don't get foiled by the min cache-limit by reed@google.com · 12 years ago
  50. 488379e Bump max flattenable from 64 to 1024. Ran into limit on Mac. by bungeman@google.com · 12 years ago
  51. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  52. fcb57b5 more SkInstCnt plumbing by reed@google.com · 12 years ago
  53. 82ce2b8 add more SkInstCnt plumbing by reed@google.com · 12 years ago
  54. 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
  55. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  56. e56513d if bounds don't intersect in DIFF mode, just return src (don't return empty) by reed@google.com · 12 years ago
  57. edae141 Fix metrics test to no longer include the cpp. by djsollen@google.com · 12 years ago
  58. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  59. 6756209 Expand header in serialized pictures by reed@google.com · 12 years ago
  60. 89e615d Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cpp by junov@chromium.org · 12 years ago
  61. ed38495 add PictInfo chunk to serialized pictures by reed@google.com · 12 years ago
  62. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  63. 7aa876b Record pixel ref's gen ID in picture by bsalomon@google.com · 12 years ago
  64. a4c6e4d landing mirror of https://codereview.appspot.com/6304098/ by kondapallykalyan by reed@google.com · 12 years ago
  65. 2999f78 landing http://codereview.appspot.com/6306095/ by guanqun by reed@google.com · 12 years ago
  66. 4d0078a Fix calling (and checking) the decal_ functions when the input is SkFractionalInt. by reed@google.com · 12 years ago
  67. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  68. 8ae3c7f For SkGPipe, store bitmaps in a common location. by scroggo@google.com · 12 years ago
  69. 7e96360 Fix the problem of rendering closePath not properly after a moveTo call in by schenney@chromium.org · 12 years ago
  70. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  71. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  72. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  73. 5ee6491 Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changing by reed@google.com · 12 years ago
  74. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  75. 97caebc Detect inverse-fill, and treat its bounds as huge (all of integer space) for the by reed@google.com · 12 years ago
  76. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  77. f6d3c5a Make SkPath::RawIter require a non-NULL pts pointer. by bsalomon@google.com · 12 years ago
  78. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  79. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  80. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  81. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  82. 778e163 change gm to use concat instead of setMatrix, so we don't trash the caller if by reed@google.com · 12 years ago
  83. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  84. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  85. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 12 years ago
  86. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  87. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  88. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
  89. 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 12 years ago
  90. 8661bae Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening large bitmaps. by junov@chromium.org · 12 years ago
  91. 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 12 years ago
  92. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  93. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  94. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  95. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  96. de1837b remove bogus nearlyzero checks by reed@google.com · 12 years ago
  97. 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 12 years ago
  98. 5b94153 minor cleanups, in prep for more work on improving precision by reed@google.com · 12 years ago
  99. ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 12 years ago
  100. 803c67d change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev value by reed@google.com · 12 years ago