aboutsummaryrefslogtreecommitdiff
path: root/bench/Matrix44Bench.cpp
AgeCommit message (Expand)Author
2021-05-05Add mapRect function and RectToRect constructor to SkM44Michael Ludwig
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-04-06clean up public m44 and camera apiMike Reed
2020-02-26renable SkM44.h checksMike Klein
2020-02-21remove bench -- we don't exercise this class anymoreMike Reed
2020-02-21Make SkM44 publicMike Reed
2020-01-21SkMScalar is obsolete -- use SkScalarMike Reed
2020-01-16move SkV3 into headerMike Reed
2020-01-08Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) ...Mike Reed
2020-01-08Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same...Brian Osman
2020-01-07Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public ...Mike Reed
2019-04-24rewrite includes to not need so much -IfooMike Klein
2018-10-04re-precate SkMatrix44::SkMatrix44()Mike Klein
2015-10-01Remove const from `const int loops`.mtklein
2015-07-13Fix up -Winconsistent-missing-overridemtklein
2015-06-09A bunch of little SkMScalar-as-float build fixes.mtklein
2015-06-09Pump up matrix44_setconcat benches 1000x so they can be timed on Android.mtklein
2015-06-09Split SetConcatMatrix44Bench to cover both internal paths.mtklein
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-06-19Remove Sk prefix from some bench classes.tfarina
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-bot@chromium.org
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-08-28Add performance benchmark before landing perf improvements that remove sk_bez...shawnsingh@chromium.org
2013-08-20Add perf benchmarks and more unit tests for matrix inversioncommit-bot@chromium.org
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-17Revert r7241, which broke tests on most platforms.tomhudson@google.com
2013-01-17Add SSE2 multiplication for SkMatrix44 on some platforms.tomhudson@google.com
2013-01-07eliminate all warnings in non-thirdparty code on machumper@google.com
2012-12-14Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-12-13Matrix inversion optimizations and benchmark; originally by whunt@google.com.tomhudson@google.com
2012-12-03add getTypes() to SkMatrix44, to cache how complex the matrix is.reed@google.com