aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* speedup AAClip::setRegion (n^2 to n)Gravatar reed@google.com2011-11-28
* add test for drawPosText, to measure any difference it introduces given thatGravatar reed@google.com2011-11-23
* Add fractional-radius blurs to blur benchmark.Gravatar tomhudson@google.com2011-11-22
* add bench for shader+blitMaskGravatar reed@google.com2011-11-15
* New SkMutex benchmark - used when we suspected mutex performance issues;Gravatar tomhudson@google.com2011-11-14
* Fixes int to scalar warnings. This checkin changes the range of random matrix...Gravatar bsalomon@google.com2011-11-10
* use new PurgeFontCache() apiGravatar reed@google.com2011-11-08
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* Recommit r2611 with fix for gmGravatar bsalomon@google.com2011-11-07
* Revert r2611 until windows gm can be debuggedGravatar bsalomon@google.com2011-11-07
* Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...Gravatar bsalomon@google.com2011-11-07
* custom memset32 to speed up erasing the offscreen when its width is small.Gravatar reed@google.com2011-11-03
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* add bench for building the font cacheGravatar reed@google.com2011-11-02
* support multiple (OR'd) -match parametersGravatar reed@google.com2011-10-31
* add bench for building aaclipsGravatar reed@google.com2011-10-31
* Fix pure virtual call from destructor and turn VertBench back onGravatar bsalomon@google.com2011-10-28
* disable for now (brian is fixing)Gravatar reed@google.com2011-10-28
* add initial bench for drawVerticesGravatar reed@google.com2011-10-28
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28
* Instead of using fixed size for GPU context in benchmain, walk list ofGravatar tomhudson@google.com2011-10-28
* Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...Gravatar bsalomon@google.com2011-10-27
* New benchmark for blitRect based on call frequency observed while scrollingGravatar tomhudson@google.com2011-10-27
* Fix some warnings on VS2010 Gravatar bsalomon@google.com2011-10-24
* Fix wall clock in bench system timer on Windows.Gravatar bungeman@google.com2011-10-19
* Pass NULL to BenchTimer cons when gl context creation failed.Gravatar bsalomon@google.com2011-10-19
* Fix benchmain to build w/ scalar=fixedGravatar bsalomon@google.com2011-10-19
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* change text bench to measure text blit speedGravatar reed@google.com2011-10-18
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* explicitly set opt level for mac-releaseGravatar reed@google.com2011-10-10
* Fix two warnings in bench timers.Gravatar bungeman@google.com2011-10-03
* Optimize software radial gradients (remove branches from the inner loop whereGravatar tomhudson@google.com2011-09-26
* Change no-op math bench to noOp.Gravatar bungeman@google.com2011-08-31
* addGravatar reed@google.com2011-08-29
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* More little improvements to bench_graph_svg.pyGravatar epoger@google.com2011-08-08
* Incremental improvements to bench graph generationGravatar epoger@google.com2011-08-08
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* fix printf output for name when skscalar is fixedGravatar reed@google.com2011-07-14
* add bench for building blursGravatar reed@google.com2011-07-14
* be sure to call setupPaint, so we can respect the command-line args like alphaGravatar mike@reedtribe.org2011-07-07
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* fix warning about SkPoint initializationGravatar reed@google.com2011-06-24
* Fix bad merge which broke compiles.Gravatar tomhudson@google.com2011-06-24
* New benchmark for SkMatrix::computeType().Gravatar tomhudson@google.com2011-06-24
* Update BenchGpuTimer.cpp to new interface.Gravatar bungeman@google.com2011-06-23
* New benchmark to create many random quadratic paths.Gravatar tomhudson@google.com2011-06-22
* Fix Gradient2Bench colors so that Debug bench will run.Gravatar bungeman@google.com2011-06-17