1. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  2. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  3. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  4. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  5. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  6. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  7. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  8. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  9. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  10. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  11. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  12. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  13. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  14. a29dd9d Pin the quad index buffer in GrResourceProvider. by Brian Salomon · 6 years ago
  15. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  16. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  17. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  18. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 6 years ago
  19. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  20. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  21. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  22. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  23. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  24. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  25. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  26. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  27. 133944a Add a dedicated Op for analytic round rects by Chris Dalton · 6 years ago
  28. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  29. cfa3935 Remove debug only clearStencil virtual on GrGpu. by Greg Daniel · 6 years ago
  30. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  31. 1e576e7 Some GrSemaphore cleanup by Brian Salomon · 6 years ago
  32. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  33. 01a9128 Maybe fix numStencilBits TSAN crash by Robert Phillips · 6 years ago
  34. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 6 years ago
  35. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  36. 1fcac05 Fix extra texture creation in GrResourceProvider::createTexture() with SRGB data. by Brian Salomon · 6 years ago
  37. 763abf0 Revert "Use a cached index buffer for triangle fans in GrDefaultPathRenderer." by Brian Salomon · 6 years ago
  38. ddff425 Use a cached index buffer for triangle fans in GrDefaultPathRenderer. by Brian Salomon · 6 years ago
  39. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 6 years ago
  40. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  41. 974aa8e Remove routines no longer needed since stripping NVPR by Herb Derby · 7 years ago
  42. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  43. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  44. 27b8796 Re-enable explicit GPU resource allocation by Robert Phillips · 7 years ago
  45. a3f7026 Switch MDB GrContextOptions over to Enable style by Robert Phillips · 7 years ago
  46. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  47. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  48. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  49. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  50. fb3abcd Update GrYUVGenerator to upload to texture vs use writePixels by Greg Daniel · 7 years ago
  51. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  52. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  53. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  54. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  55. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  56. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  57. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  58. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  59. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  60. 5d2de08 Add findOrMakeStaticBuffer method to GrResourceProvider by Chris Dalton · 7 years ago
  61. 7f1b4f8 Fix issues related to backend texture/rendertarget creation by Robert Phillips · 7 years ago
  62. 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
  63. 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
  64. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  65. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  66. 7f56d3d Revert "Revert "Disable GL buffer mapping on TSAN/Mac."" by Brian Salomon · 7 years ago
  67. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  68. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  69. 6b60b6e Try finding exact scratch texture in cache before approx, take 2 by Greg Daniel · 7 years ago
  70. 2481501 Remove old, unused code by Brian Osman · 7 years ago
  71. e2d76d5 Remove fIsMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  72. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  73. 90f28ec Add some asserts and explict setting of fIsMipMapped by Greg Daniel · 7 years ago
  74. 29bf84f Remove unneeded kExact and kNoCreate Flags from GrResouceProvider by Greg Daniel · 7 years ago
  75. 0f17181 Guard resource provider path creation methods against abandoned context by Robert Phillips · 7 years ago
  76. 65e7063 Don't call GrBuffer::map() in createPatternedIndexBuffer. by Mike Klein · 7 years ago
  77. c0192e3 Remove pre-attachment of stencil buffers by Robert Phillips · 7 years ago
  78. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  79. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  80. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  81. 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 7 years ago
  82. e1fbf17 Try finding exact scratch texture in cache before approx by Greg Daniel · 7 years ago
  83. 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  84. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  85. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 7 years ago
  86. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  87. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  88. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  89. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  90. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  91. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  92. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  93. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  94. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  95. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  96. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  97. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  98. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  99. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  100. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago