| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docs for QGLFramebufferObject & add warnings in bind/release | Tom Cooksey | 2009-11-05 | 1 | -7/+16 |
|
|
* | Remove unnessisary QGLFBOGLPaintDevice re-implementations | Tom Cooksey | 2009-11-05 | 1 | -30/+0 |
|
|
* | Removed the FBO stacking behaviour and the test attached to it. | Trond Kjernåsen | 2009-11-05 | 1 | -26/+7 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-19 | 1 | -1/+3 |
|\ |
|
| * | Don't delete an fbo's texture if the fbo isn't using a texture | Rhys Weatherley | 2009-10-12 | 1 | -1/+3 |
|
|
* | | Fixed a crash in the tst_qgl test. | Trond Kjernåsen | 2009-10-16 | 1 | -1/+2 |
|
|
* | | Fixed bug when using QGLWidgets in -graphicssystem opengl | Samuel Rødal | 2009-10-12 | 1 | -0/+17 |
|/ |
|
* | Check the framebuffer format against a format, not a texture target | Rhys Weatherley | 2009-10-09 | 1 | -1/+1 |
|
|
* | Make QGLFramebufferObject crash-proof if QGLContext destroyed first | Rhys Weatherley | 2009-10-01 | 1 | -23/+35 |
|
|
* | qdoc fixes to QGLFramebufferObject::blitFramebuffer() | Rhys Weatherley | 2009-09-28 | 1 | -6/+11 |
|
|
* | Don't round-trip to GL server for glGetError() in release mode. | Rhys Weatherley | 2009-09-15 | 1 | -1/+10 |
|
|
* | qdoc: document default values for QGLFramebufferObject properties | Rhys Weatherley | 2009-09-13 | 1 | -9/+17 |
|
|
* | Made GL window surface work better with native child widgets. | Samuel Rødal | 2009-09-11 | 1 | -0/+2 |
|
|
* | Return the correct QGLFormat to the OpenGL1 paint engine for FBO's | Rhys Weatherley | 2009-09-10 | 1 | -2/+13 |
|
|
* | 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 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Make QGLPixmapData work with the new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 1 | -0/+9 |
|
|
* | Make QGLFramebufferObject work again using new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 1 | -72/+41 |
|
|
* | Add operator== and != to QGLFramebufferObjectFormat | Rhys Weatherley | 2009-09-08 | 1 | -0/+28 |
|
|
* | Convert QGLFramebufferObjectFormat to use implicit sharing | Rhys Weatherley | 2009-09-08 | 1 | -15/+56 |
|
|
* | 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 |
|
|
* | 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 | 1 | -14/+15 |
|
|
* | Fixed issues with using GLenum in public API on mac. | Samuel Rødal | 2009-09-03 | 1 | -31/+41 |
|
|
* | Unambiguated QGLFramebufferObject constructor on Mac OS X. | Samuel Rødal | 2009-09-01 | 1 | -1/+1 |
|
|
* | Fixed toImage() not working on a multisample QGLFramebufferObject. | Samuel Rødal | 2009-09-01 | 1 | -0/+10 |
|
|
* | Fixed QGLFramebufferObject::toImage() releasing the FBO if bound. | Samuel Rødal | 2009-09-01 | 1 | -2/+5 |
|
|
* | Fixed having a QPainter active on several FBOs at the same time. | Samuel Rødal | 2009-08-31 | 1 | -10/+29 |
|
|
* | 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 |
|
|
* | | Fixed QGLWidget::renderText() when using the GL 2 paint engine. | Trond Kjernåsen | 2009-08-28 | 1 | -1/+1 |
|
|
* | | Added some information to QGLFramebufferObject documentation | Samuel Rødal | 2009-08-28 | 1 | -4/+4 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -4/+2 |
|\ \ |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -2/+2 |
|
|
| * | | Removed unused member variable from QGLFramebufferObjectPrivate. | Kim Motoyoshi Kalland | 2009-08-17 | 1 | -2/+0 |
|
|
* | | | 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-30 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | Fixed incorrect QGLFramebufferObject documentation. | Samuel Rødal | 2009-07-28 | 1 | -1/+4 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -26/+1 |
|\ \ \
| |/ / |
|
| * | | Doc: A few cleanups, fixes and improvements. | Volker Hilsheimer | 2009-07-19 | 1 | -2/+1 |
|
|
| * | | Doc: add \since 4.6 for new APIs | Volker Hilsheimer | 2009-07-19 | 1 | -24/+0 |
|
|
* | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 1 | -6/+4 |
|\ \ \
| |/ / |
|
| * | | Prevented infinite recursion in GL graphics system. | Samuel Rødal | 2009-06-17 | 1 | -4/+2 |
|
|
| * | | 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 | -69/+518 |
|\ \ \
| |/ / |
|