aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* Fix signed/unsigned comparison warnings in benchmain.cppGravatar bsalomon@google.com2013-02-22
* Fix GPU-less build of bench.Gravatar bsalomon@google.com2013-02-22
* Make GPU versions of benchs use the same canvas size as raster.Gravatar bsalomon@google.com2013-02-22
* Fix ChartBench crash.Gravatar bsalomon@google.com2013-02-22
* Add chart bench.Gravatar bsalomon@google.com2013-02-22
* remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPTGravatar reed@google.com2013-02-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-21
* Complete the implementation of the faster blur; now supports all blur styles ...Gravatar humper@google.com2013-02-20
* bench_graph_svg: HUGE speedup for parsing tiled bench dataGravatar epoger@google.com2013-02-17
* bench_graph_svg: more sorting to get deterministic resultsGravatar epoger@google.com2013-02-14
* bench_graph_svg: generate output in consistently sorted order, to make diffs ...Gravatar epoger@google.com2013-02-14
* try precompiling regexps to speed up bench_graph_svg.pyGravatar epoger@google.com2013-02-14
* Script to plot tile vs. viewport comparison for given platform and revision.Gravatar bensong@google.com2013-02-13
* Re-enabled performance checking on WindowsGravatar robertphillips@google.com2013-02-08
* Removes redundant and wrong check.Gravatar bensong@google.com2013-02-08
* Fixes indentation error.Gravatar bensong@google.com2013-02-08
* Fixes a bug that didn't address new perfdata location.Gravatar bensong@google.com2013-02-08
* Add a bench for SkBicubicImageFilter.Gravatar senorblanco@chromium.org2013-02-08
* Address google3 compiler warningGravatar robertphillips@google.com2013-02-07
* Enhance GL error checking for non-Ganesh GL callsGravatar robertphillips@google.com2013-02-07
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Fixes a bug introduced by the new per-tile bench log format.Gravatar bensong@google.com2013-02-06
* Updates gen_skp_ranges.py on recent changes of bench names, storage locations...Gravatar bensong@google.com2013-02-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-05
* Simplify and speed up SkIntroSort.Gravatar bungeman@google.com2013-02-04
* extend gradient_create bench to test opaque and alpha gradient rampsGravatar reed@google.com2013-02-04
* cleanup: use DEF_BENCH macroGravatar reed@google.com2013-02-04
* Add sk_ignore_unused_variable to avoid warnings.Gravatar bungeman@google.com2013-02-04
* add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizingGravatar reed@google.com2013-02-04
* use DEF_BENCH macroGravatar mike@reedtribe.org2013-02-04
* Fix warnings resulting from 7496.Gravatar bungeman@google.com2013-01-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-31
* Add SHA1 and MD5 to utils.Gravatar bungeman@google.com2013-01-31
* add new test for region::intersect, when one is a rect, and it wholly containsGravatar reed@google.com2013-01-31
* bench_compare proper spacing and tab option.Gravatar bungeman@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* reduce array size in debug builds for sortbench. This avoids a stack-overflowGravatar reed@google.com2013-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* change giantdashline test to use 4 intervals, to explicitly avoid the asPointsGravatar reed@google.com2013-01-24
* update to emphasis the culling aspect of the test (making the line much longer,Gravatar reed@google.com2013-01-24
* add bench for giant dashed lines, to test future optimizations for cullingGravatar reed@google.com2013-01-24
* use DEF_BENCH for clarityGravatar reed@google.com2013-01-24
* The oval path bench tests used to draw a circle, but I changed them to an ovalGravatar jvanverth@google.com2013-01-24
* Changes per-tile bench values to use the average of repetitions from new benc...Gravatar bensong@google.com2013-01-23
* Reverse sense of convex-quad-fix compiler flagGravatar robertphillips@google.com2013-01-23
* add rand10 bench for sort, which makes 10% of the entries repeatsGravatar reed@google.com2013-01-23
* add bench for sortingGravatar mike@reedtribe.org2013-01-23
* Fix bug in 1xN SkBitmapProcShader optimizationGravatar robertphillips@google.com2013-01-22