summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/painting
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-136-102/+102
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-106-6/+6
| | | | Reviewed-by: Trust Me
* Modified QPainter and QPixmap benchmarks to use raster pixmaps.Samuel Rødal2010-05-121-23/+56
| | | | | | | These benchmarks are not written in a way that supports robust benchmarking of asynchronous pixmap backends. Reviewed-by: Bjørn Erik Nilsen
* Updated qtbench to build against modified QStaticText APIGareth Stockwell2010-04-091-2/+2
| | | | | | | 3cebc028 replaced QStaticText::setMaximumSize with QStaticText::setTextWidth. Reviewed-by: Eskil Abrahamsen Blomfeldt
* Optimize QRegion::intersects(QRect).Michael Brasser2010-03-151-0/+50
| | | | | | | Further optimize for the common case where numRects == 1. Benchmarks included. Reviewed-by: Samuel
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-153-3/+3
|\ | | | | | | | | Conflicts: src/gui/styles/qs60style_s60.cpp
| * Renamed test benchmark targets.Miikka Heikkinen2010-03-103-3/+3
| | | | | | | | | | | | | | | | | | | | | | Many of the benchmarks generate executables with same names as the autotests. This is a big problem for Symbian, where all binaries are stored into single directory. Renamed benchmark targets to include 'bench' in their name to ensure no overlap in target names. Part of QtP delta reduction effort. Reviewed-by: Liang Qi
* | Add license headerOlivier Goffart2010-03-091-0/+41
| |
* | Added text benchmarks from qtbench to tests/benchmarksSamuel Rødal2010-03-084-1/+1062
| | | | | | | | Reviewed-by: Gunnar Sletta
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-3/+3
| | | | | | | | QDeclarativeXXX.
* | Removed redundant debug output from trace benchmark.Samuel Rødal2010-02-181-1/+0
| |
* | Added two QML based traces to trace benchmark.Samuel Rødal2010-02-184-0/+4
| |
* | Reduced the memory footprint of qttrace files.Samuel Rødal2010-02-181-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | A couple of improvements have been made: * Use single precision floats for the traces. * Reduce the number of variant wrapped transforms by introducing a new translate command. * Reduce the number of bytes streamed per image / pixmap draw command. * Add versioning info to qttrace files to be more future proof. Reviewed-by: Gunnar Sletta
* | Added trace replayer benchmark.Samuel Rødal2010-02-188-1/+275
|/ | | | | | | | Now we can easily add trace files generated with -graphicssystem trace for benchmarking on all relevant platforms. Reviewed-by: Gunnar Sletta
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-087-0/+2340
We follow the same structure as used in the src directory. This makes it easier to navigate through the jungel, especially now that we are going to add functional tests etc.