| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow attributes to be bound after a QGLShaderProgram is linked. | Rhys Weatherley | 2010-03-31 | 1 | -6/+13 |
|
|
* | Better support for user-generated binary shaders | Rhys Weatherley | 2010-01-27 | 1 | -3/+35 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-07 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | | Revert "Add GLfloat[2][2] & GLfloat[3][3] uniform setters to QGLShaderProgram" | Tom Cooksey | 2010-01-06 | 1 | -67/+0 |
|/ |
|
* | Add GLfloat[2][2] & GLfloat[3][3] uniform setters to QGLShaderProgram | Tom Cooksey | 2009-12-22 | 1 | -0/+67 |
|
|
* | Modify QGLShader and QGLShaderProgram in response to API review | Rhys Weatherley | 2009-11-05 | 1 | -131/+167 |
|
|
* | Add QMacGLCompatTypes to QGLShaderProgram API | Tom Cooksey | 2009-11-04 | 1 | -0/+50 |
|
|
* | Remove partial shader support from QGLShader/QGLShaderProgram | Rhys Weatherley | 2009-11-01 | 1 | -177/+5 |
|
|
* | Remove shader/program binary support for now | Rhys Weatherley | 2009-10-28 | 1 | -213/+0 |
|
|
* | Suppress warnings under OpenGL/ES 2.0 in QGLShaderProgram | Rhys Weatherley | 2009-10-26 | 1 | -0/+55 |
|
|
* | Fix OpenGL/ES 2.0 bug in previous QGLShaderProgram check-in | Rhys Weatherley | 2009-10-26 | 1 | -1/+1 |
|
|
* | Use QObjectPrivate within QGLShaderPrivate and QGLShaderProgramPrivate | Rhys Weatherley | 2009-10-26 | 1 | -43/+132 |
|
|
* | Optimize concatenation of partial shaders | Rhys Weatherley | 2009-10-26 | 1 | -30/+93 |
|
|
* | Issue a warning if bindAttributeLocation() is used after shaders linked | Rhys Weatherley | 2009-10-25 | 1 | -3/+8 |
|
|
* | QGLContext::areSharing() to check for GL share relationships | Rhys Weatherley | 2009-10-01 | 1 | -4/+4 |
|
|
* | qdoc: Shift snippets in QGLShaderProgram out into doc/src/snippets | Rhys Weatherley | 2009-09-15 | 1 | -49/+3 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-09-09 | 1 | -4/+4 |
|\ |
|
| * | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | | Clean up shader programs properly | Rhys Weatherley | 2009-09-09 | 1 | -190/+117 |
|/ |
|
* | Modify QMatrix4x4 and QQuaternion to use qreal internally | Rhys Weatherley | 2009-09-04 | 1 | -105/+92 |
|
|
* | Add #define's for highp/mediump after #version/#extension headers | Rhys Weatherley | 2009-09-01 | 1 | -1/+20 |
|
|
* | OpenGL/ES 2.0 compilation problem since QGLContextGroup changes | Rhys Weatherley | 2009-08-31 | 1 | -0/+12 |
|
|
* | Added context pointer to QGLContextGroupResources. | Kim Motoyoshi Kalland | 2009-08-31 | 1 | -20/+20 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 1 | -1/+1 |
|
|
* | Fixed crash when sharing OpenGL contexts in the GL2 paint engine. | Kim Motoyoshi Kalland | 2009-08-31 | 1 | -46/+151 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | Remove QGLShader from its QGLShaderProgram when it is destroyed | Rhys Weatherley | 2009-08-31 | 1 | -4/+20 |
|
|
* | Define highp to mediump on OpenGL/ES systems that don't have highp | Rhys Weatherley | 2009-08-27 | 1 | -0/+15 |
|
|
* | Make QGLShader::ShaderType slightly more future proof by | Gunnar Sletta | 2009-08-27 | 1 | -3/+6 |
|
|
* | API improvements for creating shaders from files | Rhys Weatherley | 2009-08-27 | 1 | -50/+27 |
|
|
* | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -0/+2 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
|
|
* | Code cleanup - use constructor initializers in shader classes. | Rhys Weatherley | 2009-06-04 | 1 | -14/+14 |
|
|
* | Improvements to shader API in response to API review | Rhys Weatherley | 2009-06-04 | 1 | -82/+76 |
|
|
* | qdoc fixes | Rhys Weatherley | 2009-05-01 | 1 | -12/+12 |
|
|
* | Disable shaders on OpenGL/ES 1.1 | Rhys Weatherley | 2009-05-01 | 1 | -1/+1 |
|
|
* | Samplers should be set via the GLuint override, not the GLint override. | Rhys Weatherley | 2009-05-01 | 1 | -7/+33 |
|
|
* | Make QGLShaderProgram::disable() static. | Rhys Weatherley | 2009-05-01 | 1 | -1/+7 |
|
|
* | Rename QGLShader(Program)::errors() to log() | Rhys Weatherley | 2009-05-01 | 1 | -37/+37 |
|
|
* | Add uniform setters for Qt data types to QGLShaderProgram | Tom Cooksey | 2009-05-01 | 1 | -0/+132 |
|
|
* | Fix loading of partial shaders from files. | Rhys Weatherley | 2009-03-27 | 1 | -3/+0 |
|
|
* | Bug in QGLShaderProgram::addShader() that stopped partial shaders working. | Rhys Weatherley | 2009-03-27 | 1 | -3/+6 |
|
|
* | Import shader implementation from before the history cut. | Rhys Weatherley | 2009-03-23 | 1 | -0/+2828 |
|
|