1. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 4 months ago
  2. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 5 months ago
  3. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 5 months ago
  4. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 5 months ago
  5. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 5 months ago
  6. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 5 months ago
  7. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 4 years, 9 months ago
  8. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 4 years, 10 months ago
  9. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 4 years, 10 months ago
  10. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 4 years, 10 months ago
  11. d72dd4d Fix updating of current task index in GrResourceAllocator by Greg Daniel · 4 years, 10 months ago
  12. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 4 years, 10 months ago
  13. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 4 years, 10 months ago
  14. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 4 years, 10 months ago
  15. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 4 years, 11 months ago
  16. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  17. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  18. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  19. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  20. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  21. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  22. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  23. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  24. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  25. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  26. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  27. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  28. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 5 years ago
  29. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  30. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  31. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  32. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  33. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  34. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  35. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  36. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  37. c73666f Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) by Robert Phillips · 5 years ago
  38. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 5 years ago
  39. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 5 years ago
  40. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  41. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  42. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 5 years ago
  43. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 5 years ago
  44. c476e5d Fix bug in GrResourceAllocator's intermediate flushing (take 2) by Robert Phillips · 5 years ago
  45. 0eb1b1f Revert "Fix bug in GrResourceAllocator's intermediate flushing" by Robert Phillips · 5 years ago
  46. f891548 Fix bug in GrResourceAllocator's intermediate flushing by Robert Phillips · 5 years ago
  47. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  48. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  49. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 5 years ago
  50. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 5 years ago
  51. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  52. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 5 years ago
  53. 34a2030 Remove window rects flag from GrInternalSurfaceFlags. by Brian Salomon · 6 years ago
  54. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  55. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  56. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  57. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  58. 577aa0f Uninstantiate proxies when not explicitly allocating by Brian Salomon · 6 years ago
  59. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  60. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  61. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  62. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  63. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  64. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  65. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  66. 1734dd3 Address fuzzer issue by Robert Phillips · 6 years ago
  67. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  68. 715d08c Fix explicit allocation bug by Robert Phillips · 6 years ago
  69. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  70. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  71. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  72. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 6 years ago
  73. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 6 years ago
  74. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  75. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 6 years ago
  76. 3f9797d Remove SK_DISABLE_DEFERRED_PROXIES define through code by Greg Daniel · 6 years ago
  77. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  78. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  79. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  80. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  81. d653cac More sample count cleanup: by Brian Salomon · 6 years ago
  82. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 6 years ago
  83. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  84. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 6 years ago
  85. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 6 years ago
  86. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 6 years ago
  87. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  88. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 6 years ago
  89. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 6 years ago
  90. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 6 years ago
  91. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 6 years ago
  92. 1afd4cd Add GrProxyProvider by Robert Phillips · 6 years ago
  93. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  94. eafd48a Add overbudget handling to GrResourceAllocator by Robert Phillips · 7 years ago
  95. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  96. fa8c080 Use SK_DISABLE_DEFERRED_PROXIES to only disable deferred proxies for Chrome by Robert Phillips · 7 years ago
  97. 73f7e1d Temporarily disable deferred texture proxies by Robert Phillips · 7 years ago
  98. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  99. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  100. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago