summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/graphicshelpergl3_2
Commit message (Collapse)AuthorAgeFilesLines
* tst_GraphicsHelperGL3_2::blitFramebuffer(): check how many samples are supportedGiuseppe D'Angelo2017-04-182-3/+6
| | | | | | | | | Apply the same fix as tst_GraphicsHelperGL3_3. Unblacklist the test, since it now passes. Change-Id: I72bde506c3c6c802ed30acf40e10013f01e69de3 Task-number: QTBUG-59921 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Blacklist tst_GraphicsHelperGL3_2::blitFramebuffer on Ubuntu 16.04Tony Sarajärvi2017-04-041-0/+2
| | | | | | Task-number: QTBUG-59921 Change-Id: I2385f5079adf91d6ced64470dfa90d8f654d0f35 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Don't recreate window very rapidly in test caseSean Harmer2017-01-121-1/+6
| | | | | | | | | | | | Something in the QPA or with hardware GL in macOS must have changed that now makes this scenario crash at random. Let's bypass it by just creating a single context and window for the whole set of tests. Task-number: QTBUG-58107 Change-Id: Ib9a9daf2fe8502ab99c280edf46c007d44a5a1b7 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add unit tests for graphics helper blitFramebuffer functionAntti Määttä2016-10-201-7/+68
| | | | | | | Also fix compiler warnings and errors Change-Id: Ibbce47bd73778eece5648360b98896bb68a39c75 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Unit tests for GraphicsHelperGL3_2Paul Lemire2016-10-102-0/+1982
Change-Id: Ia01f6825ddfd22595fc2dafd4ce293debb9cda4e Reviewed-by: Sean Harmer <sean.harmer@kdab.com>