aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/scenegraph/tst_scenegraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use new Qt configure feature for MetalTor Arne Vestbø2024-03-251-1/+1
* Make the QSGTexture native accessor query work on macOS/iOSTor Arne Vestbø2024-03-111-0/+54
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Remove remaining foreach in quick testsUlf Hermann2023-08-231-6/+4
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+2
* scenegraph: un-blacklist the render autotest on AndroidAndy Nichols2023-03-161-1/+7
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-3/+11
* Add autotest for QSGPlainTexture resizingLaszlo Agocs2021-09-051-60/+130
* Make it possible to adopt an existing QRhi via QQuickGraphicsDeviceLaszlo Agocs2021-08-311-0/+183
* Port scenegraph autotest case for alpha batching problemLaszlo Agocs2021-05-111-1/+2
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-1/+1
* Silence compiler warnings from scenegraph testVolker Hilsheimer2021-03-261-3/+13
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Make openglContext getter in QQuickWindow privateLaszlo Agocs2020-06-111-21/+10
* Clean up scenegraph autotest initLaszlo Agocs2020-06-081-42/+5
* Port the remaining tests from QRegExp to QRegularExpressionLars Knoll2020-04-031-16/+18
* Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-1/+1
* Fix some compiler warnings in testsFriedemann Kleint2019-07-121-4/+4
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-25/+46
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-1/+4
* Tests: Un-crash image comparison testsFriedemann Kleint2018-12-201-3/+7
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-4/+4
* Enable tests for boot2qtSami Nurmenniemi2017-09-211-40/+57
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-26/+20
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-26/+20
| |\
| | * autotests: fix finding data files when not in CWDDavid Faure2016-08-031-26/+20
* | | Stabilize tst_SceneGraph::createTextureFromImageFrederik Gladhorn2016-07-041-0/+1
* | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-2/+2
* | | D3D12: Fix a buffer sync issue and fix up tst_scenegraphLaszlo Agocs2016-05-081-5/+23
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-071-38/+4
|\ \ \
| * | | Introduce BorderImageMesh.Michael Brasser2016-05-061-38/+3
| |/ /
* / / Get tests building when QT_NO_OPENGL is definedAndy Nichols2016-05-061-5/+15
|/ /
* / Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-151-0/+31
* Enable mipmap test on all platforms, except early Mesa.Gunnar Sletta2015-05-131-8/+11
* Include the scenegraph autotest in the testrun.Gunnar Sletta2015-03-271-8/+57
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+2
|\
| * Verify context creation in Quick tests.Friedemann Kleint2015-01-291-2/+2
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Speed up the test a bit..Gunnar Sletta2014-08-041-1/+51
* Fix opacity issue in the renderer.Gunnar Sletta2014-06-051-4/+5
* Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-191-0/+1
* Stabilize tst_qquickwindow and tst_scenegraph.Gunnar Sletta2014-03-171-1/+1
* Make sure we update filtering options on atlas textures.Gunnar Sletta2014-02-211-0/+1
* Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-121-0/+1
* Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-121-0/+36