1. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  2. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  3. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  4. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 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. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  12. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  13. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 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. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  18. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  19. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  20. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  21. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  22. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  23. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  24. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  25. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  26. f777897 Delazify wrapped backend textures/render target proxies by Brian Salomon · 6 years ago
  27. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 6 years ago
  28. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  29. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  30. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  31. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  32. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago
  33. f87651e Update createWrappedRenderTargetProxy with BackendTex to use lazy proxies by Greg Daniel · 7 years ago
  34. 2a30390 Update createWrappedRenderTargetProxy with BackendRT to work with lazy proxies. by Greg Daniel · 7 years ago
  35. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  36. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  37. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  38. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  39. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  40. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  41. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  42. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  43. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  44. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  45. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  46. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  47. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  48. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  49. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  50. d9971c0 Fix DeferredTextureImage test on Mac by Robert Phillips · 7 years ago
  51. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  52. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  53. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  54. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  55. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  56. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  57. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  58. d62f554 Fix WrappedProxyTest for sample count change by Greg Daniel · 7 years ago
  59. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  60. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  61. db40620 Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  62. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  63. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  64. 8bf1f9f Disable deferred proxies for M60 branch by Robert Phillips · 7 years ago
  65. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  66. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  67. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  68. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  69. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  70. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  71. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  72. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  73. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  74. 41cf197 Update ProxyTest to skip configs that don't support the requested sample counts by Greg Daniel · 7 years ago
  75. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  76. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  77. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  78. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  79. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  80. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  81. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  82. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  83. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  84. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  85. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  86. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  87. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  88. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  89. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  90. c86b145 Disable Vulkan backend in DeferredProxyTest (for now) by Robert Phillips · 8 years ago
  91. 5c44657 Fix memory leak in DeferredProxyTest by Robert Phillips · 8 years ago
  92. 6520a69 Add test for proactive proxy-creation failure by Robert Phillips · 8 years ago
  93. 40d9495 Add test for outre GrSurfaceProxy requests by Robert Phillips · 8 years ago
  94. b446088 Fix computation of texture size for approximately-fit deferred proxies by Robert Phillips · 8 years ago
  95. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  96. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  97. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  98. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  99. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  100. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago