1. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  2. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  3. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  4. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  5. 5d2de08 Add findOrMakeStaticBuffer method to GrResourceProvider by Chris Dalton · 7 years ago
  6. 7f1b4f8 Fix issues related to backend texture/rendertarget creation by Robert Phillips · 7 years ago
  7. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  8. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  9. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  10. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  11. 7f56d3d Revert "Revert "Disable GL buffer mapping on TSAN/Mac."" by Brian Salomon · 7 years ago
  12. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  13. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  14. 6b60b6e Try finding exact scratch texture in cache before approx, take 2 by Greg Daniel · 7 years ago
  15. 2481501 Remove old, unused code by Brian Osman · 7 years ago
  16. e2d76d5 Remove fIsMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  17. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  18. 90f28ec Add some asserts and explict setting of fIsMipMapped by Greg Daniel · 7 years ago
  19. 29bf84f Remove unneeded kExact and kNoCreate Flags from GrResouceProvider by Greg Daniel · 7 years ago
  20. 0f17181 Guard resource provider path creation methods against abandoned context by Robert Phillips · 7 years ago
  21. 65e7063 Don't call GrBuffer::map() in createPatternedIndexBuffer. by Mike Klein · 7 years ago
  22. c0192e3 Remove pre-attachment of stencil buffers by Robert Phillips · 7 years ago
  23. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  24. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  25. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  26. 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 7 years ago
  27. e1fbf17 Try finding exact scratch texture in cache before approx by Greg Daniel · 7 years ago
  28. 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  29. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  30. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 7 years ago
  31. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  32. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  33. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  34. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  35. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  36. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  37. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  38. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  39. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  40. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  41. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  42. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  43. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  44. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  45. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  46. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  47. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  48. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  49. 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 7 years ago
  50. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  51. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  52. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  53. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  54. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  55. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  56. 48c9919 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  57. 1bfece8 Rm int flavor of GrNextPow2 in favor of uint32_t flavor by Robert Phillips · 7 years ago
  58. 842a560 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  59. c2b5175 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  60. c674e26 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  61. 9f6f41b Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  62. fe50d96 Remove GrSurface-based surfaceContext factories from GrContextPriv by Robert Phillips · 7 years ago
  63. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  64. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  65. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  66. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  67. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  68. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  69. d34edf3 Revert "Revert "Remove GrSurfaceDesc member from GrSurface."" by Brian Salomon · 7 years ago
  70. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  71. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  72. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  73. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  74. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  75. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  76. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  77. 774831a Add abandoned GPU check to createTextureProxy by Robert Phillips · 7 years ago
  78. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  79. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  80. 45fdae1 Re-arrange GrResourceProvider's texture creation methods by Robert Phillips · 7 years ago
  81. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  82. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 7 years ago
  83. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  84. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  85. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  86. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  87. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  88. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  89. 0c984a0 More pre-emptive proxification by Robert Phillips · 7 years ago
  90. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 7 years ago
  91. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  92. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 7 years ago
  93. b66b42f Preparatory Proxification by Robert Phillips · 7 years ago
  94. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 7 years ago
  95. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 8 years ago
  96. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  97. f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 8 years ago
  98. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  99. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  100. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago