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