| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-12-06 | 1 | -5/+1 |
|\ |
|
| * | Replace glColor4ub() calls with glColor4f() | Rhys Weatherley | 2009-12-06 | 1 | -5/+1 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 1 | -4/+4 |
|
|
* | | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 1 | -10/+10 |
|
|
* | | Fixed a stencil clearing bug in the GL 1 engine. | Trond Kjernaasen | 2009-10-20 | 1 | -19/+21 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-19 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDevice | Rhys Weatherley | 2009-10-15 | 1 | -1/+0 |
|
|
* | | | Fixed bitmap brushes and tiled bitmaps in the OpenGL1 paint engine. | Kim Motoyoshi Kalland | 2009-10-15 | 1 | -2/+12 |
|
|
* | | | Fixed handling of brush origin in the OpenGL paint engines. | Kim Motoyoshi Kalland | 2009-10-13 | 1 | -7/+8 |
|/ / |
|
* | | Update systemclip based on the correct parameters | Gunnar Sletta | 2009-10-05 | 1 | -1/+1 |
|
|
* | | QGLContext::areSharing() to check for GL share relationships | Rhys Weatherley | 2009-10-01 | 1 | -5/+5 |
|
|
* | | Make QPF's implementation of alphaMapForGlyph() consistent. | Rhys Weatherley | 2009-09-29 | 1 | -16/+0 |
|
|
* | | Removed GL1 pixmap filters and ported colorize filter to GL2 engine. | Samuel Rødal | 2009-09-15 | 1 | -14/+0 |
|
|
* | | Fix font glyph handling for QPF fonts in the OpenGL1 paint engine. | Rhys Weatherley | 2009-09-10 | 1 | -1/+18 |
|
|
* | | Suppress warnings in QtOpenGL on OpenGL/ES 1.1 systems | Rhys Weatherley | 2009-09-09 | 1 | -1/+4 |
|
|
* | | Fixed a bug in the GL1 engine when using a QBrush(Qt::NoBrush) as a pen. | Trond Kjernåsen | 2009-09-09 | 1 | -1/+1 |
|
|
* | | Made GL1 engine have proper y-rotation since qgldrawable refactor | Gunnar Sletta | 2009-09-09 | 1 | -9/+21 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-09-09 | 1 | -66/+66 |
|\ \ |
|
| * | | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
| * | | Clean up the gradient cache in the right context | Rhys Weatherley | 2009-09-09 | 1 | -0/+1 |
|
|
| * | | Cleanup of QGLPaintDevice before it goes in | Tom Cooksey | 2009-09-08 | 1 | -3/+1 |
|
|
| * | | Move buffer clear out of the paint engine and into the QGLPaintDevices | Tom Cooksey | 2009-09-08 | 1 | -16/+0 |
|
|
| * | | Replace QGLDrawable with a new QGLPaintDevice | Tom Cooksey | 2009-09-08 | 1 | -49/+64 |
|
|
* | | | Fixed y-inversion of pixmap drawing on gl graphics system | Gunnar Sletta | 2009-09-09 | 1 | -2/+14 |
|/ / |
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Fix y orientation of pixmap brushes and pixmaptiles in gl1 engine | Gunnar Sletta | 2009-08-27 | 1 | -8/+0 |
|
|
* | | New variant of QGLContext::bindTexture that does not require mipmap generation | Gunnar Sletta | 2009-08-27 | 1 | -4/+4 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fixed bug where line widths were rounded to integers in the GL engine. | Kim Motoyoshi Kalland | 2009-07-16 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 1 | -20/+44 |
|\ \ \
| |/ / |
|
| * | | Silence trivial warnings | Thiago Macieira | 2009-06-26 | 1 | -4/+4 |
|
|
| * | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 1 | -7/+13 |
| |\ \
| | |/ |
|
| | * | Fixed drawTiledPixmap() for the GL paint engine. | Trond Kjernåsen | 2009-06-22 | 1 | -7/+13 |
|
|
| * | | Use QTransform more efficiently. | Bjørn Erik Nilsen | 2009-06-18 | 1 | -6/+3 |
|
|
| * | | Prevented unnecessary depth clip updates in OpenGL paint engine. | Samuel Rødal | 2009-06-18 | 1 | -1/+9 |
|
|
| * | | Added save state detection in OpenGL engine to avoid dirtying state. | Samuel Rødal | 2009-06-18 | 1 | -0/+13 |
|
|
| * | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
* | | | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 1 | -235/+24 |
|\ \ \
| |/ / |
|
| * | | Make QGLWidgets have the same background colour as QWidgets | Tom Cooksey | 2009-05-27 | 1 | -2/+8 |
|
|
| * | | Make WA_TranslucentBackground work on QGLWidget for X11 | Tom Cooksey | 2009-05-27 | 1 | -1/+1 |
|
|
| * | | some cleanups on private exported symbols | Thierry Bastian | 2009-05-26 | 1 | -1/+0 |
|
|
| * | | Merge commit 'qt/master' | Samuel Rødal | 2009-05-20 | 1 | -19/+3 |
| |\ \ |
|
| | * | | Optimize rendering in the GL engine | Zack Rusin | 2009-05-11 | 1 | -19/+3 |
|
|
| * | | | Make QtOpenGL compile on OpenGL ES 1.1 again | Tom Cooksey | 2009-05-14 | 1 | -3/+6 |
|
|