| Commit message (Expand) | Author | Age |
* | 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 |
* | add SkSfntUtils to parse some known truetype tables | reed@android.com | 2009-04-14 |
* | add Table apis to SkFontHost | reed@android.com | 2009-04-08 |
* | rename bench's main to benchmain.cpp, to avoid multiple files with same name | reed@android.com | 2009-04-01 |
* | add -pict option to bench, which draws everything through a picture, and then | reed@android.com | 2009-03-31 |
* | migrate more legacy unittests into tests/ | reed@android.com | 2009-03-07 |
* | draft of Text benchmark | reed@android.com | 2009-01-28 |
* | add BitmapBench | reed@android.com | 2009-01-26 |
* | remove duplicate SkTRegistry definition | reed@android.com | 2009-01-22 |
* | make help - shows options in makefile | reed@android.com | 2009-01-21 |
* | add options to bench: -repeat N -forceOpaque -forceBlend -forceAA -forceBW | reed@android.com | 2009-01-19 |
* | add crude Makefile (someone please help!) | reed@android.com | 2009-01-16 |
* | add arg to make diff sized rects | reed@android.com | 2009-01-08 |
* | move main.cpp outside of the xcode project | reed@android.com | 2009-01-07 |
* | add cmd-line args | reed@android.com | 2009-01-07 |
* | Initial automake and autoconf files to build core into libskia.a. | joe.gregorio | 2009-01-06 |
* | add benchmark framework | reed@android.com | 2009-01-05 |