1. 5bff8d2 add #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable new 8x faster antialiased by reed@google.com · 13 years ago
  2. 7ff678b faster stroke rects by mike@reedtribe.org · 13 years ago
  3. 0a0a236 Initialize fClip in SkBounder, in case doIRect() is called before it is used by reed@google.com · 14 years ago
  4. cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
  5. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  6. a76de3d If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps by reed@google.com · 14 years ago
  7. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  8. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  9. 99a45d3 Fix SkDraw::validate to work with vector Devices. by vandebo@chromium.org · 14 years ago
  10. 652807b Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" by agl@chromium.org · 14 years ago
  11. 6fd950c Revert "Use hairline when line width <= 1.0, instead of < 1.0." by agl@chromium.org · 14 years ago
  12. a956e4f Use hairline when line width <= 1.0, instead of < 1.0. by anatoly@google.com · 14 years ago
  13. b641c9f2 if we're strokeandfill+hairline, just draw fill (they way paths do) instead by reed@android.com · 14 years ago
  14. d055c1f convert matrix <--> matrix44 add glyphrec to bounder by reed@android.com · 15 years ago
  15. 218521e check bounder before lockPixels on the bitmap by reed@android.com · 15 years ago
  16. 474a12c Added a virtual to SkBounder, called by text, that passes by reed@android.com · 15 years ago
  17. 55e76b2 outset the bounds if we're in hairline before quick-reject in SkDraw.cpp by reed@android.com · 15 years ago
  18. ebdeeb8 don't magically convert to hairline unless we're < 1.0 in both X and Y. The new routine both checks, by reed@android.com · 15 years ago
  19. b4f404a handle cap==round for drawPoints by reed@android.com · 15 years ago
  20. 187d559 add dox for scalarcomparetype by reed@android.com · 15 years ago
  21. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  22. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  23. 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
  24. 543ed93 add ADD xfermode safely handle (don't draw) if the size of SkMask exceeds 31bits by reed@android.com · 15 years ago
  25. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  26. 6c14b43 use static_cast fix comments by reed@android.com · 16 years ago
  27. 49f0ff2 promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect by reed@android.com · 16 years ago
  28. 3555591 add sanity checks to handles extremely large coordinates or filter margins. by reed@android.com · 16 years ago
  29. fb12c3e fix ref() in CreateTypeface fix comment in SkDraw.cpp by reed@android.com · 16 years ago
  30. 3469c76 Handle kA8 bitmaps drawing through a matrix (was infinitely recursive) by reed@android.com · 16 years ago
  31. 689411a fix compile by using the right (new) name for SkComposeShader.h by reed@android.com · 16 years ago
  32. 8a1c16f grab from latest android by reed@android.com · 16 years ago