aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* 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-072-38/+5
|\ \ \
| * | | Introduce BorderImageMesh.Michael Brasser2016-05-062-38/+4
| |/ /
* / / Get tests building when QT_NO_OPENGL is definedAndy Nichols2016-05-061-5/+15
|/ /
* | Updated license headersJani Heikkinen2016-01-2017-289/+204
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* 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-274-12/+62
* 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-1217-116/+116
|/
* Update license headers and add new licensesJani Heikkinen2014-08-2517-320/+184
* Speed up the test a bit..Gunnar Sletta2014-08-042-27/+58
* Fix opacity issue in the renderer.Gunnar Sletta2014-06-052-4/+95
* Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-192-0/+104
* Stabilize tst_qquickwindow and tst_scenegraph.Gunnar Sletta2014-03-171-1/+1
* Make sure we update filtering options on atlas textures.Gunnar Sletta2014-02-214-1/+76
* Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-124-0/+78
* Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-123-1/+98
* Fix stacking order bug in the rendererGunnar Sletta2013-11-152-0/+66
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-093-0/+112
* Say hello to the scene graph sanity-tests for renderingGunnar Sletta2013-11-016-0/+646
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-011-13/+40
* Use one render loop per QQuickWindowGunnar Sletta2013-10-308-0/+443