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. 42aea28 handle null-device correctly in setDevice by reed@google.com · 12 years ago
  5. 19224c3 Fix a memory leak in SkAAClip::translate(). by tomhudson@google.com · 12 years ago
  6. 9fe287b add debuggin matrix-proc to validate its output before calling the samplers by reed@google.com · 12 years ago
  7. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  8. d43b0a8 Make use of the functions in the flattenable reader/writer by djsollen@google.com · 12 years ago
  9. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  10. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  11. 6db75fc Initialize margin, which was being used uninitialized in compute_bounds() by tomhudson@google.com · 12 years ago
  12. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  13. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  14. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  15. 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 12 years ago
  16. 57e080c Another fix to r3423, reinstate blitter code that was commented out for by tomhudson@google.com · 12 years ago
  17. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  18. 80e1459 add IRect variant of getBounds() by reed@google.com · 12 years ago
  19. 86b2e43 add getBounds() helper by reed@google.com · 12 years ago
  20. 0724f43 don't clamp the stopScale to 0 unless it originally exceeded the clip. This is by reed@google.com · 12 years ago
  21. 6b2f7ea tweak gm bounds to better fit the content 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. 77613a5 enable fractionalint (64bit) math in bitmap procs by reed@google.com · 12 years ago
  25. 9f79ece add build option to revert hairline-clipping fix from 3366 by reed@google.com · 12 years ago
  26. adb2e24 if we are extending past our clip in antihairlines, don't draw that last by reed@google.com · 12 years ago
  27. f9f258c detect all masks, and don't use masksuperblitter with those by reed@google.com · 12 years ago
  28. f444e8c don't flip the fractional bits (low 4) for bilerp when in kMirror_TileMode by reed@google.com · 12 years ago
  29. 4c43372 If we try to clip against a path and the path only contains a rect, treat it as a clip against a rect. by tomhudson@google.com · 12 years ago
  30. c5039dd disable 64bit opt for now, as I debug skew failure in DRT by reed@google.com · 12 years ago
  31. 411215a apply FractionalInt improvement to rotated by reed@google.com · 12 years ago
  32. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  33. ae29b88 SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup. by tomhudson@google.com · 12 years ago
  34. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  35. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 12 years ago
  36. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 12 years ago
  37. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 12 years ago
  38. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 12 years ago
  39. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 12 years ago
  40. d76dafb handle checking for large bounds correctly when SkScalar is fixed by reed@google.com · 12 years ago
  41. 5efaf26 SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. by tomhudson@google.com · 12 years ago
  42. 07db861 since SkScalarCeil/Floor do not explicitly detect overflows from float->int, by reed@google.com · 12 years ago
  43. a4e9238 Disable check for large bounds in antipath by reed@google.com · 12 years ago
  44. 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 12 years ago
  45. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  46. 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 12 years ago
  47. 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 12 years ago
  48. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  49. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  50. f68c5e2 check for null-device in iterator by reed@google.com · 12 years ago
  51. ffc9248 Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behind by tomhudson@google.com · 12 years ago
  52. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 12 years ago
  53. 8796ee6 remove bogus assert (leftover from some long-forgotten debugging session) by reed@google.com · 12 years ago
  54. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 12 years ago
  55. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 12 years ago
  56. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  57. 06a7313 SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in by tomhudson@google.com · 12 years ago
  58. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 12 years ago
  59. 6c5bf8d Added BSD license language where missing. by caryclark@google.com · 12 years ago
  60. f0ed80a Make cross_prod used in SkPath::cheapComputeDirection fallback to double computation when result is 0. Verbal LGTM from reed. by bsalomon@google.com · 12 years ago
  61. c2c80c4 Remove two static initializers from debug builds by digit@google.com · 12 years ago
  62. 302b861 be sure to mark fLastY with the bottom of the rect in blitRect by reed@google.com · 12 years ago
  63. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 12 years ago
  64. 897fc41 add a todo by reed@google.com · 12 years ago
  65. ee51d1a Fix TypefaceCache races. http://codereview.appspot.com/5656066/ by bungeman@google.com · 12 years ago
  66. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 12 years ago
  67. dd43df9 suport A8 grayscale text with COLOR_LUMINANCE build option by reed@google.com · 12 years ago
  68. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 12 years ago
  69. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 12 years ago
  70. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 12 years ago
  71. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 12 years ago
  72. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 12 years ago
  73. 0a9cc44 use macro SkFixedRoundToInt where necessary by reed@google.com · 12 years ago
  74. f3bf18b Don't change convexity status of a path after a moveTo by bsalomon@google.com · 12 years ago
  75. fb6f0f6 When adding a convex shape to a path, mark path as convex if path is initially degenerate. by bsalomon@google.com · 12 years ago
  76. 3e44e4d fall through to cross-product if the y-max-baseline returns a degenerate line by reed@google.com · 12 years ago
  77. c1ea60a handle multiple points all at the y-max when computing direction by reed@google.com · 12 years ago
  78. ac8543f use contour with global ymax to determine direction by reed@google.com · 12 years ago
  79. fa4d5bd add bandage to pin out-of-range values when converting our integral clip bounds to by reed@google.com · 12 years ago
  80. 5546ef2 inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid by reed@google.com · 12 years ago
  81. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 12 years ago
  82. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 12 years ago
  83. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 12 years ago
  84. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 12 years ago
  85. 6d428d3 Make SkRegion::operator== a member function, rather than a privately-declared by reed@google.com · 13 years ago
  86. 8887be0 disable SPEW_PURGE_STATUS by reed@google.com · 13 years ago
  87. fde6b41 Cleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHAVIOR and other by schenney@chromium.org · 13 years ago
  88. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  89. dd1be60 Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather than alpha to draw hairlines < 1pix wide in GPU. by bsalomon@google.com · 13 years ago
  90. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
  91. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  92. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  93. 188bfcf if the y-max has neighbors (prev and next) with the same Y values, then the by reed@google.com · 13 years ago
  94. 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 13 years ago
  95. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  96. ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 13 years ago
  97. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  98. cabaf1d reenable direction test, fix handling of degenerate segments in the non-convex case by reed@google.com · 13 years ago
  99. 3d19c38 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point by reed@google.com · 13 years ago
  100. 6da3d17 improve clamping logic when handling imprecise chopping of cubics by reed@google.com · 13 years ago