1. 46799cd change virtual setMatrixClip() to take a SkClipStack parameter. by reed@google.com · 14 years ago
  2. 5c3d147 add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that by reed@google.com · 14 years ago
  3. 4c09d5c rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation by reed@google.com · 14 years ago
  4. 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 14 years ago
  5. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  6. 851927d remove debugging code around gUseExt by reed@google.com · 14 years ago
  7. a76de3d If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps by reed@google.com · 14 years ago
  8. 9b2135a by reed@google.com · 14 years ago
  9. 4b22602 add getter/setter for device-factory on canvas by reed@google.com · 14 years ago
  10. 51df9e3 add gpu to gm tool add pass-through read/write pixels API to canvas by reed@google.com · 14 years ago
  11. d642329 remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but, by reed@google.com · 14 years ago
  12. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  13. 35fc62b Move the device capability method to SkDevice. by vandebo@chromium.org · 14 years ago
  14. 99a45d3 Fix SkDraw::validate to work with vector Devices. by vandebo@chromium.org · 14 years ago
  15. b70ae31 Fix a memory leak in the new Canvas/Device workflow. by vandebo@chromium.org · 14 years ago
  16. 8d84fac Refactor SkCanvas so that backends don't need to override it. by vandebo@chromium.org · 14 years ago
  17. ba09de4 respect edgetype in quickreject by reed@android.com · 15 years ago
  18. 447bcfa Initialise fDeviceCMDirty by agl@chromium.org · 15 years ago
  19. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  20. 8789999 clean up fix to drawBitmapRect by reed@android.com · 15 years ago
  21. fead49e fix drawBitmapRect to not clip the src rect when computing the matrix by reed@android.com · 15 years ago
  22. a380ae4 fix quickReject() to handle perspective correctly (i.e. transform forward into by reed@android.com · 15 years ago
  23. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  24. 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
  25. 199f108 only call SkDevice::gainFocus() if we're actually drawing to a different device. by reed@android.com · 15 years ago
  26. 72dcd3a init bounds to empty if we return false from getClipBounds() by reed@android.com · 15 years ago
  27. f76bacf add SkSize for dimensions by reed@android.com · 15 years ago
  28. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  29. aefd2bc Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller wants to treat the allocats like temp memory (see PictureRecord) by reed@android.com · 15 years ago
  30. 98de2bd explicitly call "our" version of clipPath in the case when clipRect needs to by reed@android.com · 16 years ago
  31. 9b03906 remove white-space by reed@android.com · 16 years ago
  32. d9c0f0b check for non-invertible matrices in getClipBounds() by reed@android.com · 16 years ago
  33. 8a1c16f grab from latest android by reed@android.com · 16 years ago