summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+1
* Add GLSL version 110 on Intel with compat profilesLaszlo Agocs2016-09-271-2/+12
* Fix unused variable warning on iOSJake Petroules2016-08-311-1/+1
* 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
* Remove unneeded ';' after some macrosKai Pastor2016-08-041-2/+2
* 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
* Workaround clang function export bugBogDan Vatra2016-07-201-17/+25
* QOpenGLVertexArrayObject: clean up the destructorGiuseppe D'Angelo2016-07-201-1/+3
* [iOS] Blacklist iOS with regards to bgra supportAndy Shaw2016-07-151-1/+4
* Add PowerVR SGX 554 to the BGRA blacklistAndy Shaw2016-06-201-1/+2
* QOpenGLCustomShaderStage - fix a memory leakTimur Pocheptsov2016-05-032-0/+4
* Blacklist Mali-T760/Mali-T720 from supporting BGRA.Timo Jyrinki2016-03-301-2/+6
* QOpenGL: Fix GLhandleARB redefinition on OS XGabriel de Dietrich2016-03-221-0/+4
* 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
* QOpenGLExtensionMatcher: Fix possible use of unintialized memoryGabriel de Dietrich2016-02-171-1/+1
* Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
* 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
* | QOpenGLTexture: fix target for compressed texturesMauro Persano2016-01-041-138/+70
* | 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
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-282-3/+3
* | 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.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
* | 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
* | Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-295-164/+395
* | Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-235-209/+6303
* | QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-191-1/+1
* | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-198-27/+27