aboutsummaryrefslogtreecommitdiff
path: root/bench/Matrix44Bench.cpp
AgeCommit message (Expand)Author
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