index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
Matrix44Bench.cpp
Commit message (
Expand
)
Author
Age
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
*
A bunch of little SkMScalar-as-float build fixes.
mtklein
2015-06-09
*
Pump up matrix44_setconcat benches 1000x so they can be timed on Android.
mtklein
2015-06-09
*
Split SetConcatMatrix44Bench to cover both internal paths.
mtklein
2015-06-09
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Add performance benchmark before landing perf improvements that remove sk_bez...
shawnsingh@chromium.org
2013-08-28
*
Add perf benchmarks and more unit tests for matrix inversion
commit-bot@chromium.org
2013-08-20
*
Bench : Unused parameters cleanup
sugoi@google.com
2013-03-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Revert r7241, which broke tests on most platforms.
tomhudson@google.com
2013-01-17
*
Add SSE2 multiplication for SkMatrix44 on some platforms.
tomhudson@google.com
2013-01-17
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-14
*
Matrix inversion optimizations and benchmark; originally by whunt@google.com.
tomhudson@google.com
2012-12-13
*
add getTypes() to SkMatrix44, to cache how complex the matrix is.
reed@google.com
2012-12-03