aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/vertices.cpp
Commit message (Expand)AuthorAge
* move vertex-mode enum into SkVerticesGravatar Mike Reed2017-04-03
* remove unused VerticesFlagsGravatar Mike Reed2017-03-16
* Revert[4] "store vertices arrays inline with object""""Gravatar Mike Reed2017-03-16
* Revert[3] "store vertices arrays inline with object"""Gravatar Mike Reed2017-03-16
* Revert[2] "store vertices arrays inline with object""Gravatar Mike Reed2017-03-15
* Revert "store vertices arrays inline with object"Gravatar Mike Reed2017-03-15
* store vertices arrays inline with objectGravatar Mike Reed2017-03-15
* add SkVertices::BuilderGravatar Mike Reed2017-03-14
* Fix drawVertices() texture mapping in the presence of a local matrixGravatar Florin Malita2017-02-17
* Fix size of vertices GM to show all contentGravatar Brian Salomon2017-02-10
* Make workaround for std::unique_ptr<const T[]> bug in old libstdc++ work.Gravatar Brian Salomon2017-02-06
* Work around broken std::unique_ptr<const T[]> constructor from std::unique_pt...Gravatar Brian Salomon2017-02-06
* Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.Gravatar Brian Salomon2017-02-06
* Batch across matrix changes in drawVertices and add GM to test.Gravatar Brian Salomon2017-02-03
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* switch xfermodes over to sk_spGravatar reed2016-03-29
* Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...Gravatar reed2016-03-22
* Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...Gravatar reed2016-03-22
* Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...Gravatar reed2016-03-22
* Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...Gravatar reed2016-03-22
* switch colorfilters to sk_spGravatar reed2016-03-22
* Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...Gravatar reed2016-03-13
* Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...Gravatar reed2016-03-13
* more shader-->sp conversionsGravatar reed2016-03-13
* Expand coverage of vertices gmGravatar bsalomon2016-03-08
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* remove unused GM flagsGravatar mtklein2015-01-23
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* new vertices gm to test alphaGravatar reed@google.com2014-05-05
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* Remove GPU-only flag for vertices GMGravatar commit-bot@chromium.org2014-01-08
* suppress on gpu for nowGravatar reed@google.com2014-01-08
* reenable vertices gm, adding picture supportGravatar reed@google.com2013-12-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-30
* really disable replayGravatar mike@reedtribe.org2013-12-30
* suppress pictures for vertices for nowGravatar mike@reedtribe.org2013-12-30
* add gm::verticesGravatar mike@reedtribe.org2013-12-30