1. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  2. 807371c Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget." by Brian Salomon · 7 years ago
  3. e2d37c2 Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget. by Brian Salomon · 7 years ago
  4. e070727 Get Debugger app compiling again by Robert Phillips · 8 years ago
  5. f530586 Resurrect SkDebugger by Florin Malita · 8 years ago
  6. 12e9662 Remove some ancillary users of SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  7. 20a272d Fix debugger build by specifying nullptr for color space. by chrishtr · 8 years ago
  8. 221196d Fix old debugger by robertphillips · 8 years ago
  9. 9ea8acd Unbust the old debugger by robertphillips · 8 years ago
  10. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  11. 52d4deb Fix debugger compilation by robertphillips · 9 years ago
  12. 4e11c0b Get debugger compiling again by robertphillips · 9 years ago
  13. 9e33d1d debugger: Abandon context when Qt changes it without notice by kkinnunen · 9 years ago
  14. a2d9478 Fix debugger wrt to new SkGpuDevice factory signature' by Brian Salomon · 10 years ago
  15. cfdc0e3 debugger: SW rasterize the picture only when it changes by kkinnunen · 10 years ago
  16. 26e5400 Remove draw window size state from SkDebugCanvas by kkinnunen · 10 years ago
  17. 4be0238 Avoid leaking render targets in debugger by kkinnunen · 10 years ago
  18. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  19. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  20. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  21. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  22. 23b406c Make SkGpuDevice constructors private. by bsalomon · 10 years ago
  23. fae599b Avoid black flashes when resizing debugger window using MSAA by commit-bot@chromium.org · 10 years ago
  24. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  25. fde1e7c Support MSAA in the picture debugger by commit-bot@chromium.org · 11 years ago
  26. 0b4d6b2 Basic error checking for debugger GL widget. by bungeman@google.com · 11 years ago
  27. e8fe4bc Allow debugger to be compiled without Ganesh by robertphillips@google.com · 11 years ago
  28. 6577cd3 Fix uninitialized Render Target origin issue in debugger by robertphillips@google.com · 12 years ago
  29. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  30. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  31. b8ec32e Bug Fix: Fixes incremental drawing in conjunction with the highlighting filter for the OpenGL widget. by chudy@google.com · 12 years ago
  32. 607357f Refactoring into a public facing facing SkDebugger class first pass. by chudy@google.com · 12 years ago
  33. 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
  34. 830b879 Optimization: SkDebugCanvas is capable of pausing and drawing incrementally instead of redrawing all commands. by chudy@google.com · 12 years ago
  35. 0b5bbb0 Optimized hit testing feature, refactored into seperate function from canvas draw calls by chudy@google.com · 12 years ago
  36. 2d537a1 Fixed numerous mem errors by chudy@google.com · 12 years ago
  37. ea5488b GL Widget Alpha by chudy@google.com · 12 years ago