aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* 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
* Add GPU support for axis-aligned ovals:Gravatar jvanverth@google.com2013-01-22
* 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