| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Added support for subpixel antialiasing on text in the GL2 engine." | Rhys Weatherley | 2009-09-17 | 5 | -169/+22 |
|
|
* | Added support for subpixel antialiasing on text in the GL2 engine. | Kim Motoyoshi Kalland | 2009-09-16 | 5 | -22/+169 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-09-16 | 2 | -9/+6 |
|\ |
|
| * | Reduce overhead of paint engine-specific pixmap filters | Rhys Weatherley | 2009-09-16 | 2 | -9/+6 |
|
|
* | | Fixed glsl warnings on mac and stop using texturecoords when not needed | Gunnar Sletta | 2009-09-16 | 3 | -26/+20 |
|
|
* | | Silenced GLSL compiler warning on Mac OS X | Gunnar Sletta | 2009-09-15 | 2 | -1/+5 |
|/ |
|
* | Fixed rendering errors in blurpicker with -graphicssystem opengl | Samuel Rødal | 2009-09-15 | 1 | -0/+1 |
|
|
* | Really fixed clipping bug in portedcanvas with -graphicssystem opengl. | Samuel Rødal | 2009-09-14 | 1 | -1/+1 |
|
|
* | Fixed clipping bug in GL 2 engine. | Samuel Rødal | 2009-09-14 | 1 | -0/+1 |
|
|
* | Fixed clipping bug in portedcanvas with -graphicssystem opengl | Samuel Rødal | 2009-09-14 | 1 | -0/+3 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-09-14 | 1 | -0/+12 |
|\ |
|
| * | Fix drawTiledPixmap for NPOT pixmaps on OpenGL ES 2.0 | Tom Cooksey | 2009-09-14 | 1 | -0/+12 |
|
|
* | | Some small optimizations to gl2 engine. | Gunnar Sletta | 2009-09-14 | 2 | -30/+11 |
|
|
* | | Fixed crash in gl when stroking with a Qt::NoBrush pen | Gunnar Sletta | 2009-09-14 | 1 | -1/+3 |
|/ |
|
* | Fixed clipping bugs in GL2 graphics system with oxygen style. | Samuel Rødal | 2009-09-11 | 1 | -1/+3 |
|
|
* | Re-order begin() so everything needing a current context has one | Tom Cooksey | 2009-09-10 | 1 | -12/+12 |
|
|
* | Fixed rendering of text with gradient pen in GL 2 engine. | Samuel Rødal | 2009-09-10 | 1 | -5/+4 |
|
|
* | Fix crash in gl2 paint engine on Windows | Eskil Abrahamsen Blomfeldt | 2009-09-10 | 1 | -1/+3 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-09-09 | 11 | -107/+65 |
|\ |
|
| * | Update license headers again. | Jason McDonald | 2009-09-09 | 11 | -44/+44 |
|
|
| * | Make QGLPixmapData work with the new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 1 | -20/+4 |
|
|
| * | Move buffer clear out of the paint engine and into the QGLPaintDevices | Tom Cooksey | 2009-09-08 | 1 | -11/+1 |
|
|
| * | Make QGLFramebufferObject work again using new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 1 | -26/+2 |
|
|
| * | Replace QGLDrawable with a new QGLPaintDevice | Tom Cooksey | 2009-09-08 | 2 | -30/+38 |
|
|
* | | Fixed y-inversion of pixmap drawing on gl graphics system | Gunnar Sletta | 2009-09-09 | 2 | -2/+5 |
|/ |
|
* | Fixed crash in tst_qgl. | Samuel Rødal | 2009-09-03 | 1 | -3/+4 |
|
|
* | 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 | 5 | -295/+331 |
|
|
* | Don't seg-fault when printing error message in shader manager | Tom Cooksey | 2009-09-01 | 1 | -11/+25 |
|
|
* | Fixed poor utilization of depth buffer range in GL 2 paint engine. | Samuel Rødal | 2009-09-01 | 2 | -29/+41 |
|
|
* | Fixed a problem with corrupted text in the GL 2 engine. | Trond Kjernåsen | 2009-08-31 | 1 | -0/+1 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 5 | -65/+65 |
|
|
* | 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 | 6 | -78/+78 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 11 | -143/+143 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 11 | -11/+11 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-08-28 | 2 | -18/+75 |
|\ \ |
|
| * | | Fixed QGLWidget::renderText() when using the GL 2 paint engine. | Trond Kjernåsen | 2009-08-28 | 2 | -18/+75 |
|
|
* | | | Attempting to make EGL compile again and fix some potential | Gunnar Sletta | 2009-08-28 | 1 | -1/+3 |
|/ / |
|
* | | Fixed path filling in the GL2 paint engine. | Kim Motoyoshi Kalland | 2009-08-27 | 1 | -1/+1 |
|
|
* | | Don't flip texture coords in texture brushes in accordance with new bindTexture | Gunnar Sletta | 2009-08-27 | 1 | -1/+0 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-08-27 | 4 | -39/+55 |
|\ \ |
|
| * | | Made GL 2 engine reset various GL state to their defaults in end(). | Samuel Rødal | 2009-08-26 | 2 | -3/+10 |
|
|
| * | | Made brush textures in GL2 engine use correct filtering. | Samuel Rødal | 2009-08-26 | 1 | -8/+10 |
|
|
| * | | Improved GLSL precision specifiers in GL 2 engine. | Samuel Rødal | 2009-08-26 | 1 | -24/+24 |
|
|
| * | | Improved QPainter API for allowing native painting in GL / VG. | Samuel Rødal | 2009-08-26 | 2 | -2/+10 |
|
|
| * | | Added missing precision specifiers to custom shader effect. | Samuel Rødal | 2009-08-26 | 2 | -2/+2 |
|
|
* | | | New variant of QGLContext::bindTexture that does not require mipmap generation | Gunnar Sletta | 2009-08-27 | 1 | -8/+9 |
|/ / |
|
* | | Fixed clipping bug in GL 2 paint engine (visible in arthur demos). | Samuel Rødal | 2009-08-26 | 1 | -1/+1 |
|
|
* | | Removed warnings / debug output in the GL 2 engine / pixmap filter code. | Samuel Rødal | 2009-08-25 | 2 | -2/+1 |
|
|