aboutsummaryrefslogtreecommitdiffstats
path: root/gm/convexpolyeffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return GrProcessorSet::Analysis from GrDrawOp::finalizeChris Dalton2019-01-161-4/+3
* Change how GPs configure attributesBrian Osman2018-11-131-1/+1
* Replace GrColor4h with SkPMColor4fBrian Osman2018-10-311-2/+2
* Keep paint color range/precision into ops and GPs (using GrColor4h)Brian Osman2018-10-291-2/+2
* Remove all remaining GrColor4f (other than gradients)Brian Osman2018-10-161-2/+2
* Revert "converted AARectEffect to new FP system"Ethan Nicholas2018-10-151-6/+2
* Skip visiting for allocator gathering in GrTextureOp when all proxiesBrian Salomon2018-10-121-1/+1
* converted AARectEffect to new FP systemEthan Nicholas2018-10-121-2/+6
* 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-5/+3
* Revert "Move GrGeometryProcessor's textures out of classes and into"Brian Salomon2018-08-061-3/+5
* 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-2/+2
* GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement.Brian Salomon2018-08-031-1/+1
* added byte and ubyte types to SKSLRuiqi Mao2018-07-171-1/+5
* Remove clamping of kPlus with F16 configsBrian Osman2018-07-111-3/+2
* Refactor GrPipeline dynamic state.Brian Salomon2018-06-261-3/+2
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Brian Salomon2018-06-191-3/+2
* Move op memory storage to GrContext (take 2)Robert Phillips2018-06-191-1/+3
* Revert "Change how vertex/instance attributes are handled in geometry process...Mike Klein2018-06-191-2/+3
* Change how vertex/instance attributes are handled in geometry processors.Brian Salomon2018-06-181-3/+2
* Revert "Move op memory storage to GrContext"Robert Phillips2018-06-151-3/+1
* Move op memory storage to GrContextRobert Phillips2018-06-151-1/+3
* Plumb GrContext everywhereRobert Phillips2018-06-121-3/+14
* 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-2/+1
* switched GrClipEdge to an enum classEthan Nicholas2017-11-101-2/+2
* renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeTypeEthan Nicholas2017-11-091-2/+2
* make point array methods privateCary Clark2017-11-071-1/+2
* Revert "Revert "Make GPU backend triangulate rects such that they are rendere...Brian Salomon2017-10-181-1/+2
* Revert "Make GPU backend triangulate rects such that they are rendered as tri...Brian Salomon2017-10-171-2/+1
* Make GPU backend triangulate rects such that they are rendered as tri strips ...Brian Salomon2017-10-171-1/+2
* Use shader based blending to clamp kPlus mode w/F16Brian Osman2017-09-201-3/+4
* Change visitProxies signatureRobert Phillips2017-09-141-1/+1
* Add method to iterate over a GrOp's GrSurfaceProxiesRobert Phillips2017-09-131-2/+6
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Brian Salomon2017-08-111-2/+2
* Move GrAppliedClip into GrPipelineBrian Salomon2017-08-101-1/+3
* Move GrProcessorSet into GrPipelineBrian Salomon2017-08-091-2/+2
* Make convex poly effect GM use a non-legacy GrMeshDrawOpBrian Salomon2017-07-141-22/+35
* Move pipeline handling out of GrMeshDrawOp.Brian Salomon2017-04-031-7/+8
* Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...Brian Salomon2017-03-091-8/+8
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Brian Salomon2017-01-111-4/+4
* Revert "Revert "Removing ref counting from GrXPFactory.""Brian Salomon2017-01-091-2/+2
* Revert "Removing ref counting from GrXPFactory."Brian Salomon2017-01-091-2/+2
* Removing ref counting from GrXPFactory.Brian Salomon2017-01-091-2/+2
* Removing tracking of whether GP/FP coverage calculations are used by XP.Brian Salomon2017-01-041-4/+2
* Remove ref counting from GrOp.Brian Salomon2017-01-031-4/+4
* move src/gpu/batches -> src/gpu/opsBrian Salomon2016-12-161-2/+2
* Rename GrTestBatch and subclasses to OpBrian Salomon2016-12-161-9/+11
* Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_spBrian Salomon2016-12-091-6/+6