summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-27/+72
|\
| * Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-101-27/+72
* | Add GL_EXT_discard_framebuffer to QOpenGLExtensionsJørgen Lind2014-12-111-0/+9
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* | Support Alpha8 and Grayscale8 natively in the OpenGL paint engineAllan Sandfeld Jensen2014-10-271-1/+4
|/
* Pass a sized format when creating multisampled renderbuffers on ESLaszlo Agocs2014-10-031-4/+8
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Code cleaning in qt_gl_resolve_extensionsAllan Sandfeld Jensen2014-08-281-34/+42
* Add support for glMapBufferRange in the wrappers and resolversLaszlo Agocs2014-08-081-1/+30
* Do not use GLES3 functions in a GLES2 contextLaszlo Agocs2014-08-071-6/+8
* Update QOpenGLFunctions docsLaszlo Agocs2014-08-011-0/+12
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-38/+40
|\
| * Properly check which OpenGL features are supportedMartin Gräßlin2014-06-201-38/+40
* | Support framebuffer blit and msaa without extensions on GLES3Laszlo Agocs2014-06-251-0/+10
* | Enhance msaa and blitframebuffer on ES with vendor extensionsLaszlo Agocs2014-06-251-3/+21
* | Include the ES3 headers on iOSLaszlo Agocs2014-06-251-0/+6
|/
* Fall back to ANGLE BlitFramebuffer and RenderbufferStorageMultiSampleAndrew Knight2014-05-221-2/+6
* Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-4/+4
* QOpenGLFunctions: Compile on Mac OS 10.6Morten Johan Sørvig2014-04-241-1/+5
* Remove internal public function from QOpenGLFunctionsLaszlo Agocs2014-04-171-23/+2
* purge vestiges of opengl es 1 supportOswald Buddenhagen2014-04-041-21/+1
* Docs: Correct OpenGL ES namingLaszlo Agocs2014-03-201-212/+212
* Resurrect advanced bindTexture() features in QtOpenGLLaszlo Agocs2014-03-201-3/+42
* Fix dynamic opengl buildLaszlo Agocs2014-03-141-3/+5
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-0/+55
* Make QOpenGLFunctions able to resolve everythingLaszlo Agocs2014-03-061-48/+335
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-041-3/+549
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-87/+7
* Expose NPOTTextureRepeat in QOpenGLFunctionsLaszlo Agocs2014-02-211-2/+4
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-117/+201
* Fix major performance regression in QGLWidget on texture bindAllan Sandfeld Jensen2013-11-041-3/+5
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Add a way to test if an OpenGL context has the fixed function pipeline availableGiuseppe D'Angelo2013-07-021-0/+8
* Fix documentation of the QOpenGLFunctions::OpenGLFeature enumGiuseppe D'Angelo2013-07-021-2/+2
* Fixed QOpenGLFunctions feature/extension detection to check GL versionSamuel Rødal2013-02-091-2/+9
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix native RGB text on OpenGL ES 2 without BGRA extensionEskil Abrahamsen Blomfeldt2012-11-061-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-08-311-5/+18
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-201-4/+0
* OpenGL: Add finer-grained functionality checks for NPOT texturesSean Harmer2012-08-061-2/+3
* OpenGL: Fix typo in extension nameSean Harmer2012-08-011-1/+1
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-181-2/+2
* OpenGL: Update QOpenGLFunctions docs to remove widget codeSean Harmer2012-06-141-4/+25