1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  3. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  4. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  5. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  6. d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
  7. a56b04a Allow to rebind GL texture if AHB content has changed by Stan Iliev · 5 years ago
  8. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  9. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  10. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  11. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  12. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  13. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  14. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  15. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  16. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  17. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  18. 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 5 years ago
  19. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  20. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 5 years ago
  21. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 6 years ago
  22. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  23. 67f0195 Use destructors to free resources owned by lazy proxy callbacks by Brian Salomon · 6 years ago
  24. 173464d Add support for importing AHardwareBuffers into SkSurfaces. by Greg Daniel · 6 years ago
  25. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  26. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 6 years ago
  27. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  28. 487132b Don't include system vulkan header when building skia files. by Greg Daniel · 6 years ago
  29. e4beab7 Disable vulkan specific code in GrAHardwareBufferImageGenerator when not building vulkan. by Greg Daniel · 6 years ago
  30. fee3f9b Make GrSurfaceProxy::Copy take SkBackingFit. by Brian Salomon · 6 years ago
  31. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  32. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  33. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  34. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  35. 14c55c2 Add support for external textures in Vulkan, specifically GrAHardwareBufferImageGenerator. by Greg Daniel · 6 years ago
  36. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  37. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  38. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  39. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  40. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  41. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  42. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  43. 733b265 Match AHARDWAREBUFFER_FORMAT_R8G8B8X8_UNORM HW buffer format by Stan Iliev · 6 years ago
  44. 505dd57 Add GrSurfaceOrigin to MakeFromAHardwareBuffer by Stan Iliev · 6 years ago
  45. 637c06a Add Vulkan support to GrAHardwareBufferImageGenerator by Greg Daniel · 6 years ago
  46. 3860cfd Remove caching of textures in GrAHardwareBufferImageGenerator. by Greg Daniel · 6 years ago
  47. 469dd65 On GrAHardwareBufferImageGenerator store the owned texture as a GrGpuResource instead of GrTexture. by Greg Daniel · 6 years ago
  48. 114b091 Support more hardware buffer formats by Stan Iliev · 6 years ago
  49. c01b5c7 Add support for hardware buffers with protected content by Stan Iliev · 6 years ago
  50. f125111 Have GrAHardwareBufferImageGenerator use lazy proxies. by Greg Daniel · 6 years ago
  51. 9af948d Do some refactoring of GrAHardwareBufferImageGenerator. by Greg Daniel · 6 years ago
  52. c27eb72 Make sure GrResourceCache frees resources waiting on messages during destruction. by Greg Daniel · 6 years ago
  53. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  54. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 6 years ago
  55. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  56. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  57. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  58. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  59. 9cc2823 Remove unneeded SK_SUPPORT_GPU checks in gpu only files. by Greg Daniel · 6 years ago
  60. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  61. 6a0176b Add ref counted wrapped around GrTexture ReleaseProc by Greg Daniel · 7 years ago
  62. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  63. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  64. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  65. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  66. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  67. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  68. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  69. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  70. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  71. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  72. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  73. af1813e Update call to new signature of wrapBackendTexture by Leon Scroggins III · 7 years ago
  74. 77e9666 Make SkImage_Lazy::onMakeColorSpace return a SkImage_Lazy by Christopher Cameron · 7 years ago
  75. dbba55d Cache GrTexture in GrAHardwareBufferImageGenerator by Stan Iliev · 7 years ago
  76. 7a86987 Use the NDK headers for AHardwareBuffer. by Derek Sollenberger · 7 years ago
  77. ade9f61 Add GrTextureProxy.h to GrAHardwareBufferImageGenerator.cpp (for Android roll) by Robert Phillips · 7 years ago
  78. 0001828 Readd GrResourceProvider.h to GrAHardwareBufferImageGenerator.cpp (for Android roll) by Robert Phillips · 7 years ago
  79. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  80. 847d4c5 Add GrTexture.h include to GrAHardwareBufferImageGenerator.cpp by Robert Phillips · 7 years ago
  81. 7e910df Implement an SkImage backed by a Android hardware buffer by Stan Iliev · 7 years ago