1. 5ce8b43 Fix componene debug build failure in chromium by dongseong.hwang · 9 years ago
  2. d7c05bf remove getter for imagegenerator factory, update test by reed · 9 years ago
  3. ac09471 Create a template AutoTAcquire, and specialize an SkMutex version. by herb · 9 years ago
  4. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  5. 828877d Outline SkSpinlock::acquire(). by mtklein · 9 years ago
  6. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  7. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  8. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  9. 3c06511 Add image->bitmap by reed · 9 years ago
  10. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  11. 85ff25e Thread GrShaderDataManager through Image filters by joshualitt · 9 years ago
  12. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  13. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  14. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  15. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  16. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  17. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  18. 07abbbe Fix up SkMatrix::isFinite call by robertphillips · 9 years ago
  19. d312dca Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1207353004/) by robertphillips · 9 years ago
  20. 759373a add colortable param to newrastercopy by reed · 9 years ago
  21. 8355100 Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1219193002/) by jvanverth · 9 years ago
  22. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  23. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  24. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  25. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  26. ebaf6a6 Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #2 id:30001 of https://codereview.chromium.org/1210053003/) by bsalomon · 9 years ago
  27. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  28. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  29. d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
  30. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  31. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  32. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  33. d24955a Make SkPaint::glyphsToUnichars use explicit SkSurfaceProps by robertphillips · 9 years ago
  34. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  35. 157bcd0 Fix SkTileImageFilter clipping/cropRect interaction issue by robertphillips · 9 years ago
  36. 4c21dc5 add drawImageNine by reed · 9 years ago
  37. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  38. af4b233 remove SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM by reed · 9 years ago
  39. 56b73fc remove (legacy) NewFromData by reed · 9 years ago
  40. e582a5a remove SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS by reed · 9 years ago
  41. b3fe1b8 more tests for offsetimagefilter by reed · 9 years ago
  42. 871872f change old picture serialization to really handle images by reed · 9 years ago
  43. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  44. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  45. 4854d13 Remove distance field flag from SkPaint by jvanverth · 9 years ago
  46. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  47. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  48. 8b1fa6d Fix precision error in https://codereview.chromium.org/1188433011/ by robertphillips · 9 years ago
  49. 20eee3f Added check for ill-conditioned invert by robertphillips · 9 years ago
  50. ce777c9 remove deprecated NewRasterPMColor by reed · 9 years ago
  51. 7ab04d9 remove dead guarded code for legacy SkData proc by reed · 9 years ago
  52. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  53. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  54. 00b621c Add sk_parallel_for() by mtklein · 9 years ago
  55. 6b7f34e simplify release-proc for SkData, removing unneeded size param by reed · 9 years ago
  56. 942e99b Modernize atomics in SkTaskGroup's threadpool. by mtklein · 9 years ago
  57. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  58. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  59. da5469d Invalidate GrTexture mipmap on content change notification by junov · 9 years ago
  60. fd674dd Remove SkDrawPictureCallback by fmalita · 9 years ago
  61. 8f08602 fix deserialization after FirstDirection change to paths by reed · 9 years ago
  62. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  63. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  64. 5195805 Use SkMScalar as float by default to match Chromium. by mtklein · 9 years ago
  65. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  66. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  67. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  68. ded9a6f remove Proxy entrypoints for canHandleFilter by reed · 9 years ago
  69. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  70. c31af44 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  71. 7aefe03 Revert "Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.chromium.org/1161033005/)" by reed · 9 years ago
  72. cca9b3a Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.chromium.org/1161033005/) by djsollen · 9 years ago
  73. 0963f5d move erase into SkPixmap by reed · 9 years ago
  74. 183b57f add extractSubset and SkAutoPixmapStorage by reed · 9 years ago
  75. 6e76485 clarify that accessPixels is for write-access, and peekPixels is RO by reed · 9 years ago
  76. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  77. cb67414 use pixmaps for dst in sprites -- NO BITMAPS by reed · 9 years ago
  78. 699b852 Remove unused PackBits methods and fix length checks by jschuh · 9 years ago
  79. ad7ae6c switch bitmapshader internals over to pixmap by reed · 9 years ago
  80. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  81. db74f62 Revert[6] of add asserts around results from requestLock by reed · 9 years ago
  82. 11e833d Revert of Revert[4] of add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1159733006/) by reed · 9 years ago
  83. df91b73 Revert[4] of add asserts around results from requestLock by reed · 9 years ago
  84. 19663e5 Revert of add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.or… (patchset #1 id:1 of https://codereview.chromium.org/1165583005/) by reed · 9 years ago
  85. 6980f5a add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1155403003/)" by reed · 9 years ago
  86. 3953d36 Revert of add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1155403003/) by reed · 9 years ago
  87. f941a68 add asserts around results from requestLock and lockPixels, ensuring that true always means we have non-null pixels (and non-null colortable if that matches the colortype) by reed · 9 years ago
  88. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  89. 6e43465 simplify RawIter - don't return a pt in kClose by reed · 9 years ago
  90. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  91. cd1d41e remove unneeded device:lockpixels by reed · 9 years ago
  92. 95d343f move readPixels from bitmap -> pixmap by reed · 9 years ago
  93. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  94. 051a51e Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  95. 3b8d9f7 Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https://codereview.chromium.org/1145283003/) by mtklein · 9 years ago
  96. 4e13a23 Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  97. 5a72c42 remove unused SkBitmap::scrollRect API by reed · 9 years ago
  98. 67ca2a9 purge imagefilter cache so we can better track leaks by reed · 9 years ago
  99. 76be9c8 Don't serialize SkPictures in SkPictureShaders when in untrusted mode. by mtklein · 9 years ago
  100. fd6a07b Have SkPicture inherit from SkRefCnt. by mtklein · 9 years ago