1. d98120e Fix debugger w.r.t. sk_sp changes by robertphillips · 8 years ago
  2. f1d746c Update debugger to use SkPixmap by robertphillips · 8 years ago
  3. 9ea8acd Unbust the old debugger by robertphillips · 8 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. cfdc0e3 debugger: SW rasterize the picture only when it changes by kkinnunen · 10 years ago
  6. 26e5400 Remove draw window size state from SkDebugCanvas by kkinnunen · 10 years ago
  7. 534c63e Make debugger raster window background black by kkinnunen · 10 years ago
  8. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  9. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  10. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  11. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  12. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  13. 5a867c7 fix swapped bitmap channels on Mac for debugger by humper@google.com · 11 years ago
  14. f4741c1 Add overdraw visualization to the debugger by robertphillips@google.com · 12 years ago
  15. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  16. 607357f Refactoring into a public facing facing SkDebugger class first pass. by chudy@google.com · 12 years ago
  17. a9e937c Moved the ownership of the current clip and current matrix into the debug canvas as part of the upcoming general refactor to everything living in debug canvas. by chudy@google.com · 12 years ago
  18. 830b879 Optimization: SkDebugCanvas is capable of pausing and drawing incrementally instead of redrawing all commands. by chudy@google.com · 12 years ago
  19. 0b5bbb0 Optimized hit testing feature, refactored into seperate function from canvas draw calls by chudy@google.com · 12 years ago
  20. 2d537a1 Fixed numerous mem errors by chudy@google.com · 12 years ago
  21. 80a4a60 Canvas size initializes correctly when drawing from a skia picture by chudy@google.com · 12 years ago
  22. 38b08ce Added missing files to fix build. by chudy@google.com · 12 years ago