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