summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* QOpenGL: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-161-33/+17
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-062-0/+4
|\
| * QOpenGLCustomShaderStage - fix a memory leakTimur Pocheptsov2016-05-032-0/+4
* | Support color font rendering for freetype engineJian Liang2016-05-031-79/+92
* | Update ANGLE to chromium/2651Oliver Wolff2016-04-251-0/+3
* | Make the eglfs and eglfs-viv detection and build work for INTEGRITY.Rolland Dudemaine2016-04-131-0/+4
* | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-6/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-2/+6
|\|
| * Blacklist Mali-T760/Mali-T720 from supporting BGRA.Timo Jyrinki2016-03-301-2/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-0/+4
|\|
| * QOpenGL: Fix GLhandleARB redefinition on OS XGabriel de Dietrich2016-03-221-0/+4
* | Make QOpenGLTexture a Q_GADGETPaul Lemire2016-03-181-0/+17
* | Don't quote newlines in multi-line shader linker errors.Volker Krause2016-03-131-2/+2
* | 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