1. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  2. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  3. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  4. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  5. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  6. 1e576e7 Some GrSemaphore cleanup by Brian Salomon · 6 years ago
  7. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  8. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  9. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  10. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  11. 763abf0 Revert "Use a cached index buffer for triangle fans in GrDefaultPathRenderer." by Brian Salomon · 6 years ago
  12. ddff425 Use a cached index buffer for triangle fans in GrDefaultPathRenderer. by Brian Salomon · 6 years ago
  13. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 6 years ago
  14. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 7 years ago
  15. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  16. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  17. 974aa8e Remove routines no longer needed since stripping NVPR by Herb Derby · 7 years ago
  18. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  19. 65e409f make SkDestinationSurfaceColorMode private by Cary Clark · 7 years ago
  20. a3f7026 Switch MDB GrContextOptions over to Enable style by Robert Phillips · 7 years ago
  21. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  22. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  23. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  24. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  25. fb3abcd Update GrYUVGenerator to upload to texture vs use writePixels by Greg Daniel · 7 years ago
  26. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  27. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  28. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  29. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  30. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  31. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  32. 8982dc1 Add GrResourceProviderPriv and expose GrGpu in it by Greg Daniel · 7 years ago
  33. 5d2de08 Add findOrMakeStaticBuffer method to GrResourceProvider by Chris Dalton · 7 years ago
  34. eafd48a Add overbudget handling to GrResourceAllocator by Robert Phillips · 7 years ago
  35. 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
  36. 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
  37. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  38. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  39. 2481501 Remove old, unused code by Brian Osman · 7 years ago
  40. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  41. 29bf84f Remove unneeded kExact and kNoCreate Flags from GrResouceProvider by Greg Daniel · 7 years ago
  42. c0192e3 Remove pre-attachment of stencil buffers by Robert Phillips · 7 years ago
  43. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  44. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  45. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  46. 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 7 years ago
  47. 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  48. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  49. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  50. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  51. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  52. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  53. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  54. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  55. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  56. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  57. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  58. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  59. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  60. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  61. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  62. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  63. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  64. 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 7 years ago
  65. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  66. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  67. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  68. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  69. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  70. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  71. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  72. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  73. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  74. 1bfece8 Rm int flavor of GrNextPow2 in favor of uint32_t flavor by Robert Phillips · 7 years ago
  75. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  76. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  77. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  78. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  79. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  80. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  81. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  82. 45fdae1 Re-arrange GrResourceProvider's texture creation methods by Robert Phillips · 7 years ago
  83. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 8 years ago
  84. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  85. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  86. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  87. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  88. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  89. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 8 years ago
  90. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  91. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 8 years ago
  92. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  93. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
  94. b66b42f Preparatory Proxification by Robert Phillips · 8 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. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  98. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  99. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  100. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago