aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-18
* Added new bench to test out 1xN BitmapProcShadersGravatar robertphillips@google.com2013-01-17
* Revert r7241, which broke tests on most platforms.Gravatar tomhudson@google.com2013-01-17
* Add SSE2 multiplication for SkMatrix44 on some platforms.Gravatar tomhudson@google.com2013-01-17
* Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that u...Gravatar junov@chromium.org2013-01-16
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* add benches for drawBitmapRectToRect with slight scale/translateGravatar reed@google.com2013-01-15
* Fix leaks in blurrect benchs and gm.Gravatar bsalomon@google.com2013-01-11
* Add clear after each image save, so that GPU images won't end up progressivel...Gravatar jvanverth@google.com2013-01-09
* speculative change to speedup blurrect bench for large radius, to see if the ...Gravatar mike@reedtribe.org2013-01-09
* fix warnings (float to int), and convert to skia-styleGravatar reed@google.com2013-01-07
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-05
* Added a new function to directly generate a blurred rectangle analytically.Gravatar humper@google.com2013-01-04
* add matrixbench for invert_translateGravatar reed@google.com2013-01-04
* use DEF_BENCH to simplify registrationGravatar reed@google.com2013-01-04
* Parses per-tile benches and returns the sum as overall skp bench.Gravatar bensong@google.com2012-12-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-15
* Add new "aarects" bench to establish baseline for aa rect drawingGravatar robertphillips@google.com2012-12-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-14
* Matrix inversion optimizations and benchmark; originally by whunt@google.com.Gravatar tomhudson@google.com2012-12-13
* Minor cleanupGravatar robertphillips@google.com2012-12-12
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* Add drawPoints dash benchGravatar robertphillips@google.com2012-12-05
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* Fixed remaining clang compiler warningsGravatar robertphillips@google.com2012-12-03
* Adds BENCH_ALLOWED_NOISE to widen expected bench ranges.Gravatar bensong@google.com2012-11-30
* Modify the blur bench to add tests for high-quality blurs, and large non-inte...Gravatar senorblanco@chromium.org2012-11-29
* Update bench_expectations.txt with new codes in issue 6842112.Gravatar bensong@google.com2012-11-28
* update bench_expectations with wider range before further investigations and ...Gravatar bensong@google.com2012-11-27
* add skp bench expectations and watch for alerts.Gravatar bensong@google.com2012-11-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* need this for prev. clGravatar reed@google.com2012-11-15
* add bench for srcmodeGravatar reed@google.com2012-11-15
* use DEF_BENCH() macro to clean up factory registrations -- no other changeGravatar reed@google.com2012-11-15
* Add a conservativelyContainsRect function to SkPath.Gravatar bsalomon@google.com2012-11-13
* Adds a file for revision annotations on dashboard.Gravatar bensong@google.com2012-11-09
* use DEF_BENCH to simplify lots of registrationsGravatar reed@google.com2012-11-08
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* add bench for hairlinesGravatar reed@google.com2012-10-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-24
* Removed degenerate quads from zero radius Chrome-style round rectsGravatar robertphillips@google.com2012-10-23
* Place r5997 (make arcto's convex) behind a compiler flag to delay day of reck...Gravatar robertphillips@google.com2012-10-19
* Altered arcTo's canonical points to (usually) be convexGravatar robertphillips@google.com2012-10-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-18
* Add new bench to exercise SkPath::arcTo (arbroundrect)Gravatar robertphillips@google.com2012-10-17
* add opaque/alpha variantsGravatar reed@google.com2012-10-16
* add DEF_BENCH marco to make it easy to register new benchesGravatar reed@google.com2012-10-16