aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* NEON fast path for box blurGravatar commit-bot@chromium.org2014-01-13
* Remove references to Skia's SVN repositoryGravatar borenet@google.com2014-01-09
* Revert of https://codereview.chromium.org/127223004/Gravatar commit-bot@chromium.org2014-01-08
* For comparison, add std::vector.Gravatar commit-bot@chromium.org2014-01-08
* Add StackBench to measure performance on stack-like (fixed element size) work...Gravatar commit-bot@chromium.org2014-01-07
* Cap memory usage in path_create bench.Gravatar commit-bot@chromium.org2014-01-06
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-02
* speedup SkRect::intersectGravatar mike@reedtribe.org2014-01-01
* Add default resource path for skia test cases in gm and bench tools.Gravatar tfarina@chromium.org2013-12-31
* Rebaseline for Nexus7 tile multithreads config. Widens the range for benched ...Gravatar commit-bot@chromium.org2013-12-19
* Adjusts Ubuntu bench multi_4_threads values. Widens range to cope with the ne...Gravatar commit-bot@chromium.org2013-12-18
* Adjusts Win7 bench tile_256x256_multi_4_threads. Using 8f4d230.Gravatar commit-bot@chromium.org2013-12-17
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Bench rebaseline for Ubuntu. Also manually adjust one entry for Nexus7.Gravatar commit-bot@chromium.org2013-12-17
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Fix handling of aggregate times in TimerData::getResultGravatar robertphillips@google.com2013-12-17
* Bench rebaseline for Nexus7 and Win7. Expected values are from versions afada...Gravatar commit-bot@chromium.org2013-12-16
* Make sure four_byte_interp benches the entire FourByteInterp call.Gravatar commit-bot@chromium.org2013-12-05
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Move non-trivial work in RectBench() to onPreDraw.Gravatar commit-bot@chromium.org2013-12-05
* Fixes bench_util's CONFIG_RE to cope with space flexibility.Gravatar bensong@google.com2013-12-05
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Add JSON output option to bench.Gravatar commit-bot@chromium.org2013-12-03
* Use lowercase windows.h in includes to fix Windows cross compilation using mi...Gravatar bungeman@google.com2013-12-03
* Fix off-by-one in four_byte_interp benches.Gravatar mtklein@google.com2013-12-03
* Add four_byte_interp benches.Gravatar commit-bot@chromium.org2013-12-02
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-21
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Reverting r12315 (More Windows 64b compilation warning fixes) due to compilat...Gravatar robertphillips@google.com2013-11-20
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-20
* fix bench so that if SK_SUPPORTS_GPU even when not provided as compiler optionGravatar djsollen@google.com2013-11-20
* increase coverage of SkPath.cpp, remove unused codeGravatar commit-bot@chromium.org2013-11-14
* Rebaseline bench expectations for tabl_theverge.skp_tile_256x256_grid.Gravatar jvanverth@google.com2013-11-12
* Make bench_compare executable.Gravatar scroggo@google.com2013-11-12
* Update bench expectations.Gravatar jvanverth@google.com2013-11-11
* Removed deprecated API calls that have crept inGravatar robertphillips@google.com2013-11-10
* SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xe...Gravatar senorblanco@chromium.org2013-11-08
* Add sk_float_rsqrt with SSE + NEON fast paths.Gravatar commit-bot@chromium.org2013-11-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-08
* Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...Gravatar reed@google.com2013-11-07
* Fixes for blurroundrect gm/bench.Gravatar scroggo@google.com2013-11-05
* Another int to scalar fix.Gravatar scroggo@google.com2013-11-05
* And fix the similar bench.Gravatar scroggo@google.com2013-11-05
* Add gms and benchmarks for drawing blurry round rects.Gravatar scroggo@google.com2013-11-05
* Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...Gravatar reed@google.com2013-11-04
* must initialize SkDraw.fClipGravatar reed@google.com2013-11-04
* speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...Gravatar reed@google.com2013-11-04
* move SkImage::ColorType into SkColorTypeGravatar reed@google.com2013-11-01