1. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 6 years ago
  2. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 6 years ago
  3. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 6 years ago
  4. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 6 years ago
  5. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 6 years ago
  6. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 6 years ago
  7. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 6 years ago
  8. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 6 years ago
  9. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 6 years ago
  10. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 6 years ago
  11. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 6 years ago
  12. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 6 years ago
  13. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 6 years ago
  14. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 6 years ago
  15. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 6 years ago
  16. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 6 years ago
  17. f9fcf7f Alter approximate scratch texture binning after 1024 by Robert Phillips · 6 years ago
  18. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 6 years ago
  19. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 6 years ago
  20. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 6 years ago
  21. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 6 years ago
  22. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 6 years ago
  23. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 6 years ago
  24. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  25. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 6 years ago
  26. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  27. a29dd9d Pin the quad index buffer in GrResourceProvider. by Brian Salomon · 7 years ago
  28. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 7 years ago
  29. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 7 years ago
  30. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 7 years ago
  31. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 7 years ago
  32. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 7 years ago
  33. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 7 years ago
  34. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 7 years ago
  35. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 7 years ago
  36. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 7 years ago
  37. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 7 years ago
  38. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 7 years ago
  39. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 7 years ago
  40. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 7 years ago
  41. d004e0b Cleanup resource flags by Chris Dalton · 7 years ago
  42. 1e576e7 Some GrSemaphore cleanup by Brian Salomon · 7 years ago
  43. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  44. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  45. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 7 years ago
  46. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
  47. 763abf0 Revert "Use a cached index buffer for triangle fans in GrDefaultPathRenderer." by Brian Salomon · 7 years ago
  48. ddff425 Use a cached index buffer for triangle fans in GrDefaultPathRenderer. by Brian Salomon · 7 years ago
  49. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 7 years ago
  50. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 7 years ago
  51. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  52. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  53. 974aa8e Remove routines no longer needed since stripping NVPR by Herb Derby · 7 years ago
  54. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  55. 65e409f make SkDestinationSurfaceColorMode private by Cary Clark · 7 years ago
  56. a3f7026 Switch MDB GrContextOptions over to Enable style by Robert Phillips · 8 years ago
  57. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 8 years ago
  58. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 8 years ago
  59. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 8 years ago
  60. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 8 years ago
  61. fb3abcd Update GrYUVGenerator to upload to texture vs use writePixels by Greg Daniel · 8 years ago
  62. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 8 years ago
  63. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 8 years ago
  64. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 8 years ago
  65. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 8 years ago
  66. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 8 years ago
  67. 1afd4cd Add GrProxyProvider by Robert Phillips · 8 years ago
  68. 8982dc1 Add GrResourceProviderPriv and expose GrGpu in it by Greg Daniel · 8 years ago
  69. 5d2de08 Add findOrMakeStaticBuffer method to GrResourceProvider by Chris Dalton · 8 years ago
  70. eafd48a Add overbudget handling to GrResourceAllocator by Robert Phillips · 8 years ago
  71. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 8 years ago
  72. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 8 years ago
  73. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 8 years ago
  74. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 8 years ago
  75. 2481501 Remove old, unused code by Brian Osman · 8 years ago
  76. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 8 years ago
  77. 29bf84f Remove unneeded kExact and kNoCreate Flags from GrResouceProvider by Greg Daniel · 8 years ago
  78. c0192e3 Remove pre-attachment of stencil buffers by Robert Phillips · 8 years ago
  79. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 8 years ago
  80. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 8 years ago
  81. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 8 years ago
  82. 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 8 years ago
  83. 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 8 years ago
  84. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 8 years ago
  85. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 8 years ago
  86. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 8 years ago
  87. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 8 years ago
  88. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 8 years ago
  89. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 8 years ago
  90. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 8 years ago
  91. df0e09f Remove origin field from GrSurface by Robert Phillips · 8 years ago
  92. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 8 years ago
  93. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 8 years ago
  94. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 8 years ago
  95. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
  96. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
  97. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 8 years ago
  98. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 8 years ago
  99. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 8 years ago
  100. 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 8 years ago