summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-182-2/+2
|\
| * QOpenGLExtensionMatcher: Fix possible use of unintialized memoryGabriel de Dietrich2016-02-171-1/+1
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* | Cache results of multiple render target supportSean Harmer2016-02-141-2/+3
* | Provide optimised version of QOpenGLFramebufferObject::blitFramebufferSean Harmer2016-02-142-3/+83
* | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-112-2/+2
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-113-4/+4
* | QtGui: replace a Q_FOREACH loop with qDeleteAll()Marc Mutz2016-02-111-4/+2
* | QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-111-2/+2
* | QtGui: eradicate Q_FOREACH loops [QVarLengthArray]Marc Mutz2016-02-111-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-19/+1
|\|
| * Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-263-3/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-213-3/+7
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+6
| | |\
| | | * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-0/+6
| | * | Avoid checking the fb status in every bindLaszlo Agocs2016-01-181-2/+0
| | * | Doc: add missing semi-colonThiago Macieira2016-01-151-1/+1
* | | | Remove support for old/deprecated gl function namesLars Knoll2016-01-261-46/+17
|/ / /
* | | Updated license headersJani Heikkinen2016-01-15114-1523/+2207
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-138/+70
|\| |
| * | QOpenGLTexture: fix target for compressed texturesMauro Persano2016-01-041-138/+70
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-2/+3
|\| |
| * | QOpenGLTexture: fix the number of faces returned by faces()Giuseppe D'Angelo2015-12-161-0/+2
| * | QOpenGLTexture: check textureId for knowing whether a texture was createdGiuseppe D'Angelo2015-12-161-1/+1
| * | QOpenGLTexturePrivate: remove unused member variableGiuseppe D'Angelo2015-12-161-1/+0
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-3/+3
|\| |
| * | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-282-3/+3
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-292-10/+10
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-233-94/+169
|\| |
| * | Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-212-93/+168
| * | Don't crash when QOpenGLPaintDevice is created without context.Gunnar Sletta2015-10-191-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-3/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-3/+14
| |\|
| | * Blacklist PowerVR Rogue G6200 (v1.3) from supporting BGRA.Christian Strømme2015-09-181-3/+14
* | | Copy type of QVertexIndexVector during assignmentMathias Hasselmann2015-09-301-0/+1
* | | Fix indenting for QVertexIndexVector::operator=()Mathias Hasselmann2015-09-291-5/+5
|/ /
* | Fix some qdoc warnings.Friedemann Kleint2015-09-071-4/+4
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-5/+12
|\|
| * Do not add GLSL line statements for old driversLaszlo Agocs2015-08-171-5/+12
* | Doc: Fix QDoc warnings for QOpenGLFunctions and QOpenGLExtraFunctionsTopi Reinio2015-08-261-75/+90
* | Fix warning about unused local variablesThiago Macieira2015-08-121-2/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-093-2/+19
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-063-2/+19
| |\|
| | * Allow sharing contexts in QOpenGLTexture::destroy()Laszlo Agocs2015-08-041-2/+3
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-222-0/+16
* | | Make compressed textures work with mutable storageLaszlo Agocs2015-08-083-58/+263
* | | Add ETC1 to QOpenGLTexture formatsLaszlo Agocs2015-08-062-0/+8
|/ /
* | QtGui/QtOpenGL: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-032-3/+3
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-0/+3