1. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  2. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  3. e5eee51 fix memory leak introduced in 9e5f85e8 by commit-bot@chromium.org · 10 years ago
  4. affa77d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  5. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 10 years ago
  6. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 10 years ago
  7. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 10 years ago
  8. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 11 years ago
  9. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  10. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  11. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  12. 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 · 11 years ago
  13. 8eb20cc remove code disabled from writePixels change by commit-bot@chromium.org · 11 years ago
  14. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  15. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 11 years ago
  16. 5bee054 Give PictureTest more verbose error messages. by commit-bot@chromium.org · 11 years ago
  17. 0b98f67 Fix FontMgrTest to allow for unnamed fonts. by commit-bot@chromium.org · 11 years ago
  18. 5e4112b Replace scaled bitmap if entry already exist in cache. by commit-bot@chromium.org · 11 years ago
  19. 8ef51b9 remove deprecated use of bitmap config from tests by commit-bot@chromium.org · 11 years ago
  20. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  21. fab349c remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 11 years ago
  22. 1f6cf69 Counterproposal to 182733007: Add iterator to SkTDynamicHash by commit-bot@chromium.org · 11 years ago
  23. 085a6e4 Rename test files to end with Test.cpp. by commit-bot@chromium.org · 11 years ago
  24. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  25. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  26. 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 · 11 years ago
  27. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  28. 0e53075 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  29. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 11 years ago
  30. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
  31. 4472301 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. 40ac5e5 BlendTest: implicit casts -> explicit casts by commit-bot@chromium.org · 11 years ago
  33. 573f848 BlendTest: implicit casts -> explicit casts by commit-bot@chromium.org · 11 years ago
  34. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 11 years ago
  35. 7f428a9 Check in today's exhaustive blend experiments. by commit-bot@chromium.org · 11 years ago
  36. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 11 years ago
  37. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 11 years ago
  38. d5f032d Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia. by commit-bot@chromium.org · 11 years ago
  39. 89f077c Fix saveLayer() clipping w/filters, GPU path. by senorblanco@chromium.org · 11 years ago
  40. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  41. 4324c3b Fix warnings on Ubuntu13 by commit-bot@chromium.org · 11 years ago
  42. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 11 years ago
  43. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  44. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
  45. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 11 years ago
  46. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 11 years ago
  47. c05d285 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. 92da60c This CL improves saveLayer handling in the SkMatrixClipStateMgr by: by commit-bot@chromium.org · 11 years ago
  49. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  50. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 11 years ago
  51. 1cb6d1a Revert changes which were breaking the build. by commit-bot@chromium.org · 11 years ago
  52. f7d08ed Improve saveLayer handling in SkMatrixClipStateMgr by robertphillips@google.com · 11 years ago
  53. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  54. 186c0cc staticMethod -> StaticMethod by commit-bot@chromium.org · 11 years ago
  55. 2c56cb8 Use factories instead of directly creating SkImageInfo. by bungeman@google.com · 11 years ago
  56. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 11 years ago
  57. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  58. 7fac718 Fix valgrind suppressions (again) by robertphillips@google.com · 11 years ago
  59. 74ba2f6 Builder class for SkLayerDrawLooper. by commit-bot@chromium.org · 11 years ago
  60. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 11 years ago
  62. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  63. ea7d08e Add unit test for unbalanced save and restores in pictures. by commit-bot@chromium.org · 11 years ago
  64. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  65. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  66. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 11 years ago
  67. 877c449 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  68. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 11 years ago
  69. 14747e5 Adding new 'extend' mode to SkPath::addPath by commit-bot@chromium.org · 11 years ago
  70. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 11 years ago
  71. dd31ac4 Fix valgrind suppressions by robertphillips@google.com · 11 years ago
  72. 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 11 years ago
  73. afe38b1 Fix broken debug build by commit-bot@chromium.org · 11 years ago
  74. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  75. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 11 years ago
  76. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 11 years ago
  77. 6d254ee Use SkToBool to fix a warning. by commit-bot@chromium.org · 11 years ago
  78. 74b88b7 Allow buffered stream to work with an offset. by commit-bot@chromium.org · 11 years ago
  79. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 11 years ago
  80. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  81. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  82. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. 940e3ba Added newline at end of MatrixClipCollapseTest.cpp by robertphillips@google.com · 11 years ago
  84. 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 11 years ago
  85. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  86. 999da9c fix refcounting in SkImage::NewRasterData by reed@google.com · 11 years ago
  87. 0937335 Mid-air collision: fix constness for onFilterImage in new test. by senorblanco@chromium.org · 11 years ago
  88. 5251e2b Fix a problem with scaled filters in tiled SkPicture playback. by senorblanco@chromium.org · 11 years ago
  89. 8a13588 Stop discarding in frag shader when coverage is zero and stencil writes are enabled by commit-bot@chromium.org · 11 years ago
  90. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  91. 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  92. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  93. d52a997 fix int->scalar warning by reed@google.com · 11 years ago
  94. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  95. f4e1a76 More bot whack-a-mole: fix Win build. by senorblanco@chromium.org · 11 years ago
  96. ec7c35d Speculative build fix after r13292. by fmalita@google.com · 11 years ago
  97. 58d1466 Fix skia_gpu=0 build. by senorblanco@chromium.org · 11 years ago
  98. aba651c Fix image filter crop offsets for GPU path. by senorblanco@chromium.org · 11 years ago
  99. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
  100. 7017288 Fix valgrind issue in SkBase64Test.cpp by robertphillips@google.com · 11 years ago