1. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago
  2. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  3. cc6493b Added ctor to SkClipStack and isEmpty method by robertphillips@google.com · 12 years ago
  4. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  5. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 12 years ago
  6. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 12 years ago
  7. dd39488 Avoid a loop in writeString and writePad by zeroing padding first. by scroggo@google.com · 12 years ago
  8. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 12 years ago
  9. f794303 add protected method for internal_dispose overrides to jam fRefCnt before by reed@google.com · 12 years ago
  10. e9617eb In SkWriter32::writeString, initialize all memory reserved. by scroggo@google.com · 12 years ago
  11. bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 12 years ago
  12. a276975 check for memory leaks in debug-build by reed@google.com · 12 years ago
  13. 80ba796 add SkTRefArray, in hopes that it will enable more sharing between pictureplaybacks by reed@google.com · 12 years ago
  14. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  15. 426aebc Adding new steps to Canvas unit test to validate that the deferred by junov@chromium.org · 12 years ago
  16. cff01c5 Improving CanvasTest to verify that the destination canvas of an SkDeferredCanvas has the same state as a plain SkCanvas that received the same draw commands. by junov@chromium.org · 12 years ago
  17. d074c37 Need to apply matrix to advance in generateAdvance (as we already were in generateMetrics) by reed@google.com · 12 years ago
  18. 2e41bec fix for non-Windows-specific compiler error in r4624 by robertphillips@google.com · 12 years ago
  19. 0a78b0f Refactor SkDeque's iterator and allocation method by robertphillips@google.com · 12 years ago
  20. 50ccb0a Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
  21. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  22. 96cbd2c Revert "Add a method to atomic add." by scroggo@google.com · 12 years ago
  23. e3f84f3 Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
  24. 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
  25. b630c6c Updated make_filepath test to reflect changes in picture_utils. TBR by keyar@chromium.org · 12 years ago
  26. 0cb1e2b Disable WritePixelsTest on Android by borenet@google.com · 12 years ago
  27. a6c9e0e Cleanup restore offsets at end of SkPicture recording by junov@chromium.org · 12 years ago
  28. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  29. 79382af remove debugging printfs by reed@google.com · 12 years ago
  30. 91bd459 add SkDataSet class, so SkAnnotation can be more immutable-like by reed@google.com · 12 years ago
  31. e2589ae Change SkFlatData to have a sentinel value, allowing the Compare function to by reed@google.com · 12 years ago
  32. 4eefe61 Handle convex paths with degeneracies in cheap direction computation by bsalomon@google.com · 12 years ago
  33. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  34. c3d5831 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  35. e60b910 add test for SkChecksum by mike@reedtribe.org · 12 years ago
  36. a63a851 update test for new NewFromCString behavior by reed@google.com · 12 years ago
  37. dbc936d add SkData::NewFromCString() by reed@google.com · 12 years ago
  38. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
  39. edae141 Fix metrics test to no longer include the cpp. by djsollen@google.com · 12 years ago
  40. 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
  41. b59ed51 add test for http://code.google.com/p/chromium/issues/detail?id=131181 by reed@google.com · 12 years ago
  42. fedd09b Really fix the build. by schenney@chromium.org · 12 years ago
  43. aaf1688 Speculative build fix. Tests do not fail locally. by schenney@chromium.org · 12 years ago
  44. 7e96360 Fix the problem of rendering closePath not properly after a moveTo call in by schenney@chromium.org · 12 years ago
  45. 51c62a6 add readPtr and writePtr to SkReader32 and SkWriter32 by reed@google.com · 12 years ago
  46. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  47. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  48. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  49. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  50. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  51. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  52. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  53. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  54. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  55. 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 12 years ago
  56. f123ba9 Disable TLSTest for now, to work around http://code.google.com/p/skia/issues/detail?id=619 by epoger@google.com · 12 years ago
  57. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  58. 00bf06a Added cast to get MathTest working on Windows by robertphillips@google.com · 12 years ago
  59. c20bc25 use (float)(1 << 23) instead of 1.0p+23 since the latter isn't supported in VS by reed@google.com · 12 years ago
  60. c3b6972 win can't eat 1.0p+23 syntax for floats :( by reed@google.com · 12 years ago
  61. a7d7461 remove debugf by reed@google.com · 12 years ago
  62. 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 12 years ago
  63. 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 12 years ago
  64. b6a4b73 add by reed@google.com · 12 years ago
  65. a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 12 years ago
  66. ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 12 years ago
  67. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  68. 7b463ac speedup SkRect::isFinite() (almost 2x) by reed@google.com · 12 years ago
  69. 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 12 years ago
  70. 415e76a fix Fixed build by reed@google.com · 12 years ago
  71. 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
  72. 706f621 Fixes for Windows Release compiler complaints (overflow in const arith) by robertphillips@google.com · 12 years ago
  73. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  74. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago
  75. f105b10 Made clip mask cache use Scratch Texture system by robertphillips@google.com · 12 years ago
  76. 18c464b update the nearly_integral calculation to be (a) faster, and (b) to correctly by reed@google.com · 12 years ago
  77. f21c704 fix for r3903 compilation issue by robertphillips@google.com · 12 years ago
  78. 8fff356 Made clip mask cache reuse depend on mask size/bounds (instead of render target size) by robertphillips@google.com · 12 years ago
  79. d82f3fa Fix for Android ClipCache unit test crash by robertphillips@google.com · 12 years ago
  80. 50b8ead Reverting r3898 due to Android failures by robertphillips@google.com · 12 years ago
  81. c3e050f Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chain by robertphillips@google.com · 12 years ago
  82. 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 12 years ago
  83. 96a162e Disabled new ClipCache unit test pending investigation of Android failures by robertphillips@google.com · 12 years ago
  84. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 12 years ago
  85. c6ce750 Fixed some fixed point build Windows compiler complaints by robertphillips@google.com · 12 years ago
  86. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 12 years ago
  87. 0da0627 fix fixed-point build by reed@google.com · 13 years ago
  88. 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 13 years ago
  89. 684119d add more tests for rgn::intersects(rect) by reed@google.com · 13 years ago
  90. 7ab71ba add more tests around contains for rects and regions by reed@google.com · 13 years ago
  91. f0a062b Add device to top level N-way canvas. by djsollen@google.com · 13 years ago
  92. 9d5f76a fix bug (and add test) for drawing an inverse-path whose bounds do intersect by reed@google.com · 13 years ago
  93. 8a0d8ff add tests for how empty regions should behave in intersects() and contains() by reed@google.com · 13 years ago
  94. 67c3184 add test for contains and intersects, in advance of optimization work by mike@reedtribe.org · 13 years ago
  95. ded4414 Apply fix from #3739 to quads and cubics as well by reed@google.com · 13 years ago
  96. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 13 years ago
  97. 69afee1 add isSimilarityTransform() and some tests by bsalomon@google.com · 13 years ago
  98. 1df888b check for numerical imprecision on phase by reed@google.com · 13 years ago
  99. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 13 years ago
  100. fab1ddd only add pathmeasure segment if the accumulated length was actually changed, by reed@google.com · 13 years ago