Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
[platform/upstream/libSkiaSharp.git] / gm / vertices.cpp
2017-04-03 Mike Reedmove vertex-mode enum into SkVertices
2017-03-16 Mike Reedremove unused VerticesFlags
2017-03-16 Mike ReedRevert[4] "store vertices arrays inline with object""""
2017-03-16 Mike ReedRevert[3] "store vertices arrays inline with object"""
2017-03-15 Mike ReedRevert[2] "store vertices arrays inline with object""
2017-03-15 Mike ReedRevert "store vertices arrays inline with object"
2017-03-15 Mike Reedstore vertices arrays inline with object
2017-03-14 Mike Reedadd SkVertices::Builder
2017-02-17 Florin MalitaFix drawVertices() texture mapping in the presence...
2017-02-10 Brian SalomonFix size of vertices GM to show all content
2017-02-06 Brian SalomonMake workaround for std::unique_ptr<const T[]> bug...
2017-02-06 Brian SalomonWork around broken std::unique_ptr<const T[]> construct...
2017-02-06 Brian SalomonAdd refcnt'ed immutable vertices class for SkCanvas...
2017-02-03 Brian SalomonBatch across matrix changes in drawVertices and add...
2016-10-28 Mike Reedremove xfermode from public api
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-03-29 reedswitch xfermodes over to sk_sp
2016-03-22 reedReland of [2] of "switch colorfilters to sk_sp (patchse...
2016-03-22 reedRevert of Revert[2] of "switch colorfilters to sk_sp...
2016-03-22 reedRevert[2] of "switch colorfilters to sk_sp (patchset...
2016-03-22 reedRevert of switch colorfilters to sk_sp (patchset #11...
2016-03-22 reedswitch colorfilters to sk_sp
2016-03-13 reedReland of "more shader-->sp conversions (patchset ...
2016-03-13 reedRevert of more shader-->sp conversions (patchset #5...
2016-03-13 reedmore shader-->sp conversions
2016-03-08 bsalomonExpand coverage of vertices gm
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-05-05 reed@google.comnew vertices gm to test alpha
2014-04-30 commit-bot@chromiu... Turn on quilt mode in DM.
2014-01-08 commit-bot@chromiu... Remove GPU-only flag for vertices GM
2014-01-08 reed@google.comsuppress on gpu for now
2013-12-30 reed@google.comreenable vertices gm, adding picture support
2013-12-30 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-12-30 mike@reedtribe.orgreally disable replay
2013-12-30 mike@reedtribe.orgsuppress pictures for vertices for now
2013-12-30 mike@reedtribe.orgadd gm::vertices