aboutsummaryrefslogtreecommitdiffstats
path: root/gm/bigrrectaaeffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOpMichael Ludwig2018-12-111-4/+3
* Remove all remaining GrColor4f (other than gradients)Brian Osman2018-10-161-1/+1
* Revert "converted AARectEffect to new FP system"Ethan Nicholas2018-10-151-1/+3
* converted AARectEffect to new FP systemEthan Nicholas2018-10-121-3/+1
* Plumb GrContext everywhereRobert Phillips2018-06-121-1/+7
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-2/+0
* Make GrCaps and GrShaderCaps private.Brian Salomon2018-05-111-0/+1
* Avoid GrEllipseEffect for small radii on devices without 32 bit float.Brian Salomon2017-12-051-1/+2
* switched GrClipEdge to an enum classEthan Nicholas2017-11-101-2/+2
* renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeTypeEthan Nicholas2017-11-091-4/+4
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Brian Salomon2017-08-111-1/+1
* Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMesh...Brian Salomon2017-06-151-3/+3
* Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp s...Brian Salomon2017-06-141-3/+3
* Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.Brian Salomon2017-06-141-3/+3
* Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.Brian Salomon2017-05-101-5/+5
* Move pipeline handling out of GrMeshDrawOp.Brian Salomon2017-04-031-2/+2
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...Brian Salomon2017-03-091-2/+2
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Brian Salomon2017-01-111-5/+4
* Revert "Revert "Removing ref counting from GrXPFactory.""Brian Salomon2017-01-091-1/+1
* Revert "Removing ref counting from GrXPFactory."Brian Salomon2017-01-091-1/+1
* Removing ref counting from GrXPFactory.Brian Salomon2017-01-091-1/+1
* Remove ref counting from GrOp.Brian Salomon2017-01-031-2/+2
* move src/gpu/batches -> src/gpu/opsBrian Salomon2016-12-161-2/+2
* Update rect ops to use "op" in their name and return sk_sp.Brian Salomon2016-12-141-4/+3
* Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_spBrian Salomon2016-12-091-3/+3
* Relandx2 "Remove antialiasing control from GrPaint."Brian Salomon2016-12-091-1/+2
* Revert "Reland "Remove antialiasing control from GrPaint.""Brian Salomon2016-12-091-2/+1
* Reland "Remove antialiasing control from GrPaint."Brian Salomon2016-12-091-1/+2
* Revert "Remove antialiasing control from GrPaint."Brian Salomon2016-12-081-2/+1
* Remove antialiasing control from GrPaint.Brian Salomon2016-12-081-1/+2
* Rename GrDrawBatch->GrDrawOpBrian Salomon2016-12-011-2/+2
* gm: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-071-2/+2
* remove xfermode from public apiMike Reed2016-10-281-1/+1
* Rename renderTargetContextPriv to priv, and some more leftover DCsBrian Osman2016-10-271-2/+1
* Rename GrDrawContext to GrRenderTargetContextBrian Osman2016-10-271-4/+6
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-4/+4
* Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.hrobertphillips2016-06-231-5/+4
* sk_sp for Ganesh.bungeman2016-06-091-4/+3
* Remove GrRenderTarget from GrPipelineBuilderrobertphillips2016-06-061-1/+0
* Clean up test drawContext usagerobertphillips2016-04-281-9/+3
* Bring sk_sp to GrDrawContextrobertphillips2016-04-271-1/+1
* Rein in the use of SkDevice.hrobertphillips2016-04-201-1/+0
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)robertphillips2016-03-021-2/+2
* Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patch...robertphillips2016-03-021-2/+2
* Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)robertphillips2016-03-021-2/+2
* Remove two varieties of drawNonAARect from GrDrawTargetjoshualitt2016-01-131-12/+15
* Split big rrect aa effect up into separate imagesbsalomon2015-12-091-77/+79
* Don't create a GXPFactory when blend is SrcOveregdaniel2015-11-231-0/+2