| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move QOpenGLShaderProgram from QtGui to QtOpenGL | Johan Klokkhammer Helsing | 2020-02-20 | 1 | -3812/+0 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -6/+6 |
| * | Share and enable shader disk cache in QRhi OpenGL backend | Laszlo Agocs | 2019-09-30 | 1 | -84/+46 |
| * | Move cache key calculation to QOpenGLProgramBinaryCache | Laszlo Agocs | 2019-09-26 | 1 | -6/+1 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-07-26 | 1 | -1/+7 |
| |\ |
|
| | * | Enable shader cache for ES2 when GL_OES_get_program_binary is present | Michael Brasser | 2019-07-25 | 1 | -1/+7 |
| * | | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentation | Christian Ehrlicher | 2019-02-20 | 1 | -2/+4 |
| |/ |
|
| * | QOpenGLShader: report geom. and tess. on GLES 3.2+ | Laszlo Agocs | 2018-09-28 | 1 | -44/+33 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-03-21 | 1 | -1/+0 |
| |\ |
|
| | * | Modernize the "regularexpression" feature | Ulf Hermann | 2018-03-20 | 1 | -1/+0 |
| * | | Add support for advanced blend equations to our OpenGL QPainter | Allan Sandfeld Jensen | 2018-03-05 | 1 | -0/+11 |
| |/ |
|
| * | opengl: Bail if cached shader fails to load | Antonio Larrosa | 2018-02-21 | 1 | -7/+1 |
| * | Add more Q_FALLTHROUGH() | Friedemann Kleint | 2018-01-12 | 1 | -1/+1 |
| * | Fix compilation on iOS | Eskil Abrahamsen Blomfeldt | 2017-02-10 | 1 | -0/+2 |
| * | Re-enable shader disk cache for Integrity | Laszlo Agocs | 2017-01-26 | 1 | -5/+0 |
| * | Add eglfs-viv support for INTEGRITY | Kimmo Ollila | 2017-01-18 | 1 | -0/+5 |
| * | Suppress QOpenGLShaderProgram::link() warnings for binaries | Laszlo Agocs | 2016-12-21 | 1 | -1/+1 |
| * | Add an OpenGL program binary disk cache | Laszlo Agocs | 2016-11-24 | 1 | -3/+315 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-11-17 | 1 | -35/+46 |
| |\ |
|
| | * | Fixes for findVersionDirectivePosition() | Lars Knoll | 2016-11-15 | 1 | -35/+46 |
| * | | Fix for uninitialized local variable | Laszlo Agocs | 2016-10-05 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-09-29 | 1 | -2/+12 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-09-29 | 1 | -2/+12 |
| | |\ |
|
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-09-28 | 1 | -2/+12 |
| | | |\ |
|
| | | | * | Add GLSL version 110 on Intel with compat profiles | Laszlo Agocs | 2016-09-27 | 1 | -2/+12 |
| * | | | | OpenGL: add support for compute shaders in GLES 3.1 | Paolo Angelelli | 2016-09-21 | 1 | -91/+130 |
| |/ / / |
|
| * / / | QtBase: use printf-style qWarning/qDebug where possible (II) | Marc Mutz | 2016-05-03 | 1 | -9/+8 |
| |/ / |
|
| * | | Don't quote newlines in multi-line shader linker errors. | Volker Krause | 2016-03-13 | 1 | -2/+2 |
| * | | QtGui: use printf-style qWarning/qDebug where possible (I) | Marc Mutz | 2016-03-04 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-24 | 1 | -1/+1 |
| |\| |
|
| | * | OpenGL: Fix for incorrect GL enum in getter | Paolo Angelelli | 2016-02-19 | 1 | -1/+1 |
| * | | QtGui: eradicate Q_FOREACH loops [needing qAsConst()] | Marc Mutz | 2016-02-11 | 1 | -1/+1 |
| * | | QtGui: eradicate Q_FOREACH loops [already const] | Marc Mutz | 2016-02-11 | 1 | -1/+1 |
| * | | QtGui: replace a Q_FOREACH loop with qDeleteAll() | Marc Mutz | 2016-02-11 | 1 | -4/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2015-08-26 | 1 | -5/+12 |
| |\ |
|
| | * | Do not add GLSL line statements for old drivers | Laszlo Agocs | 2015-08-17 | 1 | -5/+12 |
| * | | QtGui/QtOpenGL: Fix compiler warnings by MSVC2015 (64bit). | Friedemann Kleint | 2015-08-03 | 1 | -1/+1 |
| |/ |
|
| * | QtGui: Fix some qdoc-warnings. | Friedemann Kleint | 2015-02-25 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Add more notes regarding the uniform setters | Laszlo Agocs | 2015-02-08 | 1 | -0/+9 |
| * | Fix corner case in preprocessor of QOpenGLShaderProgram | Sean Harmer | 2014-12-15 | 1 | -1/+2 |
| * | GLSL #version directive does not have to be at start of line | Sean Harmer | 2014-12-14 | 1 | -1/+1 |
| * | Insert #line statements in shader program. | Florian Behrens | 2014-11-03 | 1 | -27/+125 |
| * | Doc: Use title case in section1 titles | Nico Vertriest | 2014-09-30 | 1 | -3/+3 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | If a tess/compute shader compilation fails, print its type correctly | Giuseppe D'Angelo | 2014-08-18 | 1 | -7/+18 |
| * | Merge remote-tracking branch 'origin/release' into stable | Frederik Gladhorn | 2014-05-01 | 1 | -5/+5 |
| |\ |
|
| | * | Rename new QOpenGLContext APIs | Laszlo Agocs | 2014-04-25 | 1 | -5/+5 |
| * | | Document setUniformValue limitations wrt non square matrices | Laszlo Agocs | 2014-04-25 | 1 | -0/+48 |
| |/ |
|