aboutsummaryrefslogtreecommitdiff
path: root/bench/SKPBench.cpp
AgeCommit message (Expand)Author
2021-05-01Collect DMSAA statsChris Dalton
2021-04-30nanobench: Don't tile skps outside their cull rectChris Dalton
2020-12-03deprecate getTotalMatrixMike Reed
2020-11-20Remove uses of SkCanvas::flushRobert Phillips
2020-10-14Rename SkTArray::reserve to reserve_back.John Stiles
2020-10-14Rename GrContextPriv to GrDirectContextPrivAdlai Holler
2020-08-27Remove do-nothing MPD benchmarking from nanobenchBrian Salomon
2020-07-28Remove more references to "master"Leon Scroggins III
2020-07-08Remove SkCanvas::getGrContext calls from benchesRobert Phillips
2020-05-21Revert "Revert "move onto new factories for SkMatrix""Mike Reed
2020-05-21Revert "move onto new factories for SkMatrix"Mike Reed
2020-05-21move onto new factories for SkMatrixMike Reed
2020-05-14Update internal skia uses to use flushAndSubmit and submit calls.Greg Daniel
2020-05-05Dump out path-mask generation and caching statsRobert Phillips
2020-02-07Remove SkTMin and SkTMaxBrian Osman
2019-11-15remove unused (by clients) SkMultiPictureDrawMike Reed
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-03-25Stop flooding perf with uninteresting GPU statsBrian Osman
2019-03-21DEFINE_int32 + DEFINE_uint32 -> DEFINE_intMike Klein
2019-03-21moar static flagsMike Klein
2019-03-20remove Sk prefix from CommandLineFlagsMike Klein
2019-02-04Rename GrContext::contextPriv to privRobert Phillips
2018-10-31Make nanobench --mpd flush between canvases.Brian Salomon
2018-07-12Remove SkSafeSetNull.Ben Wagner
2018-05-31Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman
2018-03-06Move internal calls from GrContext to GrContextPrivRobert Phillips
2018-01-22Move more internal methods from GrContext to GrContextPriv (take 3)Robert Phillips
2018-01-20Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"Leon Scroggins
2018-01-19Move more internal methods from GrContext to GrContextPriv (take 2)Robert Phillips
2018-01-19Revert "Move more internal methods from GrContext to GrContextPriv"Hal Canary
2018-01-19Move more internal methods from GrContext to GrContextPrivRobert Phillips
2017-01-23change clip-bounds getters to always return the rectMike Reed
2016-12-21Misc batch->op cleanup Part 1 of 2Brian Salomon
2016-11-07bench, samples, etc: s/SkAutoTUnref/sk_sp/Hal Canary
2016-03-23switch surface to sk_spreed
2016-03-17update callsites for Make image factoriesreed
2016-02-22Fix nanobench SKP flushes between loopscdalton
2015-12-02Wire up resource cache stats dumping in nanobenchjoshualitt
2015-12-02reset shader compilations for statsjoshualitt
2015-12-02Began logging more gpu stats from nanobenchjoshualitt
2015-10-26Flush GrContext between benchmark draw loopscdalton
2015-10-01Remove const from `const int loops`.mtklein
2015-08-27Style Change: NULL->nullptrhalcanary
2015-06-25Add loopSKP flag to nanobenchcdalton
2015-06-16nanobench: split CPU and GPU .SKP tile sizes.mtklein
2015-04-27Change to add zoom animations to nanobenchjoshualitt
2015-03-26Add matrix constructing helpers to SkMatrixrobertphillips
2015-03-20Only use 256x256 tiles on hd2000 nanobench botsegdaniel
2015-03-19Move skp nanobench tile size back to 256x256 to see if it fixes nanobench cra...egdaniel
2015-03-05Increase default tile sizes in nanobenchbsalomon