| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the eglfs and eglfs-viv detection and build work for INTEGRITY. | Rolland Dudemaine | 2016-04-13 | 1 | -0/+4 |
| * | QtGui: use printf-style qWarning/qDebug where possible (I) | Marc Mutz | 2016-03-04 | 1 | -1/+1 |
| * | Cleanups | Lars Knoll | 2016-03-01 | 1 | -39/+27 |
| * | Generate more compact code to resolve the QOpenGLExtraFunctions | Lars Knoll | 2016-03-01 | 1 | -193/+9 |
| * | Generate more compact code to resolve the QOpenGLFunctions | Lars Knoll | 2016-03-01 | 1 | -232/+38 |
| * | Remove some now unused code | Lars Knoll | 2016-03-01 | 1 | -346/+2 |
| * | Get rid of the gles3helper class | Lars Knoll | 2016-03-01 | 1 | -636/+175 |
| * | Resolve GLES3 function pointers at construction time | Lars Knoll | 2016-03-01 | 1 | -1586/+363 |
| * | Avoid repeated QByteArray creation when resolving opengl functions | Lars Knoll | 2016-03-01 | 1 | -26/+29 |
| * | Simplify part of the resolving code in QOpenGLFunctions | Lars Knoll | 2016-03-01 | 1 | -852/+170 |
| * | De-inline the code resolving the GL symbols | Lars Knoll | 2016-03-01 | 1 | -19/+41 |
| * | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/dev | Liang Qi | 2016-01-26 | 1 | -1/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-21 | 1 | -1/+1 |
| | |\ |
|
| | | * | Doc: add missing semi-colon | Thiago Macieira | 2016-01-15 | 1 | -1/+1 |
| * | | | Remove support for old/deprecated gl function names | Lars Knoll | 2016-01-26 | 1 | -46/+17 |
| |/ / |
|
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | Use Q_UNLIKELY for every qFatal()/qCritical() | Marc Mutz | 2015-11-29 | 1 | -3/+3 |
| |/ |
|
| * | Doc: Fix QDoc warnings for QOpenGLFunctions and QOpenGLExtraFunctions | Topi Reinio | 2015-08-26 | 1 | -75/+90 |
| * | Support MRT in QOpenGLFramebufferObject | Laszlo Agocs | 2015-07-29 | 1 | -5/+7 |
| * | Expose GLES 3.0 and 3.1 functions | Laszlo Agocs | 2015-07-23 | 1 | -125/+4129 |
| * | Merge remote-tracking branch 'origin/5.5' into dev | Liang Qi | 2015-07-01 | 1 | -2/+10 |
| |\ |
|
| | * | Do not claim TextureRGFormats on Mesa with GLES | Laszlo Agocs | 2015-06-22 | 1 | -2/+6 |
| | * | Fix gles lib loading on Android | Laszlo Agocs | 2015-06-16 | 1 | -0/+4 |
| | * | Load GLESv2 library with correct major version | Jaeyoon Jung | 2015-06-08 | 1 | -1/+1 |
| * | | Do not use 16 bits per color on GLES | Laszlo Agocs | 2015-06-29 | 1 | -2/+5 |
| * | | Don't try to load opengl extensions or functions without QLibrary | Ulf Hermann | 2015-06-12 | 1 | -2/+7 |
| |/ |
|
| * | Fix GLES3 functions on iOS | Laszlo Agocs | 2015-05-18 | 1 | -24/+46 |
| * | Make data tables const. | Volker Krause | 2015-05-05 | 1 | -1/+1 |
| * | Use glFinish() in QOpenGLWidget unless glFlush() is known to be enough | Laszlo Agocs | 2015-03-23 | 1 | -1/+31 |
| * | Prevent crashing on ES2 SDK - ES3 device scenarios with Android | Laszlo Agocs | 2015-02-12 | 1 | -1/+4 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2015-02-10 | 1 | -27/+72 |
| |\ |
|
| | * | Resolve GLES3 functions from the shared lib | Laszlo Agocs | 2015-01-10 | 1 | -27/+72 |
| * | | Add GL_EXT_discard_framebuffer to QOpenGLExtensions | Jørgen Lind | 2014-12-11 | 1 | -0/+9 |
| * | | Add Q_DECL_OVERRIDE in the src subdirectory | Olivier Goffart | 2014-12-03 | 1 | -2/+2 |
| * | | Support Alpha8 and Grayscale8 natively in the OpenGL paint engine | Allan Sandfeld Jensen | 2014-10-27 | 1 | -1/+4 |
| |/ |
|
| * | Pass a sized format when creating multisampled renderbuffers on ES | Laszlo Agocs | 2014-10-03 | 1 | -4/+8 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Code cleaning in qt_gl_resolve_extensions | Allan Sandfeld Jensen | 2014-08-28 | 1 | -34/+42 |
| * | Add support for glMapBufferRange in the wrappers and resolvers | Laszlo Agocs | 2014-08-08 | 1 | -1/+30 |
| * | Do not use GLES3 functions in a GLES2 context | Laszlo Agocs | 2014-08-07 | 1 | -6/+8 |
| * | Update QOpenGLFunctions docs | Laszlo Agocs | 2014-08-01 | 1 | -0/+12 |
| * | Merge remote-tracking branch 'origin/5.3' into dev | Frederik Gladhorn | 2014-07-01 | 1 | -38/+40 |
| |\ |
|
| | * | Properly check which OpenGL features are supported | Martin Gräßlin | 2014-06-20 | 1 | -38/+40 |
| * | | Support framebuffer blit and msaa without extensions on GLES3 | Laszlo Agocs | 2014-06-25 | 1 | -0/+10 |
| * | | Enhance msaa and blitframebuffer on ES with vendor extensions | Laszlo Agocs | 2014-06-25 | 1 | -3/+21 |
| * | | Include the ES3 headers on iOS | Laszlo Agocs | 2014-06-25 | 1 | -0/+6 |
| |/ |
|
| * | Fall back to ANGLE BlitFramebuffer and RenderbufferStorageMultiSample | Andrew Knight | 2014-05-22 | 1 | -2/+6 |
| * | Rename new QOpenGLContext APIs | Laszlo Agocs | 2014-04-25 | 1 | -4/+4 |
| * | QOpenGLFunctions: Compile on Mac OS 10.6 | Morten Johan Sørvig | 2014-04-24 | 1 | -1/+5 |