| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \
| |/ / |
|
| * | | Make OpenGL/ES 1.1 work again for Qt/Embedded | Rhys Weatherley | 2009-06-09 | 1 | -0/+2 |
|
|
| * | | Fixed bugs in GL2 paint engine when several engines are active. | Samuel Rødal | 2009-05-27 | 1 | -4/+8 |
|
|
| * | | 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 |
|
|
| * | | Made PixelBuffer/FramebufferObject report correct DPI based metrics. | Samuel Rødal | 2009-05-25 | 1 | -7/+8 |
|
|
| * | | Make QtOpenGL compile on OpenGL ES 1.1 again | Tom Cooksey | 2009-05-14 | 1 | -3/+7 |
|
|
| * | | Reverted use of GL 2 engine as default on desktop. | Samuel Rødal | 2009-05-13 | 1 | -1/+2 |
|
|
| * | | Enabled compilation of both GL and GL2 paint engine. | Samuel Rødal | 2009-05-13 | 1 | -7/+11 |
|
|
| * | | Merge branch 'gl2engine-new-shaders' into graphics-master | Tom Cooksey | 2009-05-06 | 1 | -38/+38 |
| |\ \ |
|
| | * | | Big GL Extension Cleanup | Tom Cooksey | 2009-05-06 | 1 | -38/+38 |
|
|