aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/drawingmodes
Commit message (Collapse)AuthorAgeFilesLines
* Fix build warning in tst_drawingmodesTor Arne Vestbø2018-08-091-2/+2
| | | | | Change-Id: Ie6cee9c4cf549eb582f86436908d6f3481026a72 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+34
| | | | | | | | | | | | | | Some tests needed fixing - Disabled tests too heavy for qemu - Skipped tests requiring OpenGL without support from the platform - Skipped tests requiring functionality on broken offscreen platform - Skipped tests that take too long on qemu + software renderer - Blacklisted tests for created bugs QTBUG-63049, QTBUG-63053 QTBUG-63055 and QTBUG-63057 Task-number: QTBUG-60268 Change-Id: I0346b0e436cf286d7d9cbc140acf324a4087cfb9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Tests for various OpenGL drawing modes in conjunction with batchingUlf Hermann2016-10-123-0/+371
Scene graph batching should not have an effect on how geometry is drawn. This change introduces some tests to verify that drawing and batching works correctly. Change-Id: I1ac50546215adc6a9d17450990757acc4b3ede6f Reviewed-by: Gunnar Sletta <gunnar@sletta.org>