1. 77613a5 enable fractionalint (64bit) math in bitmap procs by reed@google.com · 13 years ago
  2. 9f79ece add build option to revert hairline-clipping fix from 3366 by reed@google.com · 13 years ago
  3. adb2e24 if we are extending past our clip in antihairlines, don't draw that last by reed@google.com · 13 years ago
  4. f9f258c detect all masks, and don't use masksuperblitter with those by reed@google.com · 13 years ago
  5. f444e8c don't flip the fractional bits (low 4) for bilerp when in kMirror_TileMode by reed@google.com · 13 years ago
  6. 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 · 13 years ago
  7. c5039dd disable 64bit opt for now, as I debug skew failure in DRT by reed@google.com · 13 years ago
  8. 411215a apply FractionalInt improvement to rotated by reed@google.com · 13 years ago
  9. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 13 years ago
  10. ae29b88 SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup. by tomhudson@google.com · 13 years ago
  11. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  12. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 13 years ago
  13. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 13 years ago
  14. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 13 years ago
  15. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 13 years ago
  16. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
  17. d76dafb handle checking for large bounds correctly when SkScalar is fixed by reed@google.com · 13 years ago
  18. 5efaf26 SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  19. 07db861 since SkScalarCeil/Floor do not explicitly detect overflows from float->int, by reed@google.com · 13 years ago
  20. a4e9238 Disable check for large bounds in antipath by reed@google.com · 13 years ago
  21. 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 13 years ago
  22. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  23. 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 13 years ago
  24. 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 13 years ago
  25. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
  26. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  27. f68c5e2 check for null-device in iterator by reed@google.com · 13 years ago
  28. ffc9248 Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behind by tomhudson@google.com · 13 years ago
  29. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 13 years ago
  30. 8796ee6 remove bogus assert (leftover from some long-forgotten debugging session) by reed@google.com · 13 years ago
  31. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  32. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 13 years ago
  33. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 13 years ago
  34. 06a7313 SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in by tomhudson@google.com · 13 years ago
  35. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 13 years ago
  36. 6c5bf8d Added BSD license language where missing. by caryclark@google.com · 13 years ago
  37. f0ed80a Make cross_prod used in SkPath::cheapComputeDirection fallback to double computation when result is 0. Verbal LGTM from reed. by bsalomon@google.com · 13 years ago
  38. c2c80c4 Remove two static initializers from debug builds by digit@google.com · 13 years ago
  39. 302b861 be sure to mark fLastY with the bottom of the rect in blitRect by reed@google.com · 13 years ago
  40. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 13 years ago
  41. 897fc41 add a todo by reed@google.com · 13 years ago
  42. ee51d1a Fix TypefaceCache races. http://codereview.appspot.com/5656066/ by bungeman@google.com · 13 years ago
  43. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  44. dd43df9 suport A8 grayscale text with COLOR_LUMINANCE build option by reed@google.com · 13 years ago
  45. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  46. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  47. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  48. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  49. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  50. 0a9cc44 use macro SkFixedRoundToInt where necessary by reed@google.com · 13 years ago
  51. f3bf18b Don't change convexity status of a path after a moveTo by bsalomon@google.com · 13 years ago
  52. fb6f0f6 When adding a convex shape to a path, mark path as convex if path is initially degenerate. by bsalomon@google.com · 13 years ago
  53. 3e44e4d fall through to cross-product if the y-max-baseline returns a degenerate line by reed@google.com · 13 years ago
  54. c1ea60a handle multiple points all at the y-max when computing direction by reed@google.com · 13 years ago
  55. ac8543f use contour with global ymax to determine direction by reed@google.com · 13 years ago
  56. fa4d5bd add bandage to pin out-of-range values when converting our integral clip bounds to by reed@google.com · 13 years ago
  57. 5546ef2 inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid by reed@google.com · 13 years ago
  58. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  59. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
  60. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  61. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  62. 6d428d3 Make SkRegion::operator== a member function, rather than a privately-declared by reed@google.com · 13 years ago
  63. 8887be0 disable SPEW_PURGE_STATUS by reed@google.com · 13 years ago
  64. fde6b41 Cleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHAVIOR and other by schenney@chromium.org · 13 years ago
  65. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  66. 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
  67. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
  68. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  69. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  70. 188bfcf if the y-max has neighbors (prev and next) with the same Y values, then the by reed@google.com · 13 years ago
  71. 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 13 years ago
  72. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  73. ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 13 years ago
  74. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  75. cabaf1d reenable direction test, fix handling of degenerate segments in the non-convex case by reed@google.com · 13 years ago
  76. 3d19c38 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point by reed@google.com · 13 years ago
  77. 6da3d17 improve clamping logic when handling imprecise chopping of cubics by reed@google.com · 13 years ago
  78. 1ae2090 stroking wants CW, so we reverse if the orig was CCW by reed@google.com · 13 years ago
  79. d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
  80. f6962e4 disable cheap check while its being debugged by reed@google.com · 13 years ago
  81. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  82. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  83. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  84. 25634e0 remove obsolete file by reed@google.com · 13 years ago
  85. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  86. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  87. 7191840 add asComponentTable() query (will impl in SkTableColorFilter next) by reed@google.com · 13 years ago
  88. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  89. c6f2e7d Allow 0 as a valid text size in SkPaint. by djsollen@google.com · 13 years ago
  90. 9330cfe drawPosText with center or right align skips every other character. by bungeman@google.com · 13 years ago
  91. 31bab39 Fix off-by-one error in assertion; improve coverage_to_exact_alpha() by tomhudson@google.com · 13 years ago
  92. abf00aa expose isSubpixel() on the cache, so SkDraw can know if it should expect by reed@google.com · 13 years ago
  93. d5d9dad Update header comments to more accurately describe behavior of by tomhudson@google.com · 13 years ago
  94. 72785c4 Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate paths. by schenney@chromium.org · 13 years ago
  95. a31ac73 Tighten up restrictions on blit width: some shaders assert that they by tomhudson@google.com · 13 years ago
  96. 4714359 Bugfixes to antialiased blitting. by tomhudson@google.com · 13 years ago
  97. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  98. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  99. b0af6da Protecting changes to the SkPath iteration with an ifdef for Chromium. by schenney@chromium.org · 13 years ago
  100. ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago