| Commit message (Expand) | Author | Age |
* | Adding the notion of a volatile bitmap to SkBitmap. | junov@google.com | 2011-06-30 |
* | fix warning about SkPoint initialization | reed@google.com | 2011-06-24 |
* | Fix bad merge which broke compiles. | tomhudson@google.com | 2011-06-24 |
* | New benchmark for SkMatrix::computeType(). | tomhudson@google.com | 2011-06-24 |
* | Update BenchGpuTimer.cpp to new interface. | bungeman@google.com | 2011-06-23 |
* | New benchmark to create many random quadratic paths. | tomhudson@google.com | 2011-06-22 |
* | Fix Gradient2Bench colors so that Debug bench will run. | bungeman@google.com | 2011-06-17 |
* | Add graphing for multiple runs of bench. | bungeman@google.com | 2011-06-17 |
* | make SkDevice constructors explicit between offscreen and on/direct | reed@google.com | 2011-06-16 |
* | add gradient_create bench, just to measure the time to create a new gradient | reed@google.com | 2011-06-16 |
* | add tilemode options | reed@google.com | 2011-06-15 |
* | Add information to bench output. | bungeman@google.com | 2011-06-15 |
* | delete all old (non-Gyp) buildfiles | epoger@google.com | 2011-06-14 |
* | Fix scale metric bench. | bungeman@google.com | 2011-06-08 |
* | Higher resolution timers for bench. | bungeman@google.com | 2011-06-07 |
* | New benchmarks to determine performance of matrix-point multiplication for fl... | tomhudson@google.com | 2011-06-07 |
* | Make scalar benchmarks compile and run under SKIA_SCALAR=fixed as well as float. | tomhudson@google.com | 2011-06-06 |
* | New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float ... | tomhudson@google.com | 2011-06-06 |
* | add internal multiplier for loopcount, to reduce variance for simple/fast tests | reed@google.com | 2011-06-06 |
* | make concat_float distinguishable using -match | reed@google.com | 2011-06-06 |
* | Remove warnings, improve benchmark quality, complicate benchmark results: | tomhudson@google.com | 2011-06-03 |
* | <body onunload="M_unloadPage();"> | tomhudson@google.com | 2011-06-03 |
* | speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling | reed@google.com | 2011-06-01 |
* | glFinish to complete bench before stopping stopwatch. | bungeman@google.com | 2011-05-18 |
* | add GPU config | mike@reedtribe.org | 2011-05-17 |
* | check for missing filename (needs to be specified when tool is launched) | reed@google.com | 2011-05-09 |
* | rename radial to radial1, so I can distinguish it from radial2 in my | reed@google.com | 2011-04-13 |
* | speed up 2-point-radial gradients by 9x, using float instead of fixed | reed@google.com | 2011-04-13 |
* | add benchmark for path filling | reed@google.com | 2011-04-11 |
* | add strokerects to gm | reed@google.com | 2011-04-04 |
* | add 2 stroke tests to rects | mike@reedtribe.org | 2011-04-02 |
* | http://codereview.appspot.com/3980041/ | reed@google.com | 2011-03-09 |
* | add black, opaque, blend variants for text blits, to exercise different | reed@google.com | 2011-01-17 |
* | add template macro to "safely" perform casts w/o breaking strict-aliasing | reed@google.com | 2011-01-05 |
* | add | reed@android.com | 2010-12-20 |
* | Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" | agl@chromium.org | 2010-04-27 |
* | Revert "Use hairline when line width <= 1.0, instead of < 1.0." | agl@chromium.org | 2010-04-26 |
* | Use hairline when line width <= 1.0, instead of < 1.0. | anatoly@google.com | 2010-04-12 |
* | update with better fps reporting | reed@android.com | 2010-02-22 |
* | add FPSBench | reed@android.com | 2010-02-22 |
* | motorola neon patch for blitMask, used in text drawing | reed@android.com | 2009-10-20 |
* | add opaque -vs- alpha bitmap cases | reed@android.com | 2009-10-19 |
* | add -forceDither option to bench (it is tristate) | reed@android.com | 2009-10-19 |
* | add decode bench | reed@android.com | 2009-09-02 |
* | add benchmark for repeat-tile bitmaps | reed@android.com | 2009-08-12 |
* | remove dead code | reed@android.com | 2009-08-11 |
* | add -forceFilter to bench tool | reed@android.com | 2009-08-04 |
* | add -config foo to restrict the output to just the specific config | reed@android.com | 2009-08-04 |
* | remove noisy font table tests from TextBench | reed@android.com | 2009-08-04 |
* | almost there on gm (need to fix image writes/reads/compares) | reed@android.com | 2009-06-21 |