summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+1
|\
| * Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-2/+12
|\|
| * Add GLSL version 110 on Intel with compat profilesLaszlo Agocs2016-09-271-2/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+1
|\|
| * Fix unused variable warning on iOSJake Petroules2016-08-311-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-2/+5
|\|
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| * Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-111-1/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
|\|
| * Remove unneeded ';' after some macrosKai Pastor2016-08-041-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+40
|\|
| * QOpenGLDebugLogger: strengthen the code path in case of GL context destructionGiuseppe D'Angelo2016-07-271-0/+34
| * QOpenGLDebugLogger: do not crash if deleted with the wrong GL context currentGiuseppe D'Angelo2016-07-261-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-262-5/+15
|\|
| * Workaround clang function export bugBogDan Vatra2016-07-201-17/+25
| * QOpenGLVertexArrayObject: clean up the destructorGiuseppe D'Angelo2016-07-201-1/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+4
|\|
| * [iOS] Blacklist iOS with regards to bgra supportAndy Shaw2016-07-151-1/+4
* | 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
* | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-012-22/+18
* | 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