aboutsummaryrefslogtreecommitdiff
path: root/bench/PatchBench.cpp
AgeCommit message (Expand)Author
2021-11-18Remove drawPatch/Vertices helpers that don't take SkBlendModeBrian Salomon
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-04-02Stop including SkVertices.h from so many placesBrian Osman
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-04-03Use SkTileMode instead of nested enumMike Reed
2018-07-09Interpolate patch vertices in destination color spaceBrian Osman
2017-05-23color-correct patchMike Reed
2017-05-23add bench for patchutilsMike Reed
2016-10-28remove xfermode from public apiMike Reed
2016-08-29benchmarks: Avoid brackets and commas in test names.jcgregorio
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-14Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of http...reed
2016-03-14Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https...reed
2016-03-14Finish conversion to sk_sp<SkShader>reed
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
2015-08-27Style Change: NULL->nullptrhalcanary
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-08-15Added bench for grid of patches.dandov
2014-08-13Don't leak the shader in PatchBench.mtklein
2014-08-12SkCanvas::drawPatch param SkPoint[12]dandov