1. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  2. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  3. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  4. b8a1392 Fix uncached getROPixels from GPU images by Brian Osman · 7 years ago
  5. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  6. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  7. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  8. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  9. cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 7 years ago
  10. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  11. 5b1dba8 Support parametric transfer functions in SkImage_Raster::onMakeColorSpace() by Matt Sarett · 7 years ago
  12. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  13. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  14. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  15. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  16. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 7 years ago
  17. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 7 years ago
  18. 9f4b0ae simplify api to bitmapcache by Mike Reed · 7 years ago
  19. 107524c Attempt to fix AMD ANGLE bots. by Brian Salomon · 7 years ago
  20. ed182d7 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 7 years ago
  21. 6405e71 Remove gpu configs that don't have explicit API. by Brian Salomon · 7 years ago
  22. 6de1310 Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 7 years ago
  23. 8f7d9b9 Revert "Begin implementation of SkImage_Base::makeColorSpace" by Mike Reed · 7 years ago
  24. 98629ef Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 7 years ago
  25. 0bb6f38 Add unit tests for SkImage::colorSpace() by Matt Sarett · 7 years ago
  26. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 7 years ago
  27. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 7 years ago
  28. f575993 Revert "Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts"" by Matt Sarett · 7 years ago
  29. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  30. e8827d2 Address feedback on makeTextureImage by Brian Osman · 7 years ago
  31. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  32. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  33. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 7 years ago
  34. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 7 years ago
  35. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 7 years ago
  36. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 7 years ago
  37. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 7 years ago
  38. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 7 years ago
  39. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 7 years ago
  40. 8461506 Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts" by Matt Sarett · 7 years ago
  41. ccfd108 Disallow readPixels() conversions from untagged srcs to tagged dsts by Matt Sarett · 7 years ago
  42. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  43. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  44. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  45. 534cbe5 Increase "large" image size in DeferredTextureImage. by Brian Salomon · 8 years ago
  46. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  47. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  48. 6f0286f use raster-pipeline in readPixels by Mike Reed · 8 years ago
  49. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  50. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  51. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  52. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  53. c168a3a Revert "Always build the ANGLE test code. Always build ANGLE on windows and linux." by Mike Klein · 8 years ago
  54. 238b820 Always build the ANGLE test code. Always build ANGLE on windows and linux. by Brian Salomon · 8 years ago
  55. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  56. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  57. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  58. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  59. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  60. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  61. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  62. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  63. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  64. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  65. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  66. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  67. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  68. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  69. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  70. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  71. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  72. 33e0cb5 Store mipmap levels in deferred texture image by cblume · 8 years ago
  73. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  74. e9d55c5 Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ ) by halcanary · 8 years ago
  75. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  76. ae29644 update Image_MakeFromRasterBitmap to check uniqueIDs by reed · 8 years ago
  77. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  78. 2f3416d GN: add tests to DM by mtklein · 8 years ago
  79. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  80. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  81. eb56028 add unittests for roundtripping premul by reed · 8 years ago
  82. db2cb10 Update SkImage_NewFromTexture test, to just test release by brianosman · 8 years ago
  83. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  84. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  85. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  86. 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 8 years ago
  87. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  88. 363bc33 Disable SkImage_drawAbandonedGpuImage on Vulkan. by bsalomon · 8 years ago
  89. e5b651f Add test for rendering an already abandoned texture-backed SkImage. by bsalomon · 8 years ago
  90. d490708 Move create_image_large in ImageTest.cpp inside #if SK_SUPPORT_GPU by bsalomon · 8 years ago
  91. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  92. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  93. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  94. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  95. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  96. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 8 years ago
  97. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  98. 9d08172 Add instructions for building with MSAN by scroggo · 8 years ago
  99. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  100. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago