1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. be45742 Change GrProgramInfo::visitProxies to "visitFPProxies" by Chris Dalton · 4 years, 4 months ago
  3. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 4 months ago
  4. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 4 months ago
  5. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 4 months ago
  6. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 5 months ago
  7. f0aee74 Remove (unused) shader caps from default GP factory functions by Brian Osman · 4 years, 5 months ago
  8. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 5 months ago
  9. 345af25 Surface GrDashOp programs on the DDL by Robert Phillips · 4 years, 5 months ago
  10. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 6 months ago
  11. f6d60d3 On ARM disable blend when src-over has src with alpha of 1. by Greg Daniel · 4 years, 7 months ago
  12. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 7 months ago
  13. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 4 years, 7 months ago
  14. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 8 months ago
  15. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  16. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 8 months ago
  17. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 8 months ago
  18. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  19. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  20. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  21. fd4f4df Move GrQuad to src/gpu/geometry folder by Michael Ludwig · 5 years ago
  22. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  23. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  24. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 5 years ago
  25. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  26. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  27. ff8065c Make sure to apply the stencil settings for GrDashOp by Chris Dalton · 5 years ago
  28. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  29. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  30. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  31. e9c57d3 Clean up GrQuad ctors by Michael Ludwig · 5 years ago
  32. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 5 years ago
  33. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 5 years ago
  34. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 5 years ago
  35. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 5 years ago
  36. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  37. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 6 years ago
  38. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  39. b2920f3 Use GrVertexWriter in GrDashOp by Brian Osman · 6 years ago
  40. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  41. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  42. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  43. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  44. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  45. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 6 years ago
  46. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  47. f86073a Add some checks to GrDashOp by Jim Van Verth · 6 years ago
  48. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  49. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  50. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  51. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  52. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  53. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  54. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  55. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  56. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  57. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  58. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  59. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  60. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  61. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  62. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  63. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  64. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  65. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  66. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  67. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  68. 6028361 Drop unused shader support for sample variables by Chris Dalton · 6 years ago
  69. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 6 years ago
  70. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 6 years ago
  71. fa3783f Remove public version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  72. 2737288 Don't force GrGLSLVarying's scope to be compile-time constant by Chris Dalton · 7 years ago
  73. c96f9b5 Fix gpu line dashing when line is zero length but has cap by Greg Daniel · 7 years ago
  74. 04460cc Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar. by Brian Salomon · 7 years ago
  75. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  76. 6982400 Allow GrAppliedClip to have >1 clip coverage FP by Chris Dalton · 7 years ago
  77. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 7 years ago
  78. 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
  79. 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
  80. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  81. fdde34e Remove precision from GrGLSLVaryingHandler by Chris Dalton · 7 years ago
  82. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  83. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  84. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  85. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  86. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  87. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  88. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  89. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  90. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  91. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  92. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  93. 7f23543 Minor geometry processor clarification. by Brian Salomon · 7 years ago
  94. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  95. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  96. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  97. 89717fc Fix two issues in DashOp by Brian Salomon · 7 years ago
  98. 98222ac Revert "Revert "Make DashOp a non-legacy GrMeshDrawOp."" by Brian Salomon · 7 years ago
  99. beae8a9 Revert "Make DashOp a non-legacy GrMeshDrawOp." by Brian Salomon · 7 years ago
  100. ebb3825 Make DashOp a non-legacy GrMeshDrawOp. by Brian Salomon · 7 years ago