1. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  2. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 10 years ago
  3. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 10 years ago
  4. c05d285 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  5. 92da60c This CL improves saveLayer handling in the SkMatrixClipStateMgr by: by commit-bot@chromium.org · 10 years ago
  6. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  7. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 10 years ago
  8. 1cb6d1a Revert changes which were breaking the build. by commit-bot@chromium.org · 10 years ago
  9. f7d08ed Improve saveLayer handling in SkMatrixClipStateMgr by robertphillips@google.com · 10 years ago
  10. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  11. 186c0cc staticMethod -> StaticMethod by commit-bot@chromium.org · 10 years ago
  12. 2c56cb8 Use factories instead of directly creating SkImageInfo. by bungeman@google.com · 10 years ago
  13. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 10 years ago
  14. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  15. 7fac718 Fix valgrind suppressions (again) by robertphillips@google.com · 10 years ago
  16. 74ba2f6 Builder class for SkLayerDrawLooper. by commit-bot@chromium.org · 10 years ago
  17. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  18. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 10 years ago
  19. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  20. ea7d08e Add unit test for unbalanced save and restores in pictures. by commit-bot@chromium.org · 10 years ago
  21. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  22. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  23. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  24. 877c449 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  25. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 10 years ago
  26. 14747e5 Adding new 'extend' mode to SkPath::addPath by commit-bot@chromium.org · 10 years ago
  27. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  28. dd31ac4 Fix valgrind suppressions by robertphillips@google.com · 10 years ago
  29. 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 10 years ago
  30. afe38b1 Fix broken debug build by commit-bot@chromium.org · 10 years ago
  31. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  32. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 10 years ago
  33. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 10 years ago
  34. 6d254ee Use SkToBool to fix a warning. by commit-bot@chromium.org · 10 years ago
  35. 74b88b7 Allow buffered stream to work with an offset. by commit-bot@chromium.org · 10 years ago
  36. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 10 years ago
  37. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 10 years ago
  38. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 10 years ago
  39. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  40. 940e3ba Added newline at end of MatrixClipCollapseTest.cpp by robertphillips@google.com · 10 years ago
  41. 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 10 years ago
  42. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 10 years ago
  43. 999da9c fix refcounting in SkImage::NewRasterData by reed@google.com · 10 years ago
  44. 0937335 Mid-air collision: fix constness for onFilterImage in new test. by senorblanco@chromium.org · 10 years ago
  45. 5251e2b Fix a problem with scaled filters in tiled SkPicture playback. by senorblanco@chromium.org · 10 years ago
  46. 8a13588 Stop discarding in frag shader when coverage is zero and stencil writes are enabled by commit-bot@chromium.org · 10 years ago
  47. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 10 years ago
  48. 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  49. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 10 years ago
  50. d52a997 fix int->scalar warning by reed@google.com · 10 years ago
  51. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 10 years ago
  52. f4e1a76 More bot whack-a-mole: fix Win build. by senorblanco@chromium.org · 10 years ago
  53. ec7c35d Speculative build fix after r13292. by fmalita@google.com · 10 years ago
  54. 58d1466 Fix skia_gpu=0 build. by senorblanco@chromium.org · 10 years ago
  55. aba651c Fix image filter crop offsets for GPU path. by senorblanco@chromium.org · 10 years ago
  56. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 10 years ago
  57. 7017288 Fix valgrind issue in SkBase64Test.cpp by robertphillips@google.com · 10 years ago
  58. bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 10 years ago
  59. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 10 years ago
  60. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 10 years ago
  61. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 10 years ago
  62. ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 10 years ago
  63. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 10 years ago
  64. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  65. 5fbccb3 Suppress new valgrind complaint by robertphillips@google.com · 10 years ago
  66. 5a47b09 Reland "Add --skip_cpu and --skip_gpu options to tests" by commit-bot@chromium.org · 10 years ago
  67. 62c2ce8 GrRedBlackTree test is GPU specific. by tfarina@chromium.org · 10 years ago
  68. 68f3a3e Reland "Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT()." by tfarina@chromium.org · 10 years ago
  69. 11ea96c tests: add --veryVerbose / -V by commit-bot@chromium.org · 11 years ago
  70. 04bfdc3 Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview.chromium.org/144343004/) by commit-bot@chromium.org · 11 years ago
  71. 5683acd Add --skip_cpu and --skip_gpu options to tests by commit-bot@chromium.org · 11 years ago
  72. 01260b2 Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (https://codereview.chromium.org/147713002/) by commit-bot@chromium.org · 11 years ago
  73. 0fba151 Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). by tfarina@chromium.org · 11 years ago
  74. c2abd54 add alternative to isRect named asRect by commit-bot@chromium.org · 11 years ago
  75. 709ca75 SkOnce: add option to call another cleanup function once at exit. by commit-bot@chromium.org · 11 years ago
  76. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  77. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  78. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 11 years ago
  79. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  80. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  81. 6dda827 add leaks flag to show unref'd insts by commit-bot@chromium.org · 11 years ago
  82. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  83. 5867481 Remove unnamed namespace usage from tests/ by tfarina@chromium.org · 11 years ago
  84. bd58feb Speed up GrResourceCache add and lookup by using TDynamicHash by commit-bot@chromium.org · 11 years ago
  85. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  86. c665804 Move SkMessageBus::Get out of header, and retry crrev.com/106563002. by commit-bot@chromium.org · 11 years ago
  87. 05ec223 change isRect to return true for 3-sided rectangular paths by commit-bot@chromium.org · 11 years ago
  88. 5ccae2c Reland "Fix genID cloning bugs." by scroggo@google.com · 11 years ago
  89. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
  90. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  91. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  92. 2e9a715 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  93. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  94. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  95. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  96. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  97. 7a4b9fa Allocate memory in SkTDynamicHash on first use. by commit-bot@chromium.org · 11 years ago
  98. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  99. 0e4ce14 Fix for r13038 by robertphillips@google.com · 11 years ago
  100. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago