| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't include windows.h in the public qopengl.h header | Volker Hilsheimer | 2024-01-16 | 1 | -11/+30 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | qopengl.h: Move C header #include(s) out of the QT_NAMESPACE | Patrick Stewart | 2022-01-22 | 1 | -2/+1 |
| * | gui: Fix typos in source code comments | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Fix define indentation in qopengl.h | Tor Arne Vestbø | 2020-07-01 | 1 | -5/+5 |
| * | Get rid of QT_OPENGL_ES* | Eskil Abrahamsen Blomfeldt | 2020-04-17 | 1 | -9/+9 |
| * | QtGui: Raise minimum supported MSVC version to 2015 | Friedemann Kleint | 2018-02-14 | 1 | -1/+1 |
| * | Remove references to obsolete platforms | Jake Petroules | 2017-11-05 | 1 | -4/+0 |
| * | Add support for OpenGL ES 3.2 in QOpenGLExtraFunctions | Laszlo Agocs | 2017-06-30 | 1 | -1/+3 |
| * | Be more explicit about the supported platforms for OpenGL ES 2 | Jake Petroules | 2017-04-13 | 1 | -3/+3 |
| * | egl: Expose direct function pointers on INTEGRITY | Laszlo Agocs | 2017-02-10 | 1 | -11/+10 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-16 | 1 | -1/+17 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-11-15 | 1 | -1/+21 |
| | |\ |
|
| | | * | Enable GL prototypes with recent Khronos headers | Laszlo Agocs | 2016-11-10 | 1 | -1/+21 |
| * | | | Fix missing GL function protos with newer GLES headers | Laszlo Agocs | 2016-09-10 | 1 | -3/+4 |
| * | | | Add qtguiglobal.h and qtguiglobal_p.h | Lars Knoll | 2016-07-03 | 1 | -1/+1 |
| * | | | Remove all code paths related to unsupported Apple platforms. | Jake Petroules | 2016-06-04 | 1 | -13/+6 |
| |/ / |
|
| * | | Update ANGLE to chromium/2651 | Oliver Wolff | 2016-04-25 | 1 | -0/+3 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Simon Hausmann | 2016-03-23 | 1 | -0/+4 |
| |\| |
|
| | * | QOpenGL: Fix GLhandleARB redefinition on OS X | Gabriel de Dietrich | 2016-03-22 | 1 | -0/+4 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Expose GLES 3.0 and 3.1 functions | Laszlo Agocs | 2015-07-23 | 1 | -7/+5 |
| * | Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1 | Laszlo Agocs | 2015-05-02 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Remove GLdouble and GL_DOUBLE typedefs for OpenGL ES 2. | Gunnar Sletta | 2014-09-05 | 1 | -6/+0 |
| * | Update qopenglext.h and qopengles2ext.h | Laszlo Agocs | 2014-08-14 | 1 | -2/+2 |
| * | Include the ES3 headers on iOS | Laszlo Agocs | 2014-06-25 | 1 | -2/+7 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2014-05-13 | 1 | -4/+6 |
| |\ |
|
| | * | Enable support for OpenGL 4 on OS X 10.9 | Sean Harmer | 2014-05-10 | 1 | -4/+6 |
| * | | Include GLES 3.0 and 3.1 headers when available | Laszlo Agocs | 2014-04-24 | 1 | -1/+22 |
| |/ |
|
| * | Avoid using direct OpenGL calls in gui and widgets | Laszlo Agocs | 2014-03-10 | 1 | -10/+10 |
| * | Clean up proxy leftovers in gui/opengl | Laszlo Agocs | 2014-03-06 | 1 | -10/+0 |
| * | Dynamic GL switch on Windows | Laszlo Agocs | 2014-02-14 | 1 | -0/+10 |
| * | Fix typo form->from | Stephen Kelly | 2013-07-31 | 1 | -1/+1 |
| * | Make sure that we #include qconfig.h before testing for features. | Thiago Macieira | 2013-03-19 | 1 | -2/+2 |
| * | Fix calling convention in ANGLE builds on Windows | Sean Harmer | 2013-03-15 | 1 | -3/+5 |
| * | Don't include custom qopengles2ext.h on iOS | Tor Arne Vestbø | 2013-03-13 | 1 | -21/+32 |
| * | OpenGL: Add support for the Compute shader stage | Sean Harmer | 2013-03-02 | 1 | -0/+1 |
| * | OpenGL: Add support for OpenGL 4 tessellation shader stages | Sean Harmer | 2013-03-01 | 1 | -0/+4 |
| * | OpenGL: Reinstate support for OpenGL geometry shaders | Sean Harmer | 2013-02-28 | 1 | -0/+1 |
| * | OpenGL: Add a set of version and context specific OpenGL classes | Sean Harmer | 2013-02-26 | 1 | -0/+129 |
| * | OpenGL: Refactor some defines and typedefs to a common location | Sean Harmer | 2013-02-21 | 1 | -0/+17 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2013-02-14 | 1 | -0/+1 |
| |\ |
|
| | * | Merge branch 'release' into stable | Sergio Ahumada | 2013-01-31 | 1 | -0/+1 |
| | |\ |
|
| | | * | Prevent GL/gl.h from including system glext.h | Sean Harmer | 2013-01-27 | 1 | -0/+1 |
| * | | | Remove QT_{BEGIN,END}_HEADER macro usage | Sergio Ahumada | 2013-01-29 | 1 | -4/+0 |
| |/ / |
|
| * / | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| |/ |
|
| * | Fix warnings from syncqt. | Friedemann Kleint | 2012-10-13 | 1 | -2/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |