aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* always return a valueGravatar reed@google.com2012-05-02
* distinguish intersects-rect from intersects-rgnGravatar reed@google.com2012-05-02
* renormalize some loop counts for faster tests in regionsGravatar reed@google.com2012-05-02
* rename containsrgn to containsrect, since that is what it is testingGravatar reed@google.com2012-05-02
* make name lower-case, to match all other benchesGravatar reed@google.com2012-04-30
* must return a valueGravatar reed@google.com2012-04-30
* add contains xy test, adjust number of rects (using xor this time)Gravatar reed@google.com2012-04-30
* add RegionBench, in preparation for speeding up intersects and contains for c...Gravatar reed@google.com2012-04-27
* add defer canvas to benchGravatar bsalomon@google.com2012-04-16
* Allow specifying multiple configs for bench, e.g. -config 8888 -config GPU.Gravatar tomhudson@google.com2012-04-16
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* add circle benchmarkGravatar bsalomon@google.com2012-04-11
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Add usage message and -h|--help arguments to bench.Gravatar tomhudson@google.com2012-04-03
* Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_D...Gravatar robertphillips@google.com2012-03-30
* Removing "Debug" option from bench tests to evaluate possible regressionGravatar robertphillips@google.com2012-03-29
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Added debug GL Interface. This interface tracks various GL objects in order t...Gravatar robertphillips@google.com2012-03-19
* Disable overly heavy benchmark - 15x slower than any other benchmarkGravatar tomhudson@google.com2012-03-14
* add bench for various interp techniques used in bitmapshader_matrixGravatar reed@google.com2012-03-07
* fix reorder initialization warningGravatar djsollen@google.com2012-02-27
* Add a bench for picture playback.Gravatar djsollen@google.com2012-02-23
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Add a wide stroked line path benchmark to bench. It uses the same stroke widthGravatar senorblanco@chromium.org2012-01-12
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* Make null gl a top level config in benchGravatar bsalomon@google.com2011-12-13
* rename sk_float_isNaN to sk_float_isnan to match related functionsGravatar reed@google.com2011-12-06
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* add bench for computing isfinite of 4 values (targeted for SkRect)Gravatar reed@google.com2011-12-05
* 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