summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/qopengl/tst_qopengl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-3/+3
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-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
* | 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-221-2/+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 devLiang Qi2017-10-171-2/+2
|\
| * Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-2/+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
* | Add support for OpenGL 3.2+ core profile contexts in QPainterJulian Thijssen2017-01-231-8/+64
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+28
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+28
| |\
| | * Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+28
* | | Make QOpenGLTextureBlitter publicLaszlo Agocs2016-07-291-1/+1
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-1/+14
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+14
| |\
| | * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-1/+14
* | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ /
* | Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-291-16/+173
* | tests/auto/opengl: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-241-6/+6
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Support Alpha8 and Grayscale8 natively in the OpenGL paint engineAllan Sandfeld Jensen2014-10-271-0/+64
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add support for glMapBufferRange in the wrappers and resolversLaszlo Agocs2014-08-081-0/+68
* Add default format to QSurfaceFormatLaszlo Agocs2014-08-081-0/+18
* Support RGB30 formats in OpenGL framebuffers and paint engineAllan Sandfeld Jensen2014-07-301-1/+109
* Add context adoption support for WGLLaszlo Agocs2014-07-071-0/+63
* Make QOpenGLTextureCache::bindTexture upload efficientlyAllan Sandfeld Jensen2014-07-041-5/+15
* Use the standard functions in GLES3 builds in VAOsLaszlo Agocs2014-07-021-0/+24
* Remove direct OpenGL calls from QtOpenGLLaszlo Agocs2014-04-281-7/+7
* Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-241-1/+51
* Make tst_qopengl more verbose.Friedemann Kleint2014-03-311-28/+45
* Fix the QOpenGL autotest's offscreen surface handlingLaszlo Agocs2014-03-271-0/+15
* Add sizeLessWindow test case.Morten Johan Sørvig2014-03-141-0/+38
* QOpenGLTextureBlitter: add some autotestsJørgen Lind2014-02-161-0/+191