1. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  2. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  3. e293005 "Fix" another crash in DeferredCanvasTest on valgrind bot by robertphillips@google.com · 11 years ago
  4. 5fa42d1 "Fix" another crash on valgrind bot by robertphillips@google.com · 11 years ago
  5. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  6. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  7. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  8. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  9. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  10. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  11. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  12. ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 44324fa Fixing SkDeferredCanvas::writePixels to trigger appropriate change notifications to SkSurface by junov@chromium.org · 11 years ago
  14. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  15. 3e2ea25 I don't want these changes as part of the "allow bleeding" CL. by commit-bot@chromium.org · 11 years ago
  16. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  17. 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 11 years ago
  18. b1c725a Fixing deferred canvases so that they do not return deferred devices on createCompatibleDevice by junov@chromium.org · 11 years ago
  19. 9becf00 Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer. by junov@chromium.org · 11 years ago
  20. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  21. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  22. 3c5ec8d Adding 'static' to eleminate compile warning on mac by junov@chromium.org · 11 years ago
  23. 67d7422 Adding SkSurface support to SkDeferredCanvas by junov@chromium.org · 11 years ago
  24. 3fbab82 Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itself as opaque. by commit-bot@chromium.org · 11 years ago
  25. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 12 years ago
  26. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  27. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  28. 8f0ca06 Fixing clip region test in deferred canvas, used to determine whether a draw operation occludes the entire canvas. by junov@chromium.org · 12 years ago
  29. 41e850f Fixing logic error in deferred canvas unittest. by junov@chromium.org · 12 years ago
  30. 1c9c0d3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 7775fd5 Deferred canvas can now be flushed if an image is beyond a certain size to avoid a costly image copy. by sugoi@google.com · 12 years ago
  32. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
  34. 5b6f916 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 8cef67a Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source coeff depends by junov@chromium.org · 12 years ago
  36. 52a00ca Adding virtual method to SkDeferredCanvas::NotificationClient for signaling when commands are skipped due to the skip on clear optimization. by junov@google.com · 12 years ago
  37. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  38. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  39. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
  40. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
  41. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  42. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
  43. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago
  44. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  45. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 12 years ago
  46. bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 12 years ago
  47. b1e218e Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures with fixed-point build by junov@chromium.org · 13 years ago
  48. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  49. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago