1. 33e0cb5 Store mipmap levels in deferred texture image by cblume · 8 years ago
  2. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  3. 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
  4. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  5. ae29644 update Image_MakeFromRasterBitmap to check uniqueIDs by reed · 8 years ago
  6. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  7. 2f3416d GN: add tests to DM by mtklein · 8 years ago
  8. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  9. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  10. eb56028 add unittests for roundtripping premul by reed · 8 years ago
  11. db2cb10 Update SkImage_NewFromTexture test, to just test release by brianosman · 8 years ago
  12. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  13. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  14. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  15. 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
  16. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  17. 363bc33 Disable SkImage_drawAbandonedGpuImage on Vulkan. by bsalomon · 8 years ago
  18. e5b651f Add test for rendering an already abandoned texture-backed SkImage. by bsalomon · 8 years ago
  19. d490708 Move create_image_large in ImageTest.cpp inside #if SK_SUPPORT_GPU by bsalomon · 8 years ago
  20. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  21. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  22. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  23. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  24. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  25. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 8 years ago
  26. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  27. 9d08172 Add instructions for building with MSAN by scroggo · 8 years ago
  28. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  29. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  30. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  31. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  32. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  33. f3261af Remove 'native' context unit test macro. by bsalomon · 8 years ago
  34. 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
  35. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  36. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  37. 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
  38. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  39. e8f3062 switch surface to sk_sp by reed · 8 years ago
  40. ca2622b return pictures as sk_sp by reed · 8 years ago
  41. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  42. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  43. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  44. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  45. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  46. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  47. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  48. 41b952c Add deferred texture upload API. by bsalomon · 8 years ago
  49. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 8 years ago
  50. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  51. 1cb3646 un-restore test, as bug is not fixed by reed · 8 years ago
  52. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  53. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  54. e344b26 Fix Mac bots because of failing readback of 565 TBR=robertphillips@google.com by Brian Salomon · 8 years ago
  55. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  56. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  57. 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
  58. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  59. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 8 years ago
  60. 9907371 SkPixelSerializer: remove deprecated virtual by halcanary · 9 years ago
  61. 7b94c14 Generate list of GPU contexts outside ImageTest tests by kkinnunen · 9 years ago
  62. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  63. 4e18413 Move SkImage tests from SurfaceTest to ImageTest by kkinnunen · 9 years ago
  64. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  65. c56c6ef SkImage::NewFromBitmap works with Index8 by halcanary · 9 years ago
  66. 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
  67. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  68. 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 9 years ago
  69. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  70. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  71. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  72. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  73. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  74. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  75. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  76. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  77. 8c0144c Fix SkCanvas::wouldOverwriteEntireSurface() contains test by fmalita · 9 years ago
  78. 759373a add colortable param to newrastercopy by reed · 9 years ago
  79. 871872f change old picture serialization to really handle images by reed · 9 years ago