summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglshaderprogram.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify QGLShader and QGLShaderProgram in response to API reviewRhys Weatherley2009-11-051-131/+167
* Add QMacGLCompatTypes to QGLShaderProgram APITom Cooksey2009-11-041-0/+50
* Remove partial shader support from QGLShader/QGLShaderProgramRhys Weatherley2009-11-021-177/+5
* Remove shader/program binary support for nowRhys Weatherley2009-10-291-213/+0
* Suppress warnings under OpenGL/ES 2.0 in QGLShaderProgramRhys Weatherley2009-10-261-0/+55
* Fix OpenGL/ES 2.0 bug in previous QGLShaderProgram check-inRhys Weatherley2009-10-261-1/+1
* Use QObjectPrivate within QGLShaderPrivate and QGLShaderProgramPrivateRhys Weatherley2009-10-261-43/+132
* Optimize concatenation of partial shadersRhys Weatherley2009-10-261-30/+93
* Issue a warning if bindAttributeLocation() is used after shaders linkedRhys Weatherley2009-10-261-3/+8
* QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-011-4/+4
* qdoc: Shift snippets in QGLShaderProgram out into doc/src/snippetsRhys Weatherley2009-09-151-49/+3
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-091-4/+4
|\
| * Update license headers again.Jason McDonald2009-09-091-4/+4
* | Clean up shader programs properlyRhys Weatherley2009-09-091-190/+117
|/
* Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-041-105/+92
* Add #define's for highp/mediump after #version/#extension headersRhys Weatherley2009-09-011-1/+20
* OpenGL/ES 2.0 compilation problem since QGLContextGroup changesRhys Weatherley2009-09-011-0/+12
* Added context pointer to QGLContextGroupResources.Kim Motoyoshi Kalland2009-08-311-20/+20
* doc: Fixed several qdoc errors.Martin Smith2009-08-311-1/+1
* Fixed crash when sharing OpenGL contexts in the GL2 paint engine.Kim Motoyoshi Kalland2009-08-311-46/+151
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Remove QGLShader from its QGLShaderProgram when it is destroyedRhys Weatherley2009-08-311-4/+20
* Define highp to mediump on OpenGL/ES systems that don't have highpRhys Weatherley2009-08-281-0/+15
* Make QGLShader::ShaderType slightly more future proof byGunnar Sletta2009-08-271-3/+6
* API improvements for creating shaders from filesRhys Weatherley2009-08-271-50/+27
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-0/+2
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* Code cleanup - use constructor initializers in shader classes.Rhys Weatherley2009-06-041-14/+14
* Improvements to shader API in response to API reviewRhys Weatherley2009-06-041-82/+76
* qdoc fixesRhys Weatherley2009-05-011-12/+12
* Disable shaders on OpenGL/ES 1.1Rhys Weatherley2009-05-011-1/+1
* Samplers should be set via the GLuint override, not the GLint override.Rhys Weatherley2009-05-011-7/+33
* Make QGLShaderProgram::disable() static.Rhys Weatherley2009-05-011-1/+7
* Rename QGLShader(Program)::errors() to log()Rhys Weatherley2009-05-011-37/+37
* Add uniform setters for Qt data types to QGLShaderProgramTom Cooksey2009-05-011-0/+132
* Fix loading of partial shaders from files.Rhys Weatherley2009-03-271-3/+0
* Bug in QGLShaderProgram::addShader() that stopped partial shaders working.Rhys Weatherley2009-03-271-3/+6
* Import shader implementation from before the history cut.Rhys Weatherley2009-03-241-0/+2828