summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+10
|\
| * Do not claim TextureRGFormats on Mesa with GLESLaszlo Agocs2015-06-221-2/+6
| * Fix gles lib loading on AndroidLaszlo Agocs2015-06-161-0/+4
| * Load GLESv2 library with correct major versionJaeyoon Jung2015-06-081-1/+1
* | Do not use 16 bits per color on GLESLaszlo Agocs2015-06-291-2/+5
* | Don't try to load opengl extensions or functions without QLibraryUlf Hermann2015-06-121-2/+7
|/
* Fix GLES3 functions on iOSLaszlo Agocs2015-05-181-24/+46
* Make data tables const.Volker Krause2015-05-051-1/+1
* Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-231-1/+31
* Prevent crashing on ES2 SDK - ES3 device scenarios with AndroidLaszlo Agocs2015-02-121-1/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7