| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Also delete blitShader & simpleShader in ~QGLEngineSharedShaders | Tom Cooksey | 2009-12-30 | 1 | -0/+10 |
|
|
* | | | fix a memory leak in QGLEngineSharedShaders | jianliang79 | 2009-12-30 | 2 | -0/+8 |
|
|
* | | | Fixed QGLWidget::renderText(). | Trond Kjernaasen | 2009-12-30 | 3 | -109/+13 |
|
|
* | | | Remove superfluous enable/disable vertex arrtib arrays | Tom Cooksey | 2009-12-30 | 1 | -34/+0 |
|
|
* | | | Track which vertex attrib arrays are enabled in QGLContextPrivate | Tom Cooksey | 2009-12-30 | 6 | -5/+79 |
|/ / |
|
* | | Remove pointless const's from functions (internal API) | Tom Cooksey | 2009-12-29 | 2 | -4/+4 |
|
|
* | | Lots of mostly cosmetic cleanups to GL2 paint engine | Tom Cooksey | 2009-12-28 | 4 | -138/+133 |
|
|
* | | Move the 0.5 offset we add for aliased rendering to updateMatrix() | Tom Cooksey | 2009-12-28 | 2 | -33/+47 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2009-12-27 | 2 | -5/+11 |
|\ \ |
|
| * | | Fix text rendering on GL2 paint engine | Tom Cooksey | 2009-12-23 | 2 | -5/+11 |
|
|
* | | | Merge branch '4.5' into 4.6-staging | Thiago Macieira | 2009-12-26 | 1 | -3/+11 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix memory leak of QGLGlyphCoord objects in the OpenGL1 paint engine | Rhys Weatherley | 2009-12-20 | 1 | -3/+11 |
|
|
* | | Use 3x3 PMV matrices rather than 4x4 in the GL2 engine | Tom Cooksey | 2009-12-22 | 3 | -64/+62 |
|
|
* | | Handle broken shaders better in the GL2 engine's shader manager | Tom Cooksey | 2009-12-22 | 1 | -77/+114 |
|
|
* | | Add GLfloat[2][2] & GLfloat[3][3] uniform setters to QGLShaderProgram | Tom Cooksey | 2009-12-22 | 2 | -0/+71 |
|
|
* | | Prevent access to non-existent memory in triagulating stroker | Rhys Weatherley | 2009-12-18 | 1 | -2/+8 |
|
|
* | | Align GL_RGB lines on a 4-byte boundary when uploading pixmap textures | Rhys Weatherley | 2009-12-18 | 1 | -13/+2 |
|
|
* | | GL2Engine: Don't mark brush as dirty if it hasn't changed | Tom Cooksey | 2009-12-17 | 3 | -34/+41 |
|
|
* | | Update FBO docs to describe how QPainter changes the GL state | Rhys Weatherley | 2009-12-17 | 1 | -0/+6 |
|
|
* | | Disable depth testing during the 2D QGLWidget::renderText() | Rhys Weatherley | 2009-12-17 | 1 | -0/+12 |
|
|
* | | Fix EGL surface leaks when re-parenting QGLWidget on X11/EGL | Tom Cooksey | 2009-12-15 | 4 | -13/+28 |
|
|
* | | Fix QGLWidgets created with an alpha channel on X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -1/+1 |
|
|
* | | Add QT_DEBUG_X11_VISUAL_SELECTION to aid debugging X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -15/+31 |
|
|
* | | Got rid of unused variable compiler warning. | Samuel Rødal | 2009-12-15 | 1 | -2/+0 |
|
|
* | | Optimized blur / drop shadow effects for the GL 2 paint engine. | Samuel Rødal | 2009-12-14 | 4 | -602/+198 |
|
|
* | | Optimize our GL extension checks to avoid mallocs. | Trond Kjernåsen | 2009-12-10 | 3 | -35/+79 |
|
|
* | | Clean up the QFontEngine glyphcaching code to not crash and be more tidy | Gunnar Sletta | 2009-12-10 | 1 | -3/+2 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Gunnar Sletta | 2009-12-09 | 3 | -11/+3 |
|\ \ |
|
| * | | GLES 2 should *not* use a multisampled format by default. | Trond Kjernåsen | 2009-12-09 | 2 | -5/+1 |
|
|
| * | | Merge upstream/4.6 into oslo-staging-2/4.6 | Olivier Goffart | 2009-12-09 | 2 | -6/+2 |
| |\ \ |
|
| | * \ | Merge oslo-staging-2/4.6 into upstream/4.6 | Olivier Goffart | 2009-12-09 | 7 | -179/+584 |
| | |\ \ |
|
| | * \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-12-06 | 2 | -6/+2 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Replace glColor4ub() calls with glColor4f() | Rhys Weatherley | 2009-12-06 | 2 | -6/+2 |
|
|
| | | * | | Recognize transformed screens when looking for a QGLScreen | Rhys Weatherley | 2009-10-16 | 2 | -2/+4 |
|
|
| | | * | | Back-port several OpenGL/ES fixes from 4.6 to 4.5 | Rhys Weatherley | 2009-10-15 | 3 | -5/+14 |
|
|
| | | * | | Fix detection of pbuffers on OpenGL/ES systems | Rhys Weatherley | 2009-10-09 | 1 | -1/+1 |
|
|
* | | | | | Fix crash when rotating cleartype text under gl engine. | Gunnar Sletta | 2009-12-09 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Gunnar Sletta | 2009-12-09 | 9 | -189/+617 |
|\ \ \ \ |
|
| * | | | | Export QGLShareRegister because qgl_share_reg() is exported | Rhys Weatherley | 2009-12-09 | 1 | -1/+1 |
|
|
| * | | | | Fix upside down PVR compressed textures. | Rhys Weatherley | 2009-12-08 | 1 | -3/+4 |
|
|
| * | | | | Make sure a context is current when loading compressed textures. | Rhys Weatherley | 2009-12-08 | 1 | -0/+2 |
| | |_|/
| |/| | |
|
| * | | | Fix GL_BGRA formats under OpenGL/ES systems | Rhys Weatherley | 2009-12-08 | 1 | -0/+8 |
|
|
| * | | | Detect GL2 paint engine based on fragment shaders, not programs | Rhys Weatherley | 2009-12-07 | 2 | -3/+7 |
|
|
| * | | | Compressed texture binding for QtOpenGL: ETC1 and PVRTC | Rhys Weatherley | 2009-12-06 | 5 | -118/+461 |
|
|
| * | | | Fix WA_TranslucentBackground for QGLWidgets on X11/EGL | Tom Cooksey | 2009-12-04 | 1 | -45/+73 |
|
|
| * | | | Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms. | Samuel Rødal | 2009-12-04 | 3 | -14/+36 |
| |/ / |
|
| * | | Rebind window surface fbo after native GL rendering | Rhys Weatherley | 2009-12-04 | 4 | -2/+14 |
|
|
| * | | Reduce double-copying of textures when flipping upside down | Rhys Weatherley | 2009-12-02 | 1 | -7/+15 |
|
|
* | | | Speed up rotated/transformed text on OpenGL2 paint engine | Gunnar Sletta | 2009-12-08 | 1 | -61/+34 |
|/ / |
|
* | | Added caching of vectorpaths to the GL paint engine. | Gunnar Sletta | 2009-12-01 | 3 | -5/+116 |
|
|