summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/painting
Commit message (Collapse)AuthorAgeFilesLines
* 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.