1. 379e496 Merge consecutive entries that share proxy in bulk texture op by Michael Ludwig · 4 years, 9 months ago
  2. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 9 months ago
  3. 4384f04 Help MSVC pack GrTextureOps bitfields by Michael Ludwig · 4 years, 9 months ago
  4. adb12e7 Reduce GrTextureOp size by Michael Ludwig · 4 years, 9 months ago
  5. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 4 years, 9 months ago
  6. 704d540 Allow Tessellator to operate on provided GrQuads by Michael Ludwig · 4 years, 9 months ago
  7. 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 4 years, 9 months ago
  8. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 9 months ago
  9. 2f05a48 Add code path that avoids large indexBuffer draws by Robert Phillips · 4 years, 9 months ago
  10. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 4 years, 9 months ago
  11. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 9 months ago
  12. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 9 months ago
  13. 189c980 GrQuadPerEdgeAA::Tessellator owns GrVertexWriter by Michael Ludwig · 4 years, 10 months ago
  14. fe13ca3 Move textureop fallback code out of GrRTC and into AddTextureSetOps by Michael Ludwig · 4 years, 10 months ago
  15. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  16. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  17. 119ac6d Normalize src coords and domain up front instead of at tessellation time by Michael Ludwig · 4 years, 10 months ago
  18. 8053c97 Add onPrePrepare to GrFillRRectOp by Robert Phillips · 4 years, 10 months ago
  19. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 10 months ago
  20. 73dbea6 Specialize vertex writing function for common quad VertexSpecs by Michael Ludwig · 4 years, 10 months ago
  21. d4fb7c7 Rename opPODAllocator to recordTimeAllocator by Robert Phillips · 4 years, 10 months ago
  22. 170de01 Revert "Replace GrTextureDomainEffect with GrDomainEffect." by Michael Ludwig · 4 years, 10 months ago
  23. df70f15 Add ClockwiseTestOp::onPrePrepare by Robert Phillips · 4 years, 10 months ago
  24. f29caf1 Replace GrTextureDomainEffect with GrDomainEffect. by Brian Salomon · 4 years, 10 months ago
  25. e837e61 Respect the max indexBuffer limits in the bulk texture draw API (take 2) by Robert Phillips · 4 years, 10 months ago
  26. ae01f62 Revert "Respect the max indexBuffer limits in the bulk texture draw API" by Robert Phillips · 4 years, 10 months ago
  27. dd947ce Respect the max indexBuffer limits in the bulk texture draw API by Robert Phillips · 4 years, 10 months ago
  28. 323471e Remove GrProgramDesc's need for the GrGpu by Robert Phillips · 4 years, 10 months ago
  29. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 10 months ago
  30. fd0c3b5 Update GrTextureOp to use index buffer offsets for draws by Robert Phillips · 4 years, 10 months ago
  31. 549325c Have GrTextureOp use GrSurfaceProxyViews instead of just proxys. by Greg Daniel · 4 years, 10 months ago
  32. bbd459d Allocate all vertex data in one go w/in GrTextureOp by Robert Phillips · 4 years, 10 months ago
  33. b69001f Make GrFillRectOp and GrTextureOp consistent re AA-upgrading and size checks by Robert Phillips · 4 years, 10 months ago
  34. c554dcf Add helper to determine the index buffer that will be used by Robert Phillips · 4 years, 10 months ago
  35. c5a2c75 Pull tessellation forward into GrTextureOp::onPrePrepareDraws by Robert Phillips · 4 years, 10 months ago
  36. e9462dd Rename *worstCase* to backingStore* in GrSurfaceProxy by Robert Phillips · 4 years, 11 months ago
  37. 32803ff Add PrePreparedDesc to GrTextureOp by Robert Phillips · 4 years, 11 months ago
  38. 61fc799 Add creation-time POD memory pool for GrOps by Robert Phillips · 4 years, 11 months ago
  39. f272bea Plumb GrBackendFormat into the GrPrimitiveProcessor::TextureSampler by Robert Phillips · 4 years, 11 months ago
  40. 29f3854 Start disentangling tessellation from pipeline creation in GrTextureOp by Robert Phillips · 4 years, 11 months ago
  41. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  42. 7327c9d Add GrRenderTask and GrOp prePrepare framework by Robert Phillips · 5 years ago
  43. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  44. f19f9ca Handle F16Norm clamping in SkPaint->GrPaint conversion. by Brian Salomon · 5 years ago
  45. 67529b2 SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect by Brian Salomon · 5 years ago
  46. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  47. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  48. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  49. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  50. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  51. 5f39427 Fix trace event categories in src/gpu ("skia"->"skia.gpu") by Brian Salomon · 5 years ago
  52. 205224f Remove old texture op factories by Michael Ludwig · 5 years ago
  53. 22429f9 Add generic texture op factory. by Michael Ludwig · 5 years ago
  54. f339dfe Separate src coordinates from domain rect in texture op. by Michael Ludwig · 5 years ago
  55. 425eb45 Reland "Replace GrQuadList with variable-length quad buffer" by Michael Ludwig · 5 years ago
  56. 19628ec Revert "Replace GrQuadList with variable-length quad buffer" by Brian Salomon · 5 years ago
  57. f281604 Replace GrQuadList with variable-length quad buffer by Michael Ludwig · 5 years ago
  58. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  59. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  60. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  61. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  62. 0f80902 Add GrQuadUtils namespace to hold ResolveAAType function by Michael Ludwig · 5 years ago
  63. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 5 years ago
  64. d17e05a Extract GrQuadList into separate header by Michael Ludwig · 5 years ago
  65. fd4f4df Move GrQuad to src/gpu/geometry folder by Michael Ludwig · 5 years ago
  66. 7eb5c0f Add "GrMipMapped" parameter to visitProxies by Chris Dalton · 5 years ago
  67. 41f395d Reland "Track quad type on GrQuad directly" by Michael Ludwig · 5 years ago
  68. 0dee19b Revert "Track quad type on GrQuad directly" by Robert Phillips · 5 years ago
  69. 85766c4 Track quad type on GrQuad directly by Michael Ludwig · 5 years ago
  70. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  71. b3461fa Upgrade to SkVx in GrQuad rendering by Michael Ludwig · 5 years ago
  72. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  73. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  74. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  75. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 5 years ago
  76. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 5 years ago
  77. 2929f51 Don't batch across domain modes in GrTextureOp by Michael Ludwig · 5 years ago
  78. 97b9442 Detect simpler quad type when possible by Michael Ludwig · 5 years ago
  79. d538d3d Handle promise texture image fulfill returning nullptr. by Brian Salomon · 5 years ago
  80. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 5 years ago
  81. 31ba718 Support strict constraints for bulk texture sets by Michael Ludwig · 5 years ago
  82. 7eeb74f Add checks that the GrResourceAllocator is operating as expected by Robert Phillips · 5 years ago
  83. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 5 years ago
  84. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  85. 1d83542 Reland "Try to avoid vertex colors in Texture/FillRect ops when possible." by Brian Salomon · 5 years ago
  86. 368ea4f Revert "Try to avoid vertex colors in Texture/FillRect ops when possible." by Brian Salomon · 5 years ago
  87. e0b989e Try to avoid vertex colors in Texture/FillRect ops when possible. by Brian Salomon · 5 years ago
  88. 7ae2ab5 Support per-entry transforms in image-set API by Michael Ludwig · 5 years ago
  89. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  90. 1433cfd Reland "Add general quad API to SkGpuDevice" by Michael Ludwig · 6 years ago
  91. 24adb3a Revert "Add general quad API to SkGpuDevice" by Michael Ludwig · 6 years ago
  92. 339e1cc Add general quad API to SkGpuDevice by Michael Ludwig · 6 years ago
  93. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  94. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  95. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  96. ce62dec Add general quad methods to GrRTC by Michael Ludwig · 6 years ago
  97. 009b92e Add general quad factories to GrFillRectOp and GrTextureOp by Michael Ludwig · 6 years ago
  98. e9c57d3 Clean up GrQuad ctors by Michael Ludwig · 6 years ago
  99. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  100. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago