aboutsummaryrefslogtreecommitdiffstats
path: root/gm/beziereffects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return GrProcessorSet::Analysis from GrDrawOp::finalizeChris Dalton2019-01-161-4/+3
* Remove templating from QuadUVMatrix::apply, and fix const-nessBrian Osman2018-12-271-1/+1
* Change how GPs configure attributesBrian Osman2018-11-131-2/+2
* Remove unused GrCubicEffectBrian Osman2018-11-011-183/+0
* Replace GrColor4h with SkPMColor4fBrian Osman2018-10-311-12/+12
* Pass and return GrColor4h by const& when possibleBrian Osman2018-10-301-10/+11
* Keep paint color range/precision into ops and GPs (using GrColor4h)Brian Osman2018-10-291-12/+12
* Skip visiting for allocator gathering in GrTextureOp when all proxiesBrian Salomon2018-10-121-1/+1
* Centralize the predicate for a glyph being too large for the atlasHerb Derby2018-09-051-1/+0
* Reland "Move GrGeometryProcessor's textures out of classes and into"Brian Salomon2018-08-071-17/+16
* Revert "Move GrGeometryProcessor's textures out of classes and into"Brian Salomon2018-08-061-16/+17
* Make result of GrOp::combineIfPossible be an enum.Brian Salomon2018-08-061-2/+0
* Store GrMeshDrawOps' meshes in GrOpFlushState's arena.Brian Salomon2018-08-061-6/+6
* GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement.Brian Salomon2018-08-031-9/+10
* Pin max curvature solutions to 0..1Chris Dalton2018-07-251-1/+1
* Remove clamping of kPlus with F16 configsBrian Osman2018-07-111-3/+2
* Refactor GrPipeline dynamic state.Brian Salomon2018-06-261-4/+7
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Brian Salomon2018-06-191-10/+7
* Move op memory storage to GrContext (take 2)Robert Phillips2018-06-191-4/+9
* Revert "Change how vertex/instance attributes are handled in geometry process...Mike Klein2018-06-191-7/+10
* Change how vertex/instance attributes are handled in geometry processors.Brian Salomon2018-06-181-10/+7
* Revert "Move op memory storage to GrContext"Robert Phillips2018-06-151-9/+4
* Move op memory storage to GrContextRobert Phillips2018-06-151-4/+9
* Plumb GrContext everywhereRobert Phillips2018-06-121-9/+25
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-4/+0
* Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRectBrian Salomon2018-05-181-3/+2
* Make GrCaps and GrShaderCaps private.Brian Salomon2018-05-111-8/+8
* Don't support GrCubicEffect if float != fp32Chris Dalton2018-04-161-0/+12
* switched GrClipEdge to an enum classEthan Nicholas2017-11-101-5/+5
* renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeTypeEthan Nicholas2017-11-091-5/+5
* make point array methods privateCary Clark2017-11-071-5/+6
* convert mapHomogeneousPoints to SkPoint3Cary Clark2017-10-181-2/+3
* Revert "Revert "Make GPU backend triangulate rects such that they are rendere...Brian Salomon2017-10-181-5/+5
* Revert "Make GPU backend triangulate rects such that they are rendered as tri...Brian Salomon2017-10-171-5/+5
* Make GPU backend triangulate rects such that they are rendered as tri strips ...Brian Salomon2017-10-171-5/+5
* Use shader based blending to clamp kPlus mode w/F16Brian Osman2017-09-201-2/+3
* Change visitProxies signatureRobert Phillips2017-09-141-1/+1
* Add method to iterate over a GrOp's GrSurfaceProxiesRobert Phillips2017-09-131-0/+4
* Move GrAppliedClip into GrPipelineBrian Salomon2017-08-101-1/+1
* Move GrProcessorSet into GrPipelineBrian Salomon2017-08-091-5/+5
* Make ops in bezier_effects GMs be non-Legacy GrMeshDrawOpsBrian Salomon2017-07-141-68/+81
* Improve cubic KLM accuracyChris Dalton2017-06-091-38/+73
* SkCanvas: Helpers for draw{Point,Line,Circle}Hal Canary2017-05-161-7/+7
* Move pipeline handling out of GrMeshDrawOp.Brian Salomon2017-04-031-15/+16
* Find cubic KLM functionals directlycsmartdalton2017-03-231-23/+18
* Generaly Fixes to gpu bezier codeGreg Daniel2017-03-141-4/+10
* Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...Brian Salomon2017-03-091-12/+14
* Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList.Brian Salomon2017-03-061-15/+16
* stop using SkScalarMulMike Reed2017-02-141-6/+6
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Brian Salomon2017-01-111-6/+6