1. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  2. 6d36370 Add bullet proofing for preAbandonContext by Robert Phillips · 6 years ago
  3. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  4. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  5. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  6. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  7. 4231401 Fixes in ReadPixels2 and yuv_texture gm to fix Vulkan validation issues. by Greg Daniel · 6 years ago
  8. 6a426c1 Cleanup SkImage YUV texture factories. by Brian Salomon · 6 years ago
  9. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
  10. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  11. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  12. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  13. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  14. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  15. 579f094 Fix build by Robert Phillips · 7 years ago
  16. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  17. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  18. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  19. 3602d4f Allow vulkan to upload data to testing textures with optimal layouts by egdaniel · 8 years ago
  20. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  21. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  22. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  23. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  24. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  25. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  26. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
  27. ce563cd more shader-->sp conversions by reed · 9 years ago
  28. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  29. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  30. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  31. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  32. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  33. 3e5f555 Various GL testing fixes by jvanverth · 9 years ago
  34. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  35. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  36. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  37. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  38. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  39. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago