1. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 13 years ago
  2. 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 13 years ago
  3. 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 13 years ago
  4. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 13 years ago
  5. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 13 years ago
  6. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 13 years ago
  7. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 13 years ago
  8. 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 13 years ago
  9. 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 13 years ago
  10. 398b1bc add SkPoint::isZero(), match the existing method on SkIPoint by mike@reedtribe.org · 13 years ago
  11. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
  12. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 13 years ago
  13. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
  14. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 13 years ago
  15. 1f1db4c update dox for NewFromMalloc() to clarify ownership by reed@google.com · 13 years ago
  16. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 13 years ago
  17. ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 13 years ago
  18. 803c67d change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev value by reed@google.com · 13 years ago
  19. 6172d67 Allow font-cache to use thread_local_storage for a private cache by reed@google.com · 13 years ago
  20. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 13 years ago
  21. 5269566 Add 'inline' to suppress unused warnings with Android NDK build. by bungeman@google.com · 13 years ago
  22. 73a0258 computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (ya think?) by reed@google.com · 13 years ago
  23. 115d931 pass the region-op to the clipstack for SkCanvas::clipRegion. by reed@google.com · 13 years ago
  24. 20a0477 Fix new atomic declarations for Android. by bungeman@google.com · 13 years ago
  25. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 13 years ago
  26. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 13 years ago
  27. d5f2079 can't make the compute-bounds methods private yet :( by reed@google.com · 13 years ago
  28. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 13 years ago
  29. 7b463ac speedup SkRect::isFinite() (almost 2x) by reed@google.com · 13 years ago
  30. 5dd510f update dox for copy-constructor by reed@google.com · 13 years ago
  31. e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 13 years ago
  32. 97ecd1d update dox for measureText by reed@google.com · 13 years ago
  33. 9e25dbf remove null-check in SKPath::Iter::next() -- not needed, and slows us down a little by reed@google.com · 13 years ago
  34. 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 13 years ago
  35. 880dc47 add dox for Shaders, and how the paint's alpha modulates the shader's colors. by reed@google.com · 13 years ago
  36. 5d64068 Warn if return values from SkRect's Make* methods are ignored by robertphillips@google.com · 13 years ago
  37. 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 13 years ago
  38. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 13 years ago
  39. f51018d allow SkAutoTUnref to be used syntactially as the object is refs by reed@google.com · 13 years ago
  40. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 13 years ago
  41. 82d447d revert TLS change (until we impl windows backend) by reed@google.com · 13 years ago
  42. 09dcf75 allow thread-local font cache Review URL: https://codereview.appspot.com/6101053 by reed@google.com · 13 years ago
  43. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 13 years ago
  44. e3987da make CanNormalize inline for the float build (big speedup for PathIter) by reed@google.com · 13 years ago
  45. 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 13 years ago
  46. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 13 years ago
  47. 9c36a76 store x-interval-count per scanline, so we can skip lines in O(1) by reed@google.com · 13 years ago
  48. af7e694 record yspancount and intervalcount in regions by reed@google.com · 13 years ago
  49. 8790fc6 add comment on return-value for SkTSearch by reed@google.com · 13 years ago
  50. 7d4aee3 Variant of SkRegion::op (called Oper) that either writes the result into a 3rd by reed@google.com · 13 years ago
  51. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 13 years ago
  52. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 13 years ago
  53. 064e50d allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructor by reed@google.com · 13 years ago
  54. eb9a9bf cleanups in prep for tls cache by reed@google.com · 13 years ago
  55. d6195f9 add x() and y() aliases for fLeft and fTop (matching SkIRect) by reed@google.com · 13 years ago
  56. 6aa2965 Track oval in SkPath by bsalomon@google.com · 13 years ago
  57. f11508d expose font-table APIs to SkTypeface by reed@google.com · 13 years ago
  58. f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 13 years ago
  59. c047d41 track oval in SkPath by bsalomon@google.com · 13 years ago
  60. 95bfded Add cast to support 64 bit. by caryclark@google.com · 13 years ago
  61. fffb2f1 Add SK_SYSTEM_ZLIB define. by justinlin@google.com · 13 years ago
  62. 66ef614 Fix 64-bit build on Mac by epoger@google.com · 13 years ago
  63. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 13 years ago
  64. 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 13 years ago
  65. f3edf9f add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave by reed@google.com · 13 years ago
  66. a707f60 mark getTotalClip as deprecated by reed@google.com · 13 years ago
  67. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
  68. 9b5ca29 allow the tolerance to be zero for nearlyzero by reed@google.com · 13 years ago
  69. 94fa43c Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero by epoger@google.com · 13 years ago
  70. c967795 Make it possible to share a comparison func with both SkTSearch and SkQSort by bsalomon@google.com · 13 years ago
  71. 0e5104c misc fixes by bsalomon@google.com · 13 years ago
  72. 363a4c2 Warn when ignoring result of SkMatrix::invert. by bungeman@google.com · 13 years ago
  73. b0a7ace Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability by junov@chromium.org · 13 years ago
  74. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 13 years ago
  75. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
  76. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 13 years ago
  77. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 13 years ago
  78. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
  79. fdf6eb7 fix compilation bug in fixed pt by bsalomon@google.com · 13 years ago
  80. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 13 years ago
  81. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  82. 8926b16 apply imagefilter to all draw calls by reed@google.com · 13 years ago
  83. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 13 years ago
  84. e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
  85. 56d3a23 Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors by reed@google.com · 13 years ago
  86. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 13 years ago
  87. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 13 years ago
  88. 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 13 years ago
  89. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 13 years ago
  90. 80e1459 add IRect variant of getBounds() by reed@google.com · 13 years ago
  91. 0beaba5 decal mode babystep by reed@google.com · 13 years ago
  92. fb2d3c6 forward declare SkRect by reed@google.com · 13 years ago
  93. 86b2e43 add getBounds() helper by reed@google.com · 13 years ago
  94. 601d312 Expand SkMatrix type mask from uint8 to uint32, aligning the struct by tomhudson@google.com · 13 years ago
  95. 49794c0 make commonBitmap un-virtual. That was a leftover from previous subclassing by reed@google.com · 13 years ago
  96. 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 13 years ago
  97. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 13 years ago
  98. 6adf797 add SkFourByteInterp256 variant, when the caller has already scaled the last by reed@google.com · 13 years ago
  99. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 13 years ago
  100. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago