aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrAAHairLinePathRenderer.cpp
Commit message (Expand)AuthorAge
* Revert "Change how vertex/instance attributes are handled in geometry process...Gravatar Mike Klein2018-06-19
* Change how vertex/instance attributes are handled in geometry processors.Gravatar Brian Salomon2018-06-18
* Plumb GrContext everywhereGravatar Robert Phillips2018-06-12
* Approximate conics as quads in GrAAHairlinePathRenderer when fp32 not supportedGravatar Brian Salomon2018-05-09
* Fix possible overflows in hair line path renderer vertex countsGravatar Brian Salomon2018-03-13
* make growToInclude privateGravatar Mike Reed2018-01-08
* Remove public version of SkMatrix::mapPointsWithStride.Gravatar Brian Salomon2018-01-05
* switched GrClipEdge to an enum classGravatar Ethan Nicholas2017-11-10
* renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeTypeGravatar Ethan Nicholas2017-11-09
* move parts of SkPoint to SkPointPrivGravatar Cary Clark2017-11-08
* convert mapHomogeneousPoints to SkPoint3Gravatar Cary Clark2017-10-18
* Make GrResourceProvider more sk_spifiedGravatar Brian Salomon2017-10-16
* Handle coverage for hairline lines with sub pixel lengths correctly on GPUGravatar Greg Daniel2017-10-12
* Use shader based blending to clamp kPlus mode w/F16Gravatar Brian Osman2017-09-20
* Change visitProxies signatureGravatar Robert Phillips2017-09-14
* Add method to iterate over a GrOp's GrSurfaceProxiesGravatar Robert Phillips2017-09-13
* Improve GrPathRendererChain heuristicsGravatar Chris Dalton2017-09-07
* Revert "Improve GrPathRendererChain heuristics"Gravatar Chris Dalton2017-09-07
* Improve GrPathRendererChain heuristicsGravatar Chris Dalton2017-09-07
* change SkRect::growToInclude to take a point instead of x,yGravatar Mike Reed2017-08-28
* Move GrProcessorSet into GrPipelineGravatar Brian Salomon2017-08-09
* Remove GrLegacyMeshDrawOp and GrPipelineBuilderGravatar Brian Salomon2017-07-19
* Make AAHairlineOp a non-legacy GrDrawMeshOpGravatar Brian Salomon2017-07-07
* Draw zero length subpaths in AA hairline path rendererGravatar Brian Osman2017-06-28
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Revert "Add GrPrimitiveType::kLinesAdjacency"Gravatar Ravi Mistry2017-06-13
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Fix glDrawRangeElementsGravatar Chris Dalton2017-05-30
* Convert GrMesh back to a classGravatar Chris Dalton2017-05-15
* Include non-legacy GrMeshDrawOps in GLPrograms test.Gravatar Brian Salomon2017-05-12
* Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".Gravatar Brian Salomon2017-05-12
* Add flag to avoid stencil buffers in SkiaGravatar Eric Karl2017-05-09
* Convert GrMesh to a structGravatar Chris Dalton2017-05-03
* Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOpGravatar Brian Salomon2017-04-04
* Move pipeline handling out of GrMeshDrawOp.Gravatar Brian Salomon2017-04-03
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...Gravatar Brian Salomon2017-03-29
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Find cubic KLM functionals directlyGravatar csmartdalton2017-03-23
* Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...Gravatar Brian Salomon2017-03-09
* Make GrClip.h privateGravatar Brian Salomon2017-03-09
* Make GrPipelineAnalysis a nested class of GrProcessorSet.Gravatar Brian Salomon2017-02-22
* Remove component flags from GrPipelineInput.Gravatar Brian Salomon2017-02-14
* SkScalarMul is deprecatedGravatar Mike Reed2017-02-14
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* Removes tracking of whether color is ignored by XP.Gravatar Brian Salomon2017-01-04
* Removing tracking of whether GP/FP coverage calculations are used by XP.Gravatar Brian Salomon2017-01-04
* Remove ref counting from GrOp.Gravatar Brian Salomon2017-01-03
* Misc batch->op cleanup Part 2 of 2Gravatar Brian Salomon2016-12-21