1. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  2. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  3. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  4. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  5. fdf6eb7 fix compilation bug in fixed pt by bsalomon@google.com · 12 years ago
  6. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  7. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  8. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  9. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 12 years ago
  10. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  11. 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
  12. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  13. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  14. 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 12 years ago
  15. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  16. 80e1459 add IRect variant of getBounds() by reed@google.com · 12 years ago
  17. 0beaba5 decal mode babystep by reed@google.com · 12 years ago
  18. fb2d3c6 forward declare SkRect by reed@google.com · 12 years ago
  19. 86b2e43 add getBounds() helper by reed@google.com · 12 years ago
  20. 601d312 Expand SkMatrix type mask from uint8 to uint32, aligning the struct by tomhudson@google.com · 12 years ago
  21. 49794c0 make commonBitmap un-virtual. That was a leftover from previous subclassing by reed@google.com · 12 years ago
  22. 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 12 years ago
  23. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  24. 6adf797 add SkFourByteInterp256 variant, when the caller has already scaled the last by reed@google.com · 12 years ago
  25. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  26. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  27. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 12 years ago
  28. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 12 years ago
  29. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 12 years ago
  30. 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 12 years ago
  31. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  32. 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 12 years ago
  33. 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 12 years ago
  34. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  35. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  36. 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
  37. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  38. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 12 years ago
  39. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  40. 178964b Misc small fixes to unblock skia roll. by bsalomon@google.com · 12 years ago
  41. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 12 years ago
  42. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 12 years ago
  43. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 12 years ago
  44. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 12 years ago
  45. dfad383 Add SK_API to SkPixelRef and TextureCacheEntry. by senorblanco@chromium.org · 12 years ago
  46. e7a0a16 store luminance in a new field by reed@google.com · 12 years ago
  47. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 12 years ago
  48. f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 12 years ago
  49. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 12 years ago
  50. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 12 years ago
  51. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 12 years ago
  52. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 12 years ago
  53. 6d428d3 Make SkRegion::operator== a member function, rather than a privately-declared by reed@google.com · 13 years ago
  54. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  55. f4b0732 Somehow this change was missing from the previous commit. by schenney@chromium.org · 13 years ago
  56. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
  57. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  58. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  59. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  60. dcbd6e3 remove unused bool param to SkMutex constructor by reed@google.com · 13 years ago
  61. f66436c android: optimize atomics routines by digit@google.com · 13 years ago
  62. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  63. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  64. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  65. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  66. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  67. 7191840 add asComponentTable() query (will impl in SkTableColorFilter next) by reed@google.com · 13 years ago
  68. d53f7c2 make getOrigin() public so callers can adjust layer by caryclark@google.com · 13 years ago
  69. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  70. abf00aa expose isSubpixel() on the cache, so SkDraw can know if it should expect by reed@google.com · 13 years ago
  71. d5d9dad Update header comments to more accurately describe behavior of by tomhudson@google.com · 13 years ago
  72. 72785c4 Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate paths. by schenney@chromium.org · 13 years ago
  73. a31ac73 Tighten up restrictions on blit width: some shaders assert that they by tomhudson@google.com · 13 years ago
  74. 4714359 Bugfixes to antialiased blitting. by tomhudson@google.com · 13 years ago
  75. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  76. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  77. b0af6da Protecting changes to the SkPath iteration with an ifdef for Chromium. by schenney@chromium.org · 13 years ago
  78. cf4b818 declare IsVariationSelector to be inline, to fix warning by reed@google.com · 13 years ago
  79. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  80. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  81. 9d0c6ec fix 'no static globals' for chromium by caryclark@google.com · 13 years ago
  82. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  83. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  84. 24569b5 sk_float_round isn't a function, so call this instead: sk_float_floor((x) + 0.5f) by reed@google.com · 13 years ago
  85. f86ab84 cleanup font purging functions by caryclark@google.com · 13 years ago
  86. b052129 Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap by junov@chromium.org · 13 years ago
  87. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  88. 7c20293 add canvas::isDrawingToLayer(), as a fast query for chrome; faster than by reed@google.com · 13 years ago
  89. 59204b4 Closing fd for mmap after mapping succeeds. by djsollen@google.com · 13 years ago
  90. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  91. 59ccef6 add more SK_OVERRIDEs update dox for SkEmptyShader by reed@google.com · 13 years ago
  92. 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
  93. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  94. c2f8e9a make _isnan windows specific by reed@google.com · 13 years ago
  95. 61873a5 add sk_float_isfinite to mask platform differences by reed@google.com · 13 years ago
  96. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  97. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  98. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  99. 05fffdc Doxygen configuration file, documentation and minor cleanup on blitters. by tomhudson@google.com · 13 years ago
  100. b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago