summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/qopengl
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* tst_qopengl: set surfaceType explicitlyJanne Juntunen2022-03-181-0/+1
* tests: XFAIL tst_QOpenGL::bufferMapRange() on WaylandLiang Qi2022-03-021-0/+2
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-021-4/+5
* Block flaky rhi and OpenGL tests on AndroidAssam Boudjelthia2021-05-301-0/+2
* Skip tst_QOpenGL::glxContext test on WaylandEskil Abrahamsen Blomfeldt2021-03-111-0/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Disable some OpenGL and QRhi tests for offscreen backendAndreas Buhr2020-12-011-0/+3
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-071-0/+69
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-25/+13
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-4/+4
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-5/+5
* Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-161-2/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Move QOpenGLBuffer from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-221-1/+1
* | Move QOpenGLVertexArrayObject from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-211-1/+1
* | Move QOpenGLFrameBufferObject from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-171-1/+1
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-071-0/+24
|\ \
| * | Post-merge fixesAlexandru Croitor2020-01-301-0/+1
| * | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-292-4/+3
| |\ \
| * | | Port qopengl and qopenglconfig testsLeander Beernaert2019-10-281-0/+23
| | |/ | |/|
* | | Move QOpenGLTextureBlitter from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-041-1/+1
| |/ |/|
* | Move QOpenGLTexture and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-241-1/+1
* | Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-222-3/+2
|/
* unblacklist passing testsDaniel Smith2019-07-081-8/+0
* Fix OpenGL ES2 build on LinuxJoerg Bornemann2019-02-151-1/+1
* Fix warning in tst_qopengl.cppJoerg Bornemann2019-02-121-0/+2
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-4/+75
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\
| | * Fix blacklisting of tst_QOpenGL in WindowsTony Sarajärvi2017-10-101-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-2/+2
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-2/+2
| |/
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-0/+2
|\|
| * Blacklist tst_QOpenGL autotest in Windows 7Tony Sarajärvi2017-09-121-0/+2
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-0/+1
|\
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-0/+1
* | Skip OpenGL tests on platforms that don't support OpenGLSami Nurmenniemi2017-04-041-0/+7
* | Fix building of qopengl test on boot2qtSimon Hausmann2017-03-291-1/+1
* | Add support for OpenGL 3.2+ core profile contexts in QPainterJulian Thijssen2017-01-231-8/+64
|/