| Commit message (Expand) | Author | Age | Files | Lines |
* | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s... | David Faure | 2009-06-04 | 5 | -13/+13 |
|
|
* | Fix compilation with gcc-4.3.3 (due to std::system) | David Faure | 2009-06-04 | 1 | -0/+1 |
|
|
* | 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 | 3 | -94/+83 |
|
|
* | Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory. | Samuel Rødal | 2009-06-03 | 5 | -29/+212 |
|
|
* | Made GL2 engine default for QGLWidget, and added GL2 sync() function | Samuel Rødal | 2009-05-29 | 3 | -1/+39 |
|
|
* | Added check in GL pixmap backend to fall back to raster if FBO fails. | Samuel Rødal | 2009-05-29 | 1 | -32/+37 |
|
|
* | Fixed bug in GL graphics system when painting to pixmaps. | Samuel Rødal | 2009-05-28 | 1 | -0/+3 |
|
|
* | Fixed incorrect handling of composition modes in GL2 paint engine. | Samuel Rødal | 2009-05-28 | 2 | -22/+11 |
|
|
* | Compile fix with namespaces. | hjk | 2009-05-28 | 7 | -3/+28 |
|
|
* | Make WA_TranslucentBackground work for QGLWidgets on X11/EGL | Tom Cooksey | 2009-05-28 | 1 | -11/+15 |
|
|
* | Print the error string when surface creation fails | Tom Cooksey | 2009-05-28 | 1 | -1/+4 |
|
|
* | Fix build on X11/OpenGL ES 2.0 | Tom Cooksey | 2009-05-28 | 1 | -1/+1 |
|
|
* | Moved QGL2PaintEngineExPrivate into GL2 paint engine header file. | Samuel Rødal | 2009-05-28 | 4 | -93/+96 |
|
|
* | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 5 | -31/+30 |
|
|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 4 | -46/+51 |
|\ |
|
| * | qdoc: Added some missing qdoc comments. | Martin Smith | 2009-05-25 | 4 | -46/+51 |
|
|
* | | Make QGLWidgets have the same background colour as QWidgets | Tom Cooksey | 2009-05-27 | 4 | -17/+22 |
|
|
* | | Make WA_TranslucentBackground work on QGLWidget for X11 | Tom Cooksey | 2009-05-27 | 4 | -6/+124 |
|
|
* | | Avoided expensive image upload for GL pixmap backend for QPixmap::fill. | Samuel Rødal | 2009-05-27 | 4 | -11/+59 |
|
|
* | | Fixed bugs in GL2 paint engine when several engines are active. | Samuel Rødal | 2009-05-27 | 4 | -33/+41 |
|
|
* | | Use GLInt and not uint because of Apple's old header swap | Martin Smith | 2009-05-27 | 1 | -1/+1 |
|
|
* | | some cleanups on private exported symbols | Thierry Bastian | 2009-05-26 | 1 | -1/+0 |
|
|
* | | A GLint is converted to int for passing to qBound(). | Martin Smith | 2009-05-26 | 1 | -1/+1 |
|
|
* | | Fix build failure on MacOS 10.4 | Tom Cooksey | 2009-05-26 | 1 | -3/+3 |
|
|
* | | Introduced preserved swap buffer path in GL window surface. | Samuel Rødal | 2009-05-25 | 1 | -50/+64 |
|
|
* | | Fixed bug in uninitialized GL pixmaps. | Samuel Rødal | 2009-05-25 | 1 | -0/+2 |
|
|
* | | Fixed broken system clip handling in GL2 paint engine. | Samuel Rødal | 2009-05-25 | 2 | -2/+11 |
|
|
* | | Made PixelBuffer/FramebufferObject report correct DPI based metrics. | Samuel Rødal | 2009-05-25 | 2 | -14/+16 |
|
|
* | | If EGL fails to provide a valid Visual ID, try XRender for ARGBs | Tom Cooksey | 2009-05-22 | 1 | -9/+55 |
|
|
* | | Try to use the X11 visual ID provided by EGL | Tom Cooksey | 2009-05-22 | 1 | -30/+74 |
|
|
* | | Fix changed behaviour after QEglProperties::value() patch | Tom Cooksey | 2009-05-22 | 2 | -14/+14 |
|
|
* | | Merge commit 'qt/master' | Samuel Rødal | 2009-05-20 | 2 | -20/+4 |
|\ \ |
|
| * \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-19 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 1 | -1/+1 |
|
|
| * | | Optimize rendering in the GL engine | Zack Rusin | 2009-05-11 | 1 | -19/+3 |
|
|
* | | | Make QEglProperties::value() return the EGL default if not set | Tom Cooksey | 2009-05-20 | 1 | -1/+48 |
|
|
* | | | Fix GLSL for OMAP3 and error checking | Tom Cooksey | 2009-05-20 | 2 | -3/+3 |
|
|
* | | | Fix GL2 paint engine builds on Big-endian machines | Tom Cooksey | 2009-05-15 | 1 | -11/+8 |
|
|
* | | | Make QtOpenGL compile on OpenGL ES 1.1 again | Tom Cooksey | 2009-05-14 | 8 | -45/+116 |
|
|
* | | | Merge commit 'qt/master' | Samuel Rødal | 2009-05-13 | 2 | -5/+3 |
|\ \ \
| |/ / |
|
| * | | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 1 | -2/+1 |
| |\ \
| | |/ |
|
| | * | Compiler warnings (Mac/Carbon) | Bjoern Erik Nilsen | 2009-05-07 | 1 | -2/+1 |
|
|
| * | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 1 | -3/+2 |
| |\ \
| | |/ |
|
| | * | Re-enabled antialiasing for large font sizes in OpenGL paint engine. | Samuel Rødal | 2009-05-06 | 1 | -3/+2 |
|
|
* | | | Reverted use of GL 2 engine as default on desktop. | Samuel Rødal | 2009-05-13 | 6 | -27/+15 |
|
|
* | | | Made GL graphics system work with GLES2 w/o FramebufferBlit extension. | Samuel Rødal | 2009-05-13 | 1 | -10/+11 |
|
|
* | | | Enabled compilation of both GL and GL2 paint engine. | Samuel Rødal | 2009-05-13 | 13 | -124/+109 |
|
|
* | | | Merge branch 'shader-api' | Rhys Weatherley | 2009-05-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Mac OSX compile errors in shader usage | Rhys Weatherley | 2009-05-10 | 1 | -1/+1 |
|
|