Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / beziereffects.cpp
2017-05-16 Hal CanarySkCanvas: Helpers for draw{Point,Line,Circle}
2017-04-03 Brian SalomonMove pipeline handling out of GrMeshDrawOp.
2017-03-23 csmartdaltonFind cubic KLM functionals directly
2017-03-14 Greg DanielGeneraly Fixes to gpu bezier code
2017-03-09 Brian SalomonAdd a separate draw function to GrRenderTargetContext...
2017-03-06 Brian SalomonStore clipped bounds on GrOp rather than in parallel...
2017-02-14 Mike Reedstop using SkScalarMul
2017-01-11 Brian SalomonMake GrPaints move their GrProcessor ownership into...
2017-01-09 Brian SalomonRevert "Revert "Removing ref counting from GrXPFactory.""
2017-01-09 Brian SalomonRevert "Removing ref counting from GrXPFactory."
2017-01-09 Brian SalomonRemoving ref counting from GrXPFactory.
2017-01-03 Brian SalomonRemove ref counting from GrOp.
2016-12-16 Brian Salomonmove src/gpu/batches -> src/gpu/ops
2016-12-16 Brian SalomonRename GrTestBatch and subclasses to Op
2016-12-09 Brian SalomonRename testingOnly_drawBatch to testingOnly_addDrawOp...
2016-12-09 Brian SalomonRelandx2 "Remove antialiasing control from GrPaint."
2016-12-09 Brian SalomonRevert "Reland "Remove antialiasing control from GrPaint.""
2016-12-09 Brian SalomonReland "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRevert "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRemove antialiasing control from GrPaint.
2016-12-01 Brian SalomonRename GrDrawBatch->GrDrawOp
2016-12-01 Brian SalomonRename GrBatch to GrOp
2016-11-07 Hal Canarygm: s/SkAutoTUnref/sk_sp/
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename renderTargetContextPriv to priv, and some more...
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-09-26 caryclarkallow conic chop to fail
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-06-23 robertphillipsMove GrPipelineBuilder out of gms & reduce use of GrPip...
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 robertphillipsRemove GrRenderTarget from GrPipelineBuilder
2016-04-28 robertphillipsClean up test drawContext usage
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-04-20 robertphillipsRein in the use of SkDevice.h
2016-04-01 bsalomonSimplify GrDrawBatch uploads and token uage.
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-02 robertphillipsBegin weaning GrClipMaskManager off of GrDrawTarget...
2016-03-02 robertphillipsRevert of Begin weaning GrClipMaskManager off of GrDraw...
2016-03-02 robertphillipsBegin weaning GrClipMaskManager off of GrDrawTarget...
2016-01-13 joshualittHide drawBatch on GrDrawTarget from test Methods
2015-11-30 joshualittMake onPrepareDraws const
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-16 robertphillipsOptionally pass rendertarget to getTestTarget
2015-11-11 robertphillipsMove GrBatchFlushState from GrDrawTarget to GrDrawingMa...
2015-09-18 reedReland of add a ClassID function to GrBatch (patchset...
2015-09-18 reedRevert of add a ClassID function to GrBatch (patchset...
2015-09-17 joshualittadd a ClassID function to GrBatch
2015-09-17 joshualittRevert of add a ClassID function to GrBatch (patchset...
2015-09-17 joshualittadd a ClassID function to GrBatch
2015-09-09 halcanaryGM: replace boilerplate with macros
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-17 bsalomonMake GrVertexBatch objects hold their own draws during...
2015-08-13 bsalomonIntroduce GrBatch subclasses GrDrawBatch and GrVertexBa...
2015-08-07 joshualittGrDrawVertices to batches
2015-08-06 bsalomonDon't pass pipeline to GrBatch::generateGeometry()
2015-07-16 joshualittGive GrBatch a pointer to GrPipeline
2015-07-16 joshualittRevert of Give GrBatch a pointer to GrPipeline (patchse...
2015-07-16 joshualittGive GrBatch a pointer to GrPipeline
2015-07-13 joshualittStart to propagate constness of GrPipelineBuilder up...
2015-05-19 joshualittPreliminary attempt to remove batch tracker
2015-05-19 joshualittRevert of Preliminary attempt to remove batch tracker...
2015-05-19 joshualittPreliminary attempt to remove batch tracker
2015-05-13 joshualittremove color from GrGeometryProcessor
2015-05-07 bsalomonIterate over instanced draws in GrGpu rather than above...
2015-05-07 robertphillipsIsolate GrBufferAllocPools inside GrBatchTarget
2015-05-05 bsalomonMove DrawInfo out from GrDrawTarget and rename to GrVer...
2015-05-05 bsalomonStart on simplifying generateGeometry() overrides
2015-05-04 bsalomonRevert of Start on simplifying generateGeometry() overr...
2015-05-04 bsalomonStart on simplifying generateGeometry() overrides
2015-05-04 bsalomonMove instanced index buffer creation to flush time
2015-05-04 bsalomonRevert of Move instanced index buffer creation to flush...
2015-05-04 bsalomonMove instanced index buffer creation to flush time
2015-05-01 joshualittMove bounds to GrBatch
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-05 joshualitthandle null vertex or index buffers in batch
2015-02-23 joshualittMove clip off of draw target
2015-02-11 joshualittGMs now use batch
2015-02-11 joshualittRevert of GMs now use batch (patchset #3 id:40001 of...
2015-02-11 joshualittGMs now use batch
2015-01-31 bsalomonAdd standard way to indicate GM is GPU-only.
2015-01-23 mtkleinremove unused GM flags
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-29 joshualittRemove coordchanges from drawstate
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 joshualittRevert of Remove GP from drawstate, revision of invaria...
2014-12-10 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-12-03 joshualittFirst step to moving vertex attributes to the geometryP...
2014-11-17 joshualittDrawstate on stack
2014-11-03 joshualittTest factory uses the inorder draw buffer
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-15 joshualittBUG=skia:
2014-09-05 bsalomon"NULL !=" = NULL
2014-09-04 joshualittInitial change to create GeometryProcessor
2014-08-28 egdanielMake setVertexAttribs in GrDrawState take a stride...
2014-08-27 djsollenRevert of Make setVertexAttribs in GrDrawState take...
2014-08-27 egdanielMake setVertexAttribs in GrDrawState take a stride...
next