1. 880dc47 add dox for Shaders, and how the paint's alpha modulates the shader's colors. by reed@google.com · 12 years ago
  2. 5d64068 Warn if return values from SkRect's Make* methods are ignored by robertphillips@google.com · 12 years ago
  3. 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 12 years ago
  4. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 12 years ago
  5. f51018d allow SkAutoTUnref to be used syntactially as the object is refs by reed@google.com · 12 years ago
  6. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 12 years ago
  7. 82d447d revert TLS change (until we impl windows backend) by reed@google.com · 12 years ago
  8. 09dcf75 allow thread-local font cache Review URL: https://codereview.appspot.com/6101053 by reed@google.com · 12 years ago
  9. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 12 years ago
  10. e3987da make CanNormalize inline for the float build (big speedup for PathIter) by reed@google.com · 12 years ago
  11. 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 12 years ago
  12. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 12 years ago
  13. 9c36a76 store x-interval-count per scanline, so we can skip lines in O(1) by reed@google.com · 12 years ago
  14. af7e694 record yspancount and intervalcount in regions by reed@google.com · 12 years ago
  15. 8790fc6 add comment on return-value for SkTSearch by reed@google.com · 12 years ago
  16. 7d4aee3 Variant of SkRegion::op (called Oper) that either writes the result into a 3rd by reed@google.com · 12 years ago
  17. c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 12 years ago
  18. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  19. 064e50d allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructor by reed@google.com · 12 years ago
  20. eb9a9bf cleanups in prep for tls cache by reed@google.com · 12 years ago
  21. d6195f9 add x() and y() aliases for fLeft and fTop (matching SkIRect) by reed@google.com · 12 years ago
  22. 6aa2965 Track oval in SkPath by bsalomon@google.com · 12 years ago
  23. f11508d expose font-table APIs to SkTypeface by reed@google.com · 12 years ago
  24. f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 12 years ago
  25. c047d41 track oval in SkPath by bsalomon@google.com · 12 years ago
  26. 95bfded Add cast to support 64 bit. by caryclark@google.com · 12 years ago
  27. fffb2f1 Add SK_SYSTEM_ZLIB define. by justinlin@google.com · 12 years ago
  28. 66ef614 Fix 64-bit build on Mac by epoger@google.com · 12 years ago
  29. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 12 years ago
  30. 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 12 years ago
  31. f3edf9f add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave by reed@google.com · 12 years ago
  32. a707f60 mark getTotalClip as deprecated by reed@google.com · 12 years ago
  33. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  34. 9b5ca29 allow the tolerance to be zero for nearlyzero by reed@google.com · 12 years ago
  35. 94fa43c Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero by epoger@google.com · 12 years ago
  36. c967795 Make it possible to share a comparison func with both SkTSearch and SkQSort by bsalomon@google.com · 12 years ago
  37. 0e5104c misc fixes by bsalomon@google.com · 12 years ago
  38. 363a4c2 Warn when ignoring result of SkMatrix::invert. by bungeman@google.com · 12 years ago
  39. b0a7ace Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability by junov@chromium.org · 12 years ago
  40. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 12 years ago
  41. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  42. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  43. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  44. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  45. fdf6eb7 fix compilation bug in fixed pt by bsalomon@google.com · 12 years ago
  46. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  47. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  48. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  49. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 12 years ago
  50. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  51. 56d3a23 Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors by reed@google.com · 12 years ago
  52. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  53. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  54. 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 12 years ago
  55. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  56. 80e1459 add IRect variant of getBounds() by reed@google.com · 12 years ago
  57. 0beaba5 decal mode babystep by reed@google.com · 12 years ago
  58. fb2d3c6 forward declare SkRect by reed@google.com · 12 years ago
  59. 86b2e43 add getBounds() helper by reed@google.com · 12 years ago
  60. 601d312 Expand SkMatrix type mask from uint8 to uint32, aligning the struct by tomhudson@google.com · 12 years ago
  61. 49794c0 make commonBitmap un-virtual. That was a leftover from previous subclassing by reed@google.com · 12 years ago
  62. 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 12 years ago
  63. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  64. 6adf797 add SkFourByteInterp256 variant, when the caller has already scaled the last by reed@google.com · 12 years ago
  65. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  66. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  67. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 12 years ago
  68. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 12 years ago
  69. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 12 years ago
  70. 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 12 years ago
  71. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  72. 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 12 years ago
  73. 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 12 years ago
  74. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  75. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  76. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 12 years ago
  77. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  78. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  79. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  80. 178964b Misc small fixes to unblock skia roll. by bsalomon@google.com · 13 years ago
  81. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  82. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  83. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  84. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  85. dfad383 Add SK_API to SkPixelRef and TextureCacheEntry. by senorblanco@chromium.org · 13 years ago
  86. e7a0a16 store luminance in a new field by reed@google.com · 13 years ago
  87. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  88. f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 13 years ago
  89. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  90. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
  91. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  92. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  93. 6d428d3 Make SkRegion::operator== a member function, rather than a privately-declared by reed@google.com · 13 years ago
  94. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  95. f4b0732 Somehow this change was missing from the previous commit. by schenney@chromium.org · 13 years ago
  96. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
  97. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  98. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  99. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  100. dcbd6e3 remove unused bool param to SkMutex constructor by reed@google.com · 13 years ago