| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Fixed crash on shutdown with GL when leaking QGLWidgets | Gunnar Sletta | 2009-09-10 | 1 | -2/+7 |
|
|
* | | | Return the correct QGLFormat to the OpenGL1 paint engine for FBO's | Rhys Weatherley | 2009-09-10 | 3 | -4/+18 |
|/ / |
|
* | | Fix font glyph handling for QPF fonts in the OpenGL1 paint engine. | Rhys Weatherley | 2009-09-10 | 1 | -1/+18 |
|
|
* | | Compile fix for OpenGL/ES 1.1 CommonLite systems | Rhys Weatherley | 2009-09-09 | 1 | -0/+4 |
|
|
* | | Suppress warnings in QtOpenGL on OpenGL/ES 1.1 systems | Rhys Weatherley | 2009-09-09 | 3 | -4/+10 |
|
|
* | | Compile fix for OpenGL/ES 1.1 systems | Rhys Weatherley | 2009-09-09 | 1 | -0/+1 |
|
|
* | | Document why an FBO of 0 needs to be bound in QGLPaintBuffer sometimes | Rhys Weatherley | 2009-09-09 | 1 | -0/+6 |
|
|
* | | Make QtOpenGL link against EGL for OpenGL ES | Tom Cooksey | 2009-09-09 | 1 | -1/+9 |
|
|
* | | 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 |
|
|
* | | Fix OpenGL ES 1.x after QGLPaintDevice refactor | Tom Cooksey | 2009-09-09 | 1 | -0/+7 |
|
|
* | | Made GL1 engine have proper y-rotation since qgldrawable refactor | Gunnar Sletta | 2009-09-09 | 2 | -10/+23 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-09-09 | 63 | -1074/+1566 |
|\ \ |
|
| * | | Fix build breakage on Mac Carbon | Tom Cooksey | 2009-09-09 | 1 | -1/+1 |
|
|
| * | | Remove duplicate setFBO calls introduced by QGLPaintDevice merge | Tom Cooksey | 2009-09-09 | 1 | -2/+0 |
|
|
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-09-09 | 62 | -248/+248 |
| |\ \ |
|
| | * | | Update license headers again. | Jason McDonald | 2009-09-09 | 62 | -248/+248 |
|
|
| * | | | Clean up shader programs properly | Rhys Weatherley | 2009-09-09 | 4 | -191/+232 |
| |/ / |
|
| * | | 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 | 9 | -430/+38 |
|
|
| * | | Make QGLPixmapData work with the new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 7 | -85/+152 |
|
|
| * | | Make QGLWindowSurface use new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 4 | -33/+64 |
|
|
| * | | Move buffer clear out of the paint engine and into the QGLPaintDevices | Tom Cooksey | 2009-09-08 | 6 | -63/+58 |
|
|
| * | | Make QGLFramebufferObject work again using new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 11 | -152/+257 |
|
|
| * | | Make QGLPixelBuffer work again using new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 4 | -1/+29 |
|
|
| * | | Replace QGLDrawable with a new QGLPaintDevice | Tom Cooksey | 2009-09-08 | 10 | -83/+481 |
|
|
| * | | Added a public function to enforce usage og the old GL engine. | Trond Kjernåsen | 2009-09-08 | 3 | -9/+72 |
|
|
| * | | Add operator== and != to QGLFramebufferObjectFormat | Rhys Weatherley | 2009-09-08 | 3 | -6/+32 |
|
|
| * | | Texture format must be GL_RGB when pixel type is GL_UNSIGNED_SHORT_5_6_5 | Rhys Weatherley | 2009-09-08 | 1 | -0/+1 |
|
|
| * | | Make the matrix and viewport logic in renderText() a bit better | Rhys Weatherley | 2009-09-08 | 1 | -50/+137 |
|
|
| * | | Convert QGLFramebufferObjectFormat to use implicit sharing | Rhys Weatherley | 2009-09-08 | 2 | -16/+59 |
|
|
| * | | Remove extra invalid semi-colon | Thiago Macieira | 2009-09-07 | 1 | -1/+1 |
|
|
| * | | Fixed compile failure on Mac OS X. | Samuel Rødal | 2009-09-07 | 1 | -2/+1 |
|
|
| * | | Fixed crash in print preview dialog with graphicssystem OpenGL. | Kim Motoyoshi Kalland | 2009-09-07 | 1 | -17/+18 |
|
|
* | | | Fixed y-inversion of pixmap drawing on gl graphics system | Gunnar Sletta | 2009-09-09 | 5 | -12/+29 |
|/ / |
|
* | | qdoc: improve the QGLFormat documentation | Rhys Weatherley | 2009-09-07 | 1 | -17/+20 |
|
|
* | | Performance: Convert QGLFormat to use implicit sharing | Rhys Weatherley | 2009-09-07 | 3 | -7/+56 |
|
|
* | | Update QGLFormat::operator== to include all fields. | Rhys Weatherley | 2009-09-06 | 1 | -1/+6 |
|
|
* | | Code cleanup: remove friend declarations for non-existent functions | Rhys Weatherley | 2009-09-06 | 1 | -4/+0 |
|
|
* | | Make QGraphicsShaderEffect private API for 4.6 | Rhys Weatherley | 2009-09-06 | 3 | -13/+24 |
|
|
* | | Make QGLFramebufferObject::isBound() check it is the bound fbo | Tom Cooksey | 2009-09-04 | 1 | -5/+3 |
|
|
* | | Slightly improved QGLFramebufferObjectFormat API. | Samuel Rødal | 2009-09-04 | 5 | -21/+22 |
|
|
* | | Modify QMatrix4x4 and QQuaternion to use qreal internally | Rhys Weatherley | 2009-09-04 | 1 | -105/+92 |
|
|
* | | 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 |
|
|