1. 9d08172 Add instructions for building with MSAN by scroggo · 8 years ago
  2. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  3. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  4. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  5. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  6. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  7. f3261af Remove 'native' context unit test macro. by bsalomon · 8 years ago
  8. 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
  9. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  10. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  11. 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
  12. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  13. e8f3062 switch surface to sk_sp by reed · 8 years ago
  14. ca2622b return pictures as sk_sp by reed · 8 years ago
  15. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  16. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  17. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  18. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  19. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  20. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  21. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  22. 41b952c Add deferred texture upload API. by bsalomon · 8 years ago
  23. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 8 years ago
  24. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  25. 1cb3646 un-restore test, as bug is not fixed by reed · 8 years ago
  26. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  27. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  28. e344b26 Fix Mac bots because of failing readback of 565 TBR=robertphillips@google.com by Brian Salomon · 8 years ago
  29. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  30. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  31. 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
  32. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  33. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  34. 9907371 SkPixelSerializer: remove deprecated virtual by halcanary · 9 years ago
  35. 7b94c14 Generate list of GPU contexts outside ImageTest tests by kkinnunen · 9 years ago
  36. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  37. 4e18413 Move SkImage tests from SurfaceTest to ImageTest by kkinnunen · 9 years ago
  38. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  39. c56c6ef SkImage::NewFromBitmap works with Index8 by halcanary · 9 years ago
  40. 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
  41. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  42. 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 9 years ago
  43. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  44. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  45. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  46. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  47. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  48. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  49. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  50. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  51. 8c0144c Fix SkCanvas::wouldOverwriteEntireSurface() contains test by fmalita · 9 years ago
  52. 759373a add colortable param to newrastercopy by reed · 9 years ago
  53. 871872f change old picture serialization to really handle images by reed · 9 years ago