summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-0361-46/+62
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-231-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-1/+2
| |\
| | * Add PowerVR SGX 554 to the BGRA blacklistAndy Shaw2016-06-201-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-132-22/+18
|\| |
| * | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-012-22/+18
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-13/+6
* | | QOpenGLFunctions - move assert inside if statementTimur Pocheptsov2016-05-252-48/+72
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-33/+17
|\| |
| * | QOpenGL: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-161-33/+17
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-124-79/+99
|\| |
| * | 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
* | | QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-093-9/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-0/+4
|\| |
| * | Make the eglfs and eglfs-viv detection and build work for INTEGRITY.Rolland Dudemaine2016-04-131-0/+4
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-032-11/+10
* | | Avoid nullptr deref in Q_ASSERTSTimur Pocheptsov2016-04-1924-692/+1038
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-6/+9
|\| |
| * | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-6/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-052-2/+10
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2266-25274/+18551
|\| |
| * | 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
* | | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-281-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-242-2/+2
|\|