summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglshaderprogram.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-9/+8
* Don't quote newlines in multi-line shader linker errors.Volker Krause2016-03-131-2/+2
* QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-1/+1
|\
| * OpenGL: Fix for incorrect GL enum in getterPaolo Angelelli2016-02-191-1/+1
* | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-111-1/+1
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-1/+1
* | QtGui: replace a Q_FOREACH loop with qDeleteAll()Marc Mutz2016-02-111-4/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-5/+12
|\
| * Do not add GLSL line statements for old driversLaszlo Agocs2015-08-171-5/+12
* | QtGui/QtOpenGL: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-031-1/+1
|/
* QtGui: Fix some qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add more notes regarding the uniform settersLaszlo Agocs2015-02-081-0/+9
* Fix corner case in preprocessor of QOpenGLShaderProgramSean Harmer2014-12-151-1/+2
* GLSL #version directive does not have to be at start of lineSean Harmer2014-12-141-1/+1
* Insert #line statements in shader program.Florian Behrens2014-11-031-27/+125
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-3/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* If a tess/compute shader compilation fails, print its type correctlyGiuseppe D'Angelo2014-08-181-7/+18
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-5/+5
|\
| * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-5/+5
* | Document setUniformValue limitations wrt non square matricesLaszlo Agocs2014-04-251-0/+48
|/
* Add note to docs about normalization in setAttributeBufferLaszlo Agocs2014-03-171-0/+6
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-1/+2
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-5/+5
* Introducing QOpenGLShaderProgram::create()Gunnar Sletta2014-02-221-1/+22
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-11/+17
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-15/+15
* Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-291-1/+3
* Prevent QOpenGLShaderProgram::link() from showing unnecessary warnings.Samuel Rødal2013-05-241-5/+7
* OpenGL: Add support for the Compute shader stageSean Harmer2013-03-021-1/+14
* QOpenGLShaderProgram: insert precision defines based on runtime detectionGiuseppe D'Angelo2013-03-011-10/+14
* OpenGL: Add support for OpenGL 4 tessellation shader stagesSean Harmer2013-03-011-4/+229
* OpenGL: Reinstate support for OpenGL geometry shadersSean Harmer2013-02-281-3/+53
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* OpenGL: Remove API for stubbed Geometry shader support in gui/openglSean Harmer2012-09-241-132/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-071-44/+9
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+2
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-181-1/+1
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-3/+3
* Allow creation of QOpenGLShaderProgram without a current contextSean Harmer2012-05-021-3/+3
* Initialize QOpenGLFunctions before using it in QOpenGLShaderProgramSean Harmer2012-05-021-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fixed QOpenGLShader::log().Kim Motoyoshi Kalland2012-01-111-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* opengl: Do not crash when programGuard is a nullptrHolger Hans Peter Freyther2011-12-011-1/+1