| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor initialization/caching code for versioned opengl functions | Lars Knoll | 2016-03-02 | 1 | -40/+53 |
| * | Use an enum for versioning the opengl function backends | Lars Knoll | 2016-03-02 | 1 | -76/+104 |
| * | Inline versionStatus() and make it constexpr | Lars Knoll | 2016-03-01 | 1 | -27/+54 |
| * | Inline the constructors for QOpenGLFunctions_X_Backend | Lars Knoll | 2016-03-01 | 1 | -27/+135 |
| * | Significantly reduce the size of generated code for the opengl wrappers | Lars Knoll | 2016-03-01 | 1 | -1185/+1265 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-18 | 1 | -1/+1 |
| |\ |
|
| | * | Fix QT_DEPRECATED_SINCE usage | Jędrzej Nowacki | 2016-02-02 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| |/ |
|
| * | QtGui: Use Q_NULLPTR instead of 0 in all public headers | Marc Mutz | 2015-07-19 | 1 | -1/+1 |
| * | Replace <qhash.h> with <qhashfunctions.h> where applicable | Marc Mutz | 2015-04-20 | 1 | -0/+3 |
| * | Make versioned OpenGL functions working with the subclass pattern | Laszlo Agocs | 2015-03-27 | 1 | -1/+12 |
| * | Restore binary compatibility in versioned OpenGL function classes | David Morgan | 2015-02-21 | 1 | -71/+179 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | OpenGL: Add versioned functions support for opengl 4.4 and 4.5 | David Morgan | 2015-02-09 | 1 | -141/+303 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | QOpenGLVersionStatus: add constexpr | Marc Mutz | 2014-08-09 | 1 | -10/+8 |
| * | Add default value for qHash's 'seed' argument for QOpenGLVersionProfile/Status | Tor Arne Vestbø | 2013-04-15 | 1 | -1/+1 |
| * | Fix incorrect classification of glTexImage3D. | Sean Harmer | 2013-04-05 | 1 | -1/+1 |
| * | Make sure that we #include qconfig.h before testing for features. | Thiago Macieira | 2013-03-19 | 1 | -1/+2 |
| * | OpenGL: Add a set of version and context specific OpenGL classes | Sean Harmer | 2013-02-26 | 1 | -0/+1364 |