1. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  2. 733b265 Match AHARDWAREBUFFER_FORMAT_R8G8B8X8_UNORM HW buffer format by Stan Iliev · 6 years ago
  3. 505dd57 Add GrSurfaceOrigin to MakeFromAHardwareBuffer by Stan Iliev · 6 years ago
  4. 637c06a Add Vulkan support to GrAHardwareBufferImageGenerator by Greg Daniel · 6 years ago
  5. 3860cfd Remove caching of textures in GrAHardwareBufferImageGenerator. by Greg Daniel · 6 years ago
  6. 469dd65 On GrAHardwareBufferImageGenerator store the owned texture as a GrGpuResource instead of GrTexture. by Greg Daniel · 6 years ago
  7. 114b091 Support more hardware buffer formats by Stan Iliev · 6 years ago
  8. c01b5c7 Add support for hardware buffers with protected content by Stan Iliev · 6 years ago
  9. f125111 Have GrAHardwareBufferImageGenerator use lazy proxies. by Greg Daniel · 6 years ago
  10. 9af948d Do some refactoring of GrAHardwareBufferImageGenerator. by Greg Daniel · 6 years ago
  11. c27eb72 Make sure GrResourceCache frees resources waiting on messages during destruction. by Greg Daniel · 6 years ago
  12. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  13. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 6 years ago
  14. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  15. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  16. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  17. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  18. 9cc2823 Remove unneeded SK_SUPPORT_GPU checks in gpu only files. by Greg Daniel · 7 years ago
  19. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  20. 6a0176b Add ref counted wrapped around GrTexture ReleaseProc by Greg Daniel · 7 years ago
  21. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  22. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  23. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  24. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  25. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  26. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  27. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  28. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  29. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  30. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  31. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  32. af1813e Update call to new signature of wrapBackendTexture by Leon Scroggins III · 7 years ago
  33. 77e9666 Make SkImage_Lazy::onMakeColorSpace return a SkImage_Lazy by Christopher Cameron · 7 years ago
  34. dbba55d Cache GrTexture in GrAHardwareBufferImageGenerator by Stan Iliev · 7 years ago
  35. 7a86987 Use the NDK headers for AHardwareBuffer. by Derek Sollenberger · 7 years ago
  36. ade9f61 Add GrTextureProxy.h to GrAHardwareBufferImageGenerator.cpp (for Android roll) by Robert Phillips · 7 years ago
  37. 0001828 Readd GrResourceProvider.h to GrAHardwareBufferImageGenerator.cpp (for Android roll) by Robert Phillips · 7 years ago
  38. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  39. 847d4c5 Add GrTexture.h include to GrAHardwareBufferImageGenerator.cpp by Robert Phillips · 7 years ago
  40. 7e910df Implement an SkImage backed by a Android hardware buffer by Stan Iliev · 7 years ago