| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed issues with using GLenum in public API on mac. | Samuel Rødal | 2009-09-03 | 5 | -46/+50 |
|
|
* | Fixed bindTexture() on bigendian and older implementations | Gunnar Sletta | 2009-09-03 | 2 | -4/+37 |
|
|
* | Fixed crash in tst_qgl. | Samuel Rødal | 2009-09-03 | 1 | -3/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-03 | 1 | -0/+40 |
|\ |
|
| * | Add missing license headers | Jason McDonald | 2009-09-03 | 1 | -0/+40 |
|
|
* | | Fixed reparenting OpenGL widgets on Windows. | Kim Motoyoshi Kalland | 2009-09-03 | 1 | -6/+1 |
|
|
* | | Fixed bug where QGLContext::isSharing() returned false while sharing. | Kim Motoyoshi Kalland | 2009-09-02 | 1 | -1/+3 |
|
|
* | | Fixed a system clip issue in the GL 2 engine. | Trond Kjernåsen | 2009-09-02 | 1 | -3/+9 |
|
|
* | | Split QGLEngineShaderManager into a shared and a per engine part. | Kim Motoyoshi Kalland | 2009-09-02 | 7 | -301/+337 |
|
|
* | | Don't seg-fault when printing error message in shader manager | Tom Cooksey | 2009-09-01 | 1 | -11/+25 |
|
|
* | | Unambiguated QGLFramebufferObject constructor on Mac OS X. | Samuel Rødal | 2009-09-01 | 1 | -1/+1 |
|
|
* | | Fixed toImage() not working on a multisample QGLFramebufferObject. | Samuel Rødal | 2009-09-01 | 1 | -0/+10 |
|
|
* | | Fixed QGLFramebufferObject::toImage() releasing the FBO if bound. | Samuel Rødal | 2009-09-01 | 1 | -2/+5 |
|
|
* | | Fixed poor utilization of depth buffer range in GL 2 paint engine. | Samuel Rødal | 2009-09-01 | 2 | -29/+41 |
|
|
* | | 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 |
|
|
* | | be51485f missed some instances of qt_get_extension_funcs | Rhys Weatherley | 2009-08-31 | 1 | -2/+2 |
|
|
* | | Fixed initialization order in QGLContextGroup constructor. | Kim Motoyoshi Kalland | 2009-08-31 | 1 | -1/+1 |
|
|
* | | Remove unused variable in GL2 engine. | Kim Motoyoshi Kalland | 2009-08-31 | 1 | -1/+1 |
|
|
* | | Added context pointer to QGLContextGroupResources. | Kim Motoyoshi Kalland | 2009-08-31 | 4 | -126/+151 |
|
|
* | | Fixed a problem with corrupted text in the GL 2 engine. | Trond Kjernåsen | 2009-08-31 | 1 | -0/+1 |
|
|
* | | Fixed rendering bug in blurpicker example with -graphicssystem opengl | Samuel Rødal | 2009-08-31 | 1 | -28/+25 |
|
|
* | | Fixed having a QPainter active on several FBOs at the same time. | Samuel Rødal | 2009-08-31 | 1 | -10/+29 |
|
|
* | | 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 | 2 | -46/+155 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Jason McDonald | 2009-08-31 | 1 | -0/+38 |
|\ \ |
|
| * | | Fixed compile failure caused by merge error in fragmentprograms_p.h. | Samuel Rødal | 2009-08-31 | 1 | -0/+38 |
|
|
* | | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 8 | -104/+104 |
|/ / |
|
* | | Fixed inverted pixmaps when using OpenGL graphics effects. | Samuel Rødal | 2009-08-31 | 1 | -1/+3 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 50 | -637/+650 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 59 | -767/+767 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 59 | -59/+59 |
|
|
* | | Move QGLShareContextScope to qgl_p.h so other things can use it. | Rhys Weatherley | 2009-08-31 | 2 | -37/+40 |
|
|
* | | Remove QGLShader from its QGLShaderProgram when it is destroyed | Rhys Weatherley | 2009-08-31 | 2 | -4/+23 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-08-28 | 4 | -29/+130 |
|\ \ |
|
| * | | Fixed QGLWidget::renderText() when using the GL 2 paint engine. | Trond Kjernåsen | 2009-08-28 | 4 | -23/+108 |
|
|
| * | | Fixed a problem where the InvertedYBindOption was always removed. | Trond Kjernåsen | 2009-08-28 | 1 | -1/+1 |
|
|
| * | | Added some information to QGLFramebufferObject documentation | Samuel Rødal | 2009-08-28 | 1 | -4/+4 |
|
|
| * | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -2/+18 |
|
|
* | | | Attempting to make EGL compile again and fix some potential | Gunnar Sletta | 2009-08-28 | 5 | -17/+35 |
|/ / |
|
* | | Define highp to mediump on OpenGL/ES systems that don't have highp | Rhys Weatherley | 2009-08-27 | 1 | -0/+15 |
|
|
* | | Remove extraneous semi-colons | Rhys Weatherley | 2009-08-27 | 2 | -3/+3 |
|
|
* | | Fixed path filling in the GL2 paint engine. | Kim Motoyoshi Kalland | 2009-08-27 | 1 | -1/+1 |
|
|
* | | Fix y orientation of pixmap brushes and pixmaptiles in gl1 engine | Gunnar Sletta | 2009-08-27 | 4 | -3525/+3370 |
|
|
* | | Don't flip texture coords in texture brushes in accordance with new bindTexture | Gunnar Sletta | 2009-08-27 | 1 | -1/+0 |
|
|
* | | compile on x11 | Gunnar Sletta | 2009-08-27 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-08-27 | 9 | -115/+108 |
|\ \ |
|
| * | | Make QGLShader::ShaderType slightly more future proof by | Gunnar Sletta | 2009-08-27 | 2 | -8/+18 |
|
|
| * | | API improvements for creating shaders from files | Rhys Weatherley | 2009-08-27 | 2 | -52/+28 |
|
|
| * | | Made GL 2 engine reset various GL state to their defaults in end(). | Samuel Rødal | 2009-08-26 | 2 | -3/+10 |
|
|