summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-271-10/+10
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-261-10/+10
| |\
| | * Fix lancebench results oddnessAllan Sandfeld Jensen2019-07-231-10/+10
* | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-2/+2
* | | tests: remove the last uses of Java-style iteratorsMarc Mutz2019-06-131-9/+3
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
|/ /
* / Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-081-0/+10
|/
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-0/+3
* Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-121-8/+2
|\
| * Cut down on drawPixmap and drawImage combinationsAllan Sandfeld Jensen2018-04-121-8/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-053-1/+343
|\|
| * Add lancelot based benchmarkAllan Sandfeld Jensen2018-04-043-1/+343
* | Benchmark: move widgets benchmarks still in gui subdirectory to widgetsChristian Ehrlicher2018-03-27199-21875/+1
* | Benchmark/QImageReader: remove unused dependenciesChristian Ehrlicher2018-03-233-6/+0
|/
* Add drawTexture benchmarkAllan Sandfeld Jensen2018-02-063-0/+554
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-083-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-234-14/+18
|\
| * Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-084-14/+18
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-176-7/+7
|\|
| * Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-056-7/+7
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-5/+2
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-225-7/+2
* tests: Unify license to GPL-EXCEPTKai Koehne2017-04-031-15/+10
* QtGui/painting benchmark test: Fix Clang warning about uninitialized valueFriedemann Kleint2017-01-311-3/+3
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-143-5/+5
* Fix crash in QPainter benchmark testAllan Sandfeld Jensen2016-10-111-22/+67
* Modularize configure.json/.priLars Knoll2016-09-152-0/+2
* Use qtConfig throughout in qtbaseLars Knoll2016-08-192-5/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-163-0/+75
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-103-0/+75
| |\
| | * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-053-0/+75
* | | Improve performance of Qt::mightBeRichText by using QStringRefRobin Burchell2016-07-113-1/+80
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+7
|\| |
| * | Optimize convert_Indexed8_to_X32Allan Sandfeld Jensen2016-04-271-0/+7
* | | Always build JPEG and GIF support as pluginsLars Knoll2016-04-072-4/+4
* | | Remove Windows CE from tests (others).Friedemann Kleint2016-03-312-19/+0
|/ /
* | Avoid qMin in format conversions when possibleAllan Sandfeld Jensen2016-03-011-0/+11
* | SSSE3 optimized store of 24-bit formatsAllan Sandfeld Jensen2016-02-291-12/+32
* | Updated license headersJani Heikkinen2016-01-21113-1920/+1355
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-133-3/+4
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0118-18/+0
* | qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-316-7/+3
* | QGraphicsView tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-2215-26/+20
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-7/+7
|/
* Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-25/+85
* Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-153-0/+145
* Optimize fallback RGB888 to RGB32 conversionAllan Sandfeld Jensen2015-03-031-2/+22