| Commit message (Expand) | Author | Age |
... | |
* | custom memset32 to speed up erasing the offscreen when its width is small. | reed@google.com | 2011-11-03 |
* | Adding support to trunk for building Skia using the Android NDK. | djsollen@google.com | 2011-11-03 |
* | add bench for building the font cache | reed@google.com | 2011-11-02 |
* | support multiple (OR'd) -match parameters | reed@google.com | 2011-10-31 |
* | add bench for building aaclips | reed@google.com | 2011-10-31 |
* | Fix pure virtual call from destructor and turn VertBench back on | bsalomon@google.com | 2011-10-28 |
* | disable for now (brian is fixing) | reed@google.com | 2011-10-28 |
* | add initial bench for drawVertices | reed@google.com | 2011-10-28 |
* | In debug builds, only run each benchmark 1 time (test for assertion-breakage, | tomhudson@google.com | 2011-10-28 |
* | Instead of using fixed size for GPU context in benchmain, walk list of | tomhudson@google.com | 2011-10-28 |
* | Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac... | bsalomon@google.com | 2011-10-27 |
* | New benchmark for blitRect based on call frequency observed while scrolling | tomhudson@google.com | 2011-10-27 |
* | Fix some warnings on VS2010 | bsalomon@google.com | 2011-10-24 |
* | Fix wall clock in bench system timer on Windows. | bungeman@google.com | 2011-10-19 |
* | Pass NULL to BenchTimer cons when gl context creation failed. | bsalomon@google.com | 2011-10-19 |
* | Fix benchmain to build w/ scalar=fixed | bsalomon@google.com | 2011-10-19 |
* | Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,... | bsalomon@google.com | 2011-10-19 |
* | change text bench to measure text blit speed | reed@google.com | 2011-10-18 |
* | move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty... | bsalomon@google.com | 2011-10-13 |
* | explicitly set opt level for mac-release | reed@google.com | 2011-10-10 |
* | Fix two warnings in bench timers. | bungeman@google.com | 2011-10-03 |
* | Optimize software radial gradients (remove branches from the inner loop where | tomhudson@google.com | 2011-09-26 |
* | Change no-op math bench to noOp. | bungeman@google.com | 2011-08-31 |
* | add | reed@google.com | 2011-08-29 |
* | Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t... | bsalomon@google.com | 2011-08-19 |
* | More little improvements to bench_graph_svg.py | epoger@google.com | 2011-08-08 |
* | Incremental improvements to bench graph generation | epoger@google.com | 2011-08-08 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | fix printf output for name when skscalar is fixed | reed@google.com | 2011-07-14 |
* | add bench for building blurs | reed@google.com | 2011-07-14 |
* | be sure to call setupPaint, so we can respect the command-line args like alpha | mike@reedtribe.org | 2011-07-07 |
* | 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 |