summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglshaderprogram.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* OpenGL/ES 2.0 compilation problem since QGLContextGroup changesRhys Weatherley2009-08-311-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-271-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-231-0/+2828