1. fa4dc2c SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  2. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  3. af5346a Add reg test for http://crbug.com/348821 by commit-bot@chromium.org · 10 years ago
  4. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 10 years ago
  5. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  6. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  7. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 10 years ago
  8. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  9. be4825c Fix result order reliance by commit-bot@chromium.org · 10 years ago
  10. 7ae3bc7 Change tilegrid test to test it directly, rather than through SkPicture by commit-bot@chromium.org · 10 years ago
  11. 949b998 Fast implementation of QuadTree by commit-bot@chromium.org · 10 years ago
  12. 1e7ee99 fix a leak by commit-bot@chromium.org · 10 years ago
  13. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  14. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  15. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  16. e5eee51 fix memory leak introduced in 9e5f85e8 by commit-bot@chromium.org · 10 years ago
  17. affa77d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  18. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 10 years ago
  19. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 10 years ago
  20. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 10 years ago
  21. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 10 years ago
  22. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  23. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 10 years ago
  24. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  25. 8c2ee59 Once Chromium starts holding on to paths and we can actually reuse cached path data (e.g., masks & geometry) we will need a way to preserve that reuse in the skps. This CL begins adding that capability. More analysis & profiling needs to be done before it is always enabled. by commit-bot@chromium.org · 10 years ago
  26. 8eb20cc remove code disabled from writePixels change by commit-bot@chromium.org · 10 years ago
  27. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  28. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 10 years ago
  29. 5bee054 Give PictureTest more verbose error messages. by commit-bot@chromium.org · 10 years ago
  30. 0b98f67 Fix FontMgrTest to allow for unnamed fonts. by commit-bot@chromium.org · 10 years ago
  31. 5e4112b Replace scaled bitmap if entry already exist in cache. by commit-bot@chromium.org · 10 years ago
  32. 8ef51b9 remove deprecated use of bitmap config from tests by commit-bot@chromium.org · 10 years ago
  33. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  34. fab349c remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 10 years ago
  35. 1f6cf69 Counterproposal to 182733007: Add iterator to SkTDynamicHash by commit-bot@chromium.org · 10 years ago
  36. 085a6e4 Rename test files to end with Test.cpp. by commit-bot@chromium.org · 10 years ago
  37. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  38. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  39. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 10 years ago
  40. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  41. 0e53075 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  42. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 10 years ago
  43. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 10 years ago
  44. 4472301 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  45. 40ac5e5 BlendTest: implicit casts -> explicit casts by commit-bot@chromium.org · 10 years ago
  46. 573f848 BlendTest: implicit casts -> explicit casts by commit-bot@chromium.org · 10 years ago
  47. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  48. 7f428a9 Check in today's exhaustive blend experiments. by commit-bot@chromium.org · 10 years ago
  49. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 10 years ago
  50. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  51. d5f032d Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia. by commit-bot@chromium.org · 10 years ago
  52. 89f077c Fix saveLayer() clipping w/filters, GPU path. by senorblanco@chromium.org · 10 years ago
  53. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  54. 4324c3b Fix warnings on Ubuntu13 by commit-bot@chromium.org · 10 years ago
  55. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 10 years ago
  56. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  57. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  58. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 10 years ago
  59. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 10 years ago
  60. c05d285 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  61. 92da60c This CL improves saveLayer handling in the SkMatrixClipStateMgr by: by commit-bot@chromium.org · 10 years ago
  62. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  63. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 10 years ago
  64. 1cb6d1a Revert changes which were breaking the build. by commit-bot@chromium.org · 10 years ago
  65. f7d08ed Improve saveLayer handling in SkMatrixClipStateMgr by robertphillips@google.com · 10 years ago
  66. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 10 years ago
  67. 186c0cc staticMethod -> StaticMethod by commit-bot@chromium.org · 10 years ago
  68. 2c56cb8 Use factories instead of directly creating SkImageInfo. by bungeman@google.com · 10 years ago
  69. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago
  70. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  71. 7fac718 Fix valgrind suppressions (again) by robertphillips@google.com · 11 years ago
  72. 74ba2f6 Builder class for SkLayerDrawLooper. by commit-bot@chromium.org · 11 years ago
  73. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  74. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 11 years ago
  75. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  76. ea7d08e Add unit test for unbalanced save and restores in pictures. by commit-bot@chromium.org · 11 years ago
  77. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  78. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  79. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 11 years ago
  80. 877c449 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 11 years ago
  82. 14747e5 Adding new 'extend' mode to SkPath::addPath by commit-bot@chromium.org · 11 years ago
  83. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 11 years ago
  84. dd31ac4 Fix valgrind suppressions by robertphillips@google.com · 11 years ago
  85. 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 11 years ago
  86. afe38b1 Fix broken debug build by commit-bot@chromium.org · 11 years ago
  87. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  88. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 11 years ago
  89. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 11 years ago
  90. 6d254ee Use SkToBool to fix a warning. by commit-bot@chromium.org · 11 years ago
  91. 74b88b7 Allow buffered stream to work with an offset. by commit-bot@chromium.org · 11 years ago
  92. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 11 years ago
  93. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  94. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  95. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. 940e3ba Added newline at end of MatrixClipCollapseTest.cpp by robertphillips@google.com · 11 years ago
  97. 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 11 years ago
  98. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  99. 999da9c fix refcounting in SkImage::NewRasterData by reed@google.com · 11 years ago
  100. 0937335 Mid-air collision: fix constness for onFilterImage in new test. by senorblanco@chromium.org · 11 years ago