1. 6409f84 Revert "Revert "Change image encode api to return sk_sp"" by Mike Reed · 7 years ago
  2. 64778d9 Revert "Change image encode api to return sk_sp" by Mike Reed · 7 years ago
  3. dc79955 Change image encode api to return sk_sp by Mike Reed · 7 years ago
  4. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  5. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  6. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  7. 26e573c removed unused code around scaled generators by Mike Reed · 7 years ago
  8. 5bea651 Fix new_texture_image in "preAbandonGpuContext" mode by Robert Phillips · 7 years ago
  9. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  10. e8827d2 Address feedback on makeTextureImage by Brian Osman · 7 years ago
  11. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  12. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  13. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 7 years ago
  14. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  15. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  16. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  17. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  18. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  19. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  20. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  21. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  22. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  23. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  24. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  25. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  26. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  27. e6f0d6e GMs: fail gracefully for null surface by scroggo · 8 years ago
  28. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  29. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  30. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  31. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  32. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  33. e8f3062 switch surface to sk_sp by reed · 8 years ago
  34. ca2622b return pictures as sk_sp by reed · 8 years ago
  35. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  36. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  37. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  38. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  39. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  40. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  41. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  42. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 8 years ago
  43. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  44. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  45. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  46. 0955303 scaling API on SkPixmap by reed · 9 years ago
  47. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  48. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  49. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  50. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  51. 18a240d make *imagefilter morphology iamge bitmapsource gm portable by caryclark · 9 years ago
  52. 871872f change old picture serialization to really handle images by reed · 9 years ago
  53. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  54. 1c40292 remove unused GM flags by mtklein · 9 years ago
  55. f803da1 add newImage API by reed · 9 years ago
  56. a9cb871 fix labels on image-surface gm by reed · 10 years ago
  57. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  58. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  59. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  60. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  61. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  62. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  63. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  64. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  65. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  66. 48925e3 check for failed file->data (fails on mac) by reed · 10 years ago
  67. 0d276f7 Bis: Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  68. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  69. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  70. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  71. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
  72. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  73. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  74. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  75. 62b50b7 Have GMs read the GrContext via a setter/getter rather than a global. by mtklein@google.com · 11 years ago
  76. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  78. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
  79. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  80. ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 11 years ago
  81. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 11 years ago
  82. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 11 years ago
  83. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  84. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  85. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  86. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  87. 04ba448 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. 94acc70 Fixed Windows compiler complaints (esp. in debugger) by robertphillips@google.com · 12 years ago
  89. 9c72827 disable pipe for now by reed@google.com · 12 years ago
  90. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  91. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  92. d829b5c add SkImage from encoded data by mike@reedtribe.org · 12 years ago
  93. d2782ed update to surface.getCanvas() by mike@reedtribe.org · 12 years ago
  94. 58b21ec expand internal subclasses into separate files by reed@google.com · 12 years ago
  95. 70e3590 check-point for image/surface work by mike@reedtribe.org · 12 years ago