summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-042-3/+3
* QOpenGLTexture: de-duplicate setBorderColor() codeAnton Kudryavtsev2016-03-021-21/+2
* Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-023-45/+8
* Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-0228-3009/+1208
* Use an enum for versioning the opengl function backendsLars Knoll2016-03-022-81/+107
* CleanupsLars Knoll2016-03-011-39/+27
* Generate more compact code to resolve the QOpenGLExtraFunctionsLars Knoll2016-03-014-549/+397
* Generate more compact code to resolve the QOpenGLFunctionsLars Knoll2016-03-012-523/+351
* Remove some now unused codeLars Knoll2016-03-011-346/+2
* Get rid of the gles3helper classLars Knoll2016-03-014-844/+195
* Resolve GLES3 function pointers at construction timeLars Knoll2016-03-011-1586/+363
* Inline versionStatus() and make it constexprLars Knoll2016-03-012-187/+55
* Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-014-87/+90
* Don't resolve GL 1 symbols in the texture helperLars Knoll2016-03-014-234/+77
* Simplify part of the resolving code in QOpenGLFunctionsLars Knoll2016-03-011-852/+170
* Inline the constructors for QOpenGLFunctions_X_BackendLars Knoll2016-03-012-187/+135
* Significantly reduce the size of generated code for the opengl wrappersLars Knoll2016-03-0129-17627/+16268
* De-inline the code resolving the GL symbolsLars Knoll2016-03-011-19/+41
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-242-2/+2
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
| * OpenGL: Fix for incorrect GL enum in getterPaolo Angelelli2016-02-191-1/+1
* | 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