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