summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLWidget: use (and prefer) InvalidateFramebufferGiuseppe D'Angelo2023-07-251-1/+21
* rhi: Introduce multiview starting with OpenGL (ES)Laszlo Agocs2023-06-221-0/+4
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-271-1/+4
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-3/+5
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-061-1/+9
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-2/+2
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* Remove deprecated method QOpenGLFunctions::initializeGLFunctions()Marcel Krems2020-09-081-7/+0
* Add RHI feature check for screen space derivativesEskil Abrahamsen Blomfeldt2020-06-121-1/+7
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-3/+3
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-2/+6
|\
| * wasm: Disable TextureSwizzleFredrik Orderud2019-11-281-2/+6
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
|/
* QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-3/+4
* Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-0/+1
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-58/+5
* Move texture uploading out of QOpenGLTextureCacheAllan Sandfeld Jensen2018-07-271-1/+19
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-358/+358
|\
| * Documentation: Fix URLs to GL(ES) functionsFriedemann Kleint2018-05-181-358/+358
* | Add support for advanced blend equations to our OpenGL QPainterAllan Sandfeld Jensen2018-03-051-5/+18
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-44/+44
|\
| * Doc: Swap unresolved variables with actual function namesPaul Wicking2018-01-101-44/+44
* | doc: Add default openGL typedefs for clangqdocMartin Smith2017-12-021-3/+3
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-251-3/+3
* Add support for OpenGL ES 3.2 in QOpenGLExtraFunctionsLaszlo Agocs2017-06-301-5/+577
* Remove unused logging category from QOpenGLFunctionsLaszlo Agocs2017-01-311-4/+0
* Make sure we call glClearDepth(double) on desktop GLGunnar Sletta2017-01-191-2/+3
* Make the eglfs and eglfs-viv detection and build work for INTEGRITY.Rolland Dudemaine2016-04-131-0/+4
* QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-1/+1
* CleanupsLars Knoll2016-03-011-39/+27
* Generate more compact code to resolve the QOpenGLExtraFunctionsLars Knoll2016-03-011-193/+9
* Generate more compact code to resolve the QOpenGLFunctionsLars Knoll2016-03-011-232/+38
* Remove some now unused codeLars Knoll2016-03-011-346/+2
* Get rid of the gles3helper classLars Knoll2016-03-011-636/+175
* Resolve GLES3 function pointers at construction timeLars Knoll2016-03-011-1586/+363
* Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-26/+29
* Simplify part of the resolving code in QOpenGLFunctionsLars Knoll2016-03-011-852/+170
* De-inline the code resolving the GL symbolsLars Knoll2016-03-011-19/+41
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+1
| |\
| | * 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-151-14/+20
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-3/+3
|/
* Doc: Fix QDoc warnings for QOpenGLFunctions and QOpenGLExtraFunctionsTopi Reinio2015-08-261-75/+90
* Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-291-5/+7
* Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-231-125/+4129