| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace usages of Q_CLANG_QDOC with Q_QDOC | Luca Di Sera | 2022-10-21 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -1/+1 |
| * | Remove deprecated method QOpenGLFunctions::initializeGLFunctions() | Marcel Krems | 2020-09-08 | 1 | -4/+0 |
| * | Get rid of QT_OPENGL_ES* | Eskil Abrahamsen Blomfeldt | 2020-04-17 | 1 | -143/+143 |
| * | doc: Fix all clang parse errors in QtBase during PCH build | Martin Smith | 2018-11-05 | 1 | -18/+0 |
| * | Add support for advanced blend equations to our OpenGL QPainter | Allan Sandfeld Jensen | 2018-03-05 | 1 | -1/+2 |
| * | doc: Fix many qdoc warnings, mostly missing return types | Martin Smith | 2018-01-24 | 1 | -0/+2 |
| * | doc: Add default openGL typedefs for clangqdoc | Martin Smith | 2017-12-02 | 1 | -0/+23 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Don't use eglGetProcAddress() on Android | Paul Olav Tvete | 2017-04-25 | 1 | -0/+568 |
| * | OpenGLES20 direct function call removed | Jesus Fernandez | 2016-11-16 | 1 | -568/+0 |
| * | Add qtguiglobal.h and qtguiglobal_p.h | Lars Knoll | 2016-07-03 | 1 | -1/+1 |
| * | Generate more compact code to resolve the QOpenGLFunctions | Lars Knoll | 2016-03-01 | 1 | -291/+313 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Support MRT in QOpenGLFramebufferObject | Laszlo Agocs | 2015-07-29 | 1 | -1/+2 |
| * | QtGui: Use Q_NULLPTR instead of 0 in all public headers | Marc Mutz | 2015-07-19 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Support Alpha8 and Grayscale8 natively in the OpenGL paint engine | Allan Sandfeld Jensen | 2014-10-27 | 1 | -1/+2 |
| * | 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 | -0/+2 |
| * | Remove internal public function from QOpenGLFunctions | Laszlo Agocs | 2014-04-17 | 1 | -24/+0 |
| * | Avoid using direct OpenGL calls in gui and widgets | Laszlo Agocs | 2014-03-10 | 1 | -2/+36 |
| * | Extend QOpenGLFunctions with GL1 functions | Laszlo Agocs | 2014-03-04 | 1 | -95/+737 |
| * | Dynamic GL: remove exporting symbols | Laszlo Agocs | 2014-03-04 | 1 | -9/+0 |
| * | Dynamic GL switch on Windows | Laszlo Agocs | 2014-02-14 | 1 | -2/+9 |
| * | Add a way to test if an OpenGL context has the fixed function pipeline available | Giuseppe D'Angelo | 2013-07-02 | 1 | -1/+2 |
| * | Make sure that we #include qconfig.h before testing for features. | Thiago Macieira | 2013-03-19 | 1 | -0/+2 |
| * | OpenGL: Refactor some defines and typedefs to a common location | Sean Harmer | 2013-02-21 | 1 | -21/+0 |
| * | 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 |
| * | Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly. | Jason Barron | 2012-10-16 | 1 | -0/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | OpenGL: Use official glext.h and gl2ext.h headers | Sean Harmer | 2012-08-20 | 1 | -913/+0 |
| * | OpenGL: Add finer-grained functionality checks for NPOT textures | Sean Harmer | 2012-08-06 | 1 | -1/+2 |
| * | Fixed QOpenGLFunctions API. | Samuel Rødal | 2012-06-18 | 1 | -1/+5 |
| * | Merge remote-tracking branch 'origin/master' into api_changes | Lars Knoll | 2012-04-16 | 1 | -0/+2 |
| |\ |
|
| | * | Fixed build issue when using GLEW with MSVC | Andy Nichols | 2012-04-10 | 1 | -0/+2 |
| * | | QtGui: make some constructors explicit | Marc Mutz | 2012-03-14 | 1 | -1/+1 |
| |/ |
|
| * | Add GL_BGR to the list of defined GL constants, right next to GL_BGRA | Simon Hausmann | 2012-02-21 | 1 | -0/+3 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Introduced QOpenGLContext::defaultFramebufferObject(). | Samuel Rødal | 2012-01-27 | 1 | -0/+2 |
| * | Remove use of QT_MODULE from library | Gunnar Sletta | 2012-01-25 | 1 | -1/+0 |
| * | Make it possible to compile with -no-opengl. | Andreas Holzammer | 2012-01-24 | 1 | -0/+4 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | QtGui: Fix a crash in OpenGL on Windows. | Friedemann Kleint | 2011-11-29 | 1 | -0/+4 |
| * | Remove Q_WS_ and Q_OS_SYMBIAN from QtGui. | Friedemann Kleint | 2011-10-13 | 1 | -8/+0 |
| * | Copy core GL functionality to QtGui with QGL -> QOpenGL naming. | Samuel Rødal | 2011-08-29 | 1 | -0/+2427 |