1. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  2. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 10 years ago
  3. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  4. 1735d66 Fix incremental visibility filter handling. by commit-bot@chromium.org · 11 years ago
  5. 6c1e49a Removed deprecated API calls that have crept in by robertphillips@google.com · 11 years ago
  6. 8b15717 "Fix" bug in debug canvas by robertphillips@google.com · 11 years ago
  7. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  8. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  9. f84ad8f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  10. 32bbcf8 Add texture filtering override to debugger by robertphillips@google.com · 11 years ago
  11. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  12. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  13. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  14. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  15. a27622c Fix OverdrawFilter not set on first call to SkDebugCanvas::drawTo() by commit-bot@chromium.org · 11 years ago
  16. 56a57ae SkDebugCanvas: remove unused <iostream> include. by commit-bot@chromium.org · 11 years ago
  17. 7a11591 Rename SkDrawCommand subclasses by commit-bot@chromium.org · 11 years ago
  18. 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago[Renamed from debugger/SkDebugCanvas.cpp]
  19. 6ede1fe Make SkDrawCommands lighter weight by robertphillips@google.com · 11 years ago
  20. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  21. 50c84da Add getDrawCommandAt and setDrawCommandAt to SkDebugCanvas by robertphillips@google.com · 11 years ago
  22. a3a09ab More SkDrawCommand cleanup by robertphillips@google.com · 11 years ago
  23. febc0ec Add misc. optimizations to filter tool by robertphillips@google.com · 11 years ago
  24. 06d6ac6 Clean up some out of order initialization warnings. by scroggo@google.com · 11 years ago
  25. 383e234 Fix function not predeclared warning on Mac. by bsalomon@google.com · 11 years ago
  26. 0b256e1 Fix for sign mismatch warning/error by robertphillips@google.com · 11 years ago
  27. f4741c1 Add overdraw visualization to the debugger by robertphillips@google.com · 11 years ago
  28. 1917c7b Removed unused variable by robertphillips@google.com · 11 years ago
  29. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 11 years ago
  30. e8cc6e8 Make navigating the picture view in debugger more functional. by bungeman@google.com · 12 years ago
  31. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  32. 67baba4 Fixed debugger for addition of drawRRect, clipRRect & drawOval by robertphillips@google.com · 12 years ago
  33. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  34. 0699e02 Close pending save() calls in QT debugger to avoid saveLayer() corruption. by tomhudson@google.com · 12 years ago
  35. 8ccf590 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 53ec73d Visualize bitmaps in debugger by robertphillips@google.com · 12 years ago
  37. 1c9c0d3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. 4473765 Fixed some compilation problems with debugger with robertphillips by rmistry@google.com · 12 years ago
  39. 6dec8fc Add drawing of paths to debugger by robertphillips@google.com · 12 years ago
  40. 8a1cdae Breakdown profile time by command type in the overview pane by robertphillips@google.com · 12 years ago
  41. 6ae24e0 remove uses of setBitmapDevice (DEPRECATED) by reed@google.com · 12 years ago
  42. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  43. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  44. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  45. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  46. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  47. 04ba448 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. 94acc70 Fixed Windows compiler complaints (esp. in debugger) by robertphillips@google.com · 12 years ago
  49. 4c7962e Bug Fix: Fixes transformation bug where debugger locked up during incremental draw due to nested clips not being cleared. by chudy@google.com · 12 years ago
  50. 97cee97 Replaced all instances of std strings and vectors in favor of SkStrings and SkTDArrays within skia code by chudy@google.com · 12 years ago
  51. 607357f Refactoring into a public facing facing SkDebugger class first pass. by chudy@google.com · 12 years ago
  52. 9cda6f7 Quick mem fix for debug canvas leaking when loading new pics. by chudy@google.com · 12 years ago
  53. 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
  54. 830b879 Optimization: SkDebugCanvas is capable of pausing and drawing incrementally instead of redrawing all commands. by chudy@google.com · 12 years ago
  55. 751961d Getting rid of compile-time warnings by chudy@google.com · 12 years ago
  56. 0b5bbb0 Optimized hit testing feature, refactored into seperate function from canvas draw calls by chudy@google.com · 12 years ago
  57. 80a4a60 Canvas size initializes correctly when drawing from a skia picture by chudy@google.com · 12 years ago
  58. 0ab0339 Skia Debugger can now save modified pictures. by chudy@google.com · 12 years ago
  59. ea5488b GL Widget Alpha by chudy@google.com · 12 years ago
  60. 7e4cfbf Added more features to deletes and breakpoints by chudy@google.com · 12 years ago
  61. e606d6e SkHitBox added. by chudy@google.com · 12 years ago
  62. b9ddd4e Bug Fix: Current command mask now dynamically changes based on bounds of window. by chudy@google.com · 12 years ago
  63. 902ebe5 clt debugger Review URL: https://codereview.appspot.com/6267043 by chudy@google.com · 12 years ago