summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglversionfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix deleting of QOpenGLVersionFunctionsBackendDavid Faure2017-01-061-6/+12
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-021-22/+4
* | Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-021-9/+45
* | Use an enum for versioning the opengl function backendsLars Knoll2016-03-021-5/+3
* | Inline versionStatus() and make it constexprLars Knoll2016-03-011-160/+1
* | Inline the constructors for QOpenGLFunctions_X_BackendLars Knoll2016-03-011-160/+0
* | Significantly reduce the size of generated code for the opengl wrappersLars Knoll2016-03-011-1581/+116
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+10
* Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-271-0/+26
* Restore binary compatibility in versioned OpenGL function classesDavid Morgan2015-02-211-0/+116
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* OpenGL: Add versioned functions support for opengl 4.4 and 4.5David Morgan2015-02-091-109/+269
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-2/+4
|\
| * Doc: Placed Qt OpenGL class convention in code block.Jerome Pasion2014-08-061-2/+4
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\|
| * Doc: fix a link in QAbstractOpenGLFunctions documentationLiang Qi2014-07-031-1/+1
* | Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-221-4/+12
|/
* Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-241-0/+2
* Doc: suppress documentation of methods users shouldn't useThiago Macieira2013-12-211-0/+2
* Fix incorrect classification of glTexImage3D.Sean Harmer2013-04-051-1/+1
* OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-261-0/+1791