| Commit message (Expand) | Author | Age | Files | Lines |
| * | opengl: Bail if cached shader fails to load | Antonio Larrosa | 2018-02-22 | 1 | -7/+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 |
| |/ |
|
| * | Add note to docs about normalization in setAttributeBuffer | Laszlo Agocs | 2014-03-17 | 1 | -0/+6 |
| * | Avoid using direct OpenGL calls in gui and widgets | Laszlo Agocs | 2014-03-10 | 1 | -1/+2 |
| * | Dynamic GL: remove exporting symbols | Laszlo Agocs | 2014-03-04 | 1 | -5/+5 |
| * | Introducing QOpenGLShaderProgram::create() | Gunnar Sletta | 2014-02-22 | 1 | -1/+22 |
| * | Dynamic GL switch on Windows | Laszlo Agocs | 2014-02-14 | 1 | -11/+17 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -15/+15 |
| * | Add workaround for GL on Android emulator | Eskil Abrahamsen Blomfeldt | 2013-07-29 | 1 | -1/+3 |
| * | Prevent QOpenGLShaderProgram::link() from showing unnecessary warnings. | Samuel Rødal | 2013-05-24 | 1 | -5/+7 |
| * | OpenGL: Add support for the Compute shader stage | Sean Harmer | 2013-03-02 | 1 | -1/+14 |
| * | QOpenGLShaderProgram: insert precision defines based on runtime detection | Giuseppe D'Angelo | 2013-03-01 | 1 | -10/+14 |
| * | OpenGL: Add support for OpenGL 4 tessellation shader stages | Sean Harmer | 2013-03-01 | 1 | -4/+229 |
| * | OpenGL: Reinstate support for OpenGL geometry shaders | Sean Harmer | 2013-02-28 | 1 | -3/+53 |