1. 8461506 Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts" by Matt Sarett · 8 years ago
  2. ccfd108 Disallow readPixels() conversions from untagged srcs to tagged dsts by Matt Sarett · 8 years ago
  3. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  4. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  5. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  6. 534cbe5 Increase "large" image size in DeferredTextureImage. by Brian Salomon · 8 years ago
  7. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  8. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  9. 6f0286f use raster-pipeline in readPixels by Mike Reed · 8 years ago
  10. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  11. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  12. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  13. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  14. c168a3a Revert "Always build the ANGLE test code. Always build ANGLE on windows and linux." by Mike Klein · 8 years ago
  15. 238b820 Always build the ANGLE test code. Always build ANGLE on windows and linux. by Brian Salomon · 8 years ago
  16. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  17. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  18. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  19. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  20. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  21. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  22. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  23. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  24. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  25. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  26. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  27. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  28. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  29. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  30. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  31. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  32. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  33. 33e0cb5 Store mipmap levels in deferred texture image by cblume · 8 years ago
  34. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  35. 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
  36. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  37. ae29644 update Image_MakeFromRasterBitmap to check uniqueIDs by reed · 8 years ago
  38. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  39. 2f3416d GN: add tests to DM by mtklein · 8 years ago
  40. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  41. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  42. eb56028 add unittests for roundtripping premul by reed · 8 years ago
  43. db2cb10 Update SkImage_NewFromTexture test, to just test release by brianosman · 8 years ago
  44. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  45. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  46. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  47. 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
  48. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  49. 363bc33 Disable SkImage_drawAbandonedGpuImage on Vulkan. by bsalomon · 8 years ago
  50. e5b651f Add test for rendering an already abandoned texture-backed SkImage. by bsalomon · 8 years ago
  51. d490708 Move create_image_large in ImageTest.cpp inside #if SK_SUPPORT_GPU by bsalomon · 8 years ago
  52. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  53. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  54. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  55. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  56. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  57. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 8 years ago
  58. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  59. 9d08172 Add instructions for building with MSAN by scroggo · 8 years ago
  60. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  61. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  62. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  63. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  64. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  65. f3261af Remove 'native' context unit test macro. by bsalomon · 8 years ago
  66. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  67. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  68. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  69. 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
  70. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  71. e8f3062 switch surface to sk_sp by reed · 8 years ago
  72. ca2622b return pictures as sk_sp by reed · 8 years ago
  73. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  74. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  75. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  76. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  77. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  78. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  79. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  80. 41b952c Add deferred texture upload API. by bsalomon · 8 years ago
  81. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 8 years ago
  82. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  83. 1cb3646 un-restore test, as bug is not fixed by reed · 8 years ago
  84. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  85. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  86. e344b26 Fix Mac bots because of failing readback of 565 TBR=robertphillips@google.com by Brian Salomon · 8 years ago
  87. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  88. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  89. 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
  90. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  91. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  92. 9907371 SkPixelSerializer: remove deprecated virtual by halcanary · 9 years ago
  93. 7b94c14 Generate list of GPU contexts outside ImageTest tests by kkinnunen · 9 years ago
  94. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  95. 4e18413 Move SkImage tests from SurfaceTest to ImageTest by kkinnunen · 9 years ago
  96. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  97. c56c6ef SkImage::NewFromBitmap works with Index8 by halcanary · 9 years ago
  98. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  99. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  100. 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 9 years ago