summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglversionfunctions.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-021-40/+53
* Use an enum for versioning the opengl function backendsLars Knoll2016-03-021-76/+104
* Inline versionStatus() and make it constexprLars Knoll2016-03-011-27/+54
* Inline the constructors for QOpenGLFunctions_X_BackendLars Knoll2016-03-011-27/+135
* Significantly reduce the size of generated code for the opengl wrappersLars Knoll2016-03-011-1185/+1265
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-1/+1
|\
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-1/+1
* Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-0/+3
* Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-271-1/+12
* Restore binary compatibility in versioned OpenGL function classesDavid Morgan2015-02-211-71/+179
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* OpenGL: Add versioned functions support for opengl 4.4 and 4.5David Morgan2015-02-091-141/+303
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QOpenGLVersionStatus: add constexprMarc Mutz2014-08-091-10/+8
* Add default value for qHash's 'seed' argument for QOpenGLVersionProfile/StatusTor Arne Vestbø2013-04-151-1/+1
* Fix incorrect classification of glTexImage3D.Sean Harmer2013-04-051-1/+1
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-1/+2
* OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-261-0/+1364