1. 7512507 Add "putBack" analogs to the DrawIndirect buffer pool by Chris Dalton · 3 years, 11 months ago
  2. 5c80964 Update GrProgramInfo's constructor by Robert Phillips · 4 years ago
  3. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years ago
  4. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years ago
  5. 4888cda Fix up a ton of implicit memory_order_seq_cst for unique id gen by Adlai Holler · 4 years ago
  6. 90ad0fe Add a mock implementation of GrMeshDrawOp::Target by Chris Dalton · 4 years ago
  7. 25ebd95 Rename msaa attachment usage to color usage. by Greg Daniel · 4 years ago
  8. 65476e0 Add uma histogram tracking for the number of submit render passes. by Greg Daniel · 4 years ago
  9. c89a7ee Use shared gpu memory size for all GrAttachments. by Greg Daniel · 4 years ago
  10. 5d0330e Add scratch msaa attachment creation to GrResourceProvider. by Greg Daniel · 4 years ago
  11. b8949bd Update attachment unique key to handle format and protected. by Greg Daniel · 4 years ago
  12. 30c9b4c Remove SkSurface::MakeFromBackendTextureAsRenderTarget by Brian Salomon · 4 years ago
  13. c0d6915 Reland "Rename GrStencilAttachment class to generic GrAttachment" by Greg Daniel · 4 years ago
  14. 99b1a8b Revert "Rename GrStencilAttachment class to generic GrAttachment" by Jim Van Verth · 4 years ago
  15. f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 4 years ago
  16. 6113d50 Rename GrStencilAttachment class to generic GrAttachment by Greg Daniel · 4 years ago
  17. 8ade5e8 Remove special handling of stencil formats and just use GrBackendFormts. by Greg Daniel · 4 years ago
  18. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years ago
  19. 0eca74c Move bytesPerPixel query off of GrCaps and add bytesPerBlock query. by Greg Daniel · 4 years, 1 month ago
  20. e77162e Make GrStencilAttachment derive from GrSurface. by Greg Daniel · 4 years, 1 month ago
  21. 2177436 Update GrVkRenderPasses to be created to support both input attachments and adv blend. by Greg Daniel · 4 years, 1 month ago
  22. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  23. 9a18b08 Add support for vulkan non coherent advanced blends. by Greg Daniel · 4 years, 2 months ago
  24. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 3 months ago
  25. f7f5433 Remove GrSurfacePriv and GrRenderTargetPriv by Brian Salomon · 4 years, 3 months ago
  26. 4cfae3b Remove GrTexturePriv by Brian Salomon · 4 years, 3 months ago
  27. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 3 months ago
  28. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 3 months ago
  29. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 3 months ago
  30. a6db510 Rename GrMipMapsStatus GrMipmapStatus by Brian Salomon · 4 years, 3 months ago
  31. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  32. 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 4 years, 3 months ago
  33. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years, 3 months ago
  34. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years, 3 months ago
  35. aaf738c Add internal calls for updateCompressedBackendTexture. by Greg Daniel · 4 years, 3 months ago
  36. 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 4 years, 3 months ago
  37. bb61fe3 Hoist up submit for resolves by Jim Van Verth · 4 years, 3 months ago
  38. 01f278c Better handle backendFormat to CompressionType. by Greg Daniel · 4 years, 4 months ago
  39. b96995d Handle tessellated paths that require more segments than are supported by Chris Dalton · 4 years, 5 months ago
  40. 1e63279 Only use scissor state for native clears by Michael Ludwig · 4 years, 5 months ago
  41. 96f2237 Update GrVkRenderTarget to store both stencil & non-stencil render passes (for real) by Robert Phillips · 4 years, 5 months ago
  42. 16032b3 Split apart creating and updating GrBackendTextures internally. by Greg Daniel · 4 years, 5 months ago
  43. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 5 months ago
  44. 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 4 years, 6 months ago
  45. a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 4 years, 6 months ago
  46. 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 4 years, 6 months ago
  47. 7f0b897 Add CPU benchmarks for individual methods on GrTessellatePathOp by Chris Dalton · 4 years, 6 months ago
  48. b353c9b Reland "Refactor GL and Metal FinishCallback into a helper object." by Stephen White · 4 years, 6 months ago
  49. b15cc56 Revert "Refactor GL and Metal FinishCallback into a helper object." by Michael Ludwig · 4 years, 6 months ago
  50. b641ddb Refactor GL and Metal FinishCallback into a helper object. by Stephen White · 4 years, 6 months ago
  51. fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 6 months ago
  52. 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 6 months ago
  53. c505a45 Remove GrCaps::getYUVAColorTypeFromBackendFormat(). by Brian Salomon · 4 years, 6 months ago
  54. 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 6 months ago
  55. 03fdf6a Implement support for indirect draws by Chris Dalton · 4 years, 6 months ago
  56. a77cdee Reland "Rename instanceAttribSupport -> drawInstancedSupport" by Chris Dalton · 4 years, 7 months ago
  57. 31c028c Revert "Rename instanceAttribSupport -> drawInstancedSupport" by Chris Dalton · 4 years, 6 months ago
  58. 17f05c7 Rename instanceAttribSupport -> drawInstancedSupport by Chris Dalton · 4 years, 7 months ago
  59. d005b69 Reland x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 7 months ago
  60. e8d2080 Revert x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 7 months ago
  61. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 7 months ago
  62. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 7 months ago
  63. b16f30b Revert "Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal."" by Brian Salomon · 4 years, 7 months ago
  64. 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 7 months ago
  65. ef4d379 Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 7 months ago
  66. aa8bf26 Assert that all GrCaps colortype/format -> swizzle queries are legal. by Brian Salomon · 4 years, 7 months ago
  67. 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 7 months ago
  68. c18dad2 Remove GrCaps::isFormatTexturableAndUploadable by Brian Salomon · 4 years, 7 months ago
  69. 2c3e169 Release deferred buffers in GrOpsRenderPass::end() by Chris Dalton · 4 years, 7 months ago
  70. db20afc Change the argument ordering for GrOpsRenderPass::bindTextures by Chris Dalton · 4 years, 8 months ago
  71. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  72. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  73. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
  74. ded4370 Add a bindBuffers() call to GrOpsRenderPass by Chris Dalton · 4 years, 8 months ago
  75. 33db9fc Remove GrMesh::SendToGpuImpl by Chris Dalton · 4 years, 8 months ago
  76. 2e7ed26 Lift calls for setting dynamic state to Ganesh level by Chris Dalton · 4 years, 8 months ago
  77. 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 8 months ago
  78. 979b223 Add private GrContext::compile API (take 2) by Robert Phillips · 4 years, 8 months ago
  79. 57a3ded Revert "Add private GrContext::compile API" by Robert Phillips · 4 years, 8 months ago
  80. 0cd68ab Add private GrContext::compile API by Robert Phillips · 4 years, 8 months ago
  81. 242536f Store render target dirty msaa rect in real dst space. by Greg Daniel · 4 years, 8 months ago
  82. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 8 months ago
  83. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  84. 4cb2933 GrPixelConfig is DEAD!!!!! by Greg Daniel · 4 years, 9 months ago
  85. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 9 months ago
  86. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
  87. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 9 months ago
  88. 4277f01 mv BackendTextureData to end of parameter list by Robert Phillips · 4 years, 9 months ago
  89. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 4 years, 9 months ago
  90. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 9 months ago
  91. c558f72 Compressed texture API cleanup by Robert Phillips · 4 years, 9 months ago
  92. 8f259a0 Add BC1_RGB8_UNORM support by Robert Phillips · 4 years, 10 months ago
  93. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 10 months ago
  94. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 10 months ago
  95. 14b5721 Rename GrCaps textureSwizzle to readSwizzle. by Greg Daniel · 4 years, 10 months ago
  96. b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 4 years, 10 months ago
  97. df6c734 Add GrCaps::getConfigFromCompressedBackendFormat by Robert Phillips · 4 years, 10 months ago
  98. d6df7b5 Switch GrCaps::isFormatCompressed virtual to be 'compressionType' by Robert Phillips · 4 years, 10 months ago
  99. 99448bf Delete unused GrDebugMarkerOp. by Greg Daniel · 4 years, 10 months ago
  100. a27d625 Add compression to Mock backend by Robert Phillips · 4 years, 10 months ago