1. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years, 1 month ago
  2. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years, 1 month ago
  3. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 4 years, 1 month ago
  4. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 1 month ago
  5. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 1 month ago
  6. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 1 month ago
  7. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 1 month ago
  8. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  9. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 5 years ago
  10. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  11. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  12. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  13. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 5 years ago
  14. 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  15. 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  16. f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 5 years ago
  17. d7a5a1d Add a central skiagm::GM::DrawFailureMessage for error messages by Chris Dalton · 5 years ago
  18. 6ac0df8 drawText Cleanup by Hal Canary · 6 years ago
  19. 0098ccb Remove unnecessary sk_tool_utils::EncodeImageToData by Leon Scroggins III · 6 years ago
  20. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  21. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  22. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  23. a07bf67 Add bullet proofing to image_subset GM for TSAN failures by Robert Phillips · 6 years ago
  24. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  25. f2c7364 support image-subsets in serialization by Mike Reed · 6 years ago
  26. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 6 years ago
  27. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 6 years ago
  28. e602f39 move GrColor.h to private, IWYU by Mike Reed · 6 years ago
  29. 15bd924 gm: image-surface: stop looking for nonexistant file by Hal Canary · 7 years ago
  30. ba61af9 test scalePixels and unpremul by Mike Reed · 7 years ago
  31. 6409f84 Revert "Revert "Change image encode api to return sk_sp"" by Mike Reed · 7 years ago
  32. 64778d9 Revert "Change image encode api to return sk_sp" by Mike Reed · 7 years ago
  33. dc79955 Change image encode api to return sk_sp by Mike Reed · 7 years ago
  34. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  35. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  36. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  37. 26e573c removed unused code around scaled generators by Mike Reed · 7 years ago
  38. 5bea651 Fix new_texture_image in "preAbandonGpuContext" mode by Robert Phillips · 7 years ago
  39. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  40. e8827d2 Address feedback on makeTextureImage by Brian Osman · 7 years ago
  41. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  42. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  43. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 7 years ago
  44. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  45. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  46. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  47. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  48. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  49. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  50. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  51. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  52. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  53. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  54. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  55. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  56. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  57. e6f0d6e GMs: fail gracefully for null surface by scroggo · 8 years ago
  58. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  59. 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
  60. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  61. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  62. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  63. e8f3062 switch surface to sk_sp by reed · 8 years ago
  64. ca2622b return pictures as sk_sp by reed · 8 years ago
  65. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  66. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  67. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  68. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  69. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  70. 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
  71. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  72. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 8 years ago
  73. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  74. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  75. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  76. 0955303 scaling API on SkPixmap by reed · 9 years ago
  77. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  78. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  79. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  80. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  81. 18a240d make *imagefilter morphology iamge bitmapsource gm portable by caryclark · 9 years ago
  82. 871872f change old picture serialization to really handle images by reed · 9 years ago
  83. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  84. 1c40292 remove unused GM flags by mtklein · 10 years ago
  85. f803da1 add newImage API by reed · 10 years ago
  86. a9cb871 fix labels on image-surface gm by reed · 10 years ago
  87. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  88. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  89. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  90. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  91. 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
  92. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  93. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  94. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  95. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  96. 48925e3 check for failed file->data (fails on mac) by reed · 10 years ago
  97. 0d276f7 Bis: Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  98. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  99. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  100. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago