| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed drawing QPixmaps on QGLWidgets on different X11 screens. | Trond Kjernåsen | 2010-02-10 | 1 | -1/+8 |
|
|
* | Fixed a failure in tst_qgl. | Trond Kjernåsen | 2010-02-02 | 1 | -1/+0 |
|
|
* | Fix GL texture leaks when pixmaps are deleted | Tom Cooksey | 2010-01-29 | 1 | -18/+14 |
|
|
* | Added a warning to QGLWidget::renderText(). | Trond Kjernåsen | 2010-01-27 | 1 | -2/+20 |
|
|
* | Updated docs regarding QGLWidget::renderText() limitations. | Trond Kjernåsen | 2010-01-25 | 1 | -0/+7 |
|
|
* | Fix QGLWidget::renderPixmap() on Windows. | Trond Kjernaasen | 2010-01-14 | 1 | -6/+6 |
|
|
* | Rework how Qt handles GL extensions. | Trond Kjernåsen | 2010-01-13 | 1 | -23/+62 |
|
|
* | Merge remote branch 'qt/4.6' into oslo-staging-2/4.6 | Paul Olav Tvete | 2010-01-12 | 1 | -1/+1 |
|\ |
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2010-01-08 | 1 | -2/+0 |
| |\ |
|
| * \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-07 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | | | | Fixed bug where QGLPixmapData::toImage() returned too dark image. | Kim Motoyoshi Kalland | 2010-01-12 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Remove unnecessary call to QWidget::setAttribute(). | Trond Kjernåsen | 2010-01-07 | 1 | -2/+0 |
|/ / |
|
* | | Remove QGLShareRegister and transfer its functionality to QGLContextGroup | Rhys Weatherley | 2010-01-04 | 1 | -13/+15 |
|
|
* | | Fixed QGLWidget::renderText(). | Trond Kjernaasen | 2009-12-30 | 1 | -19/+6 |
|
|
* | | Track which vertex attrib arrays are enabled in QGLContextPrivate | Tom Cooksey | 2009-12-30 | 1 | -0/+31 |
|/ |
|
* | Disable depth testing during the 2D QGLWidget::renderText() | Rhys Weatherley | 2009-12-17 | 1 | -0/+12 |
|
|
* | Fix EGL surface leaks when re-parenting QGLWidget on X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -0/+5 |
|
|
* | Optimized blur / drop shadow effects for the GL 2 paint engine. | Samuel Rødal | 2009-12-14 | 1 | -17/+24 |
|
|
* | Optimize our GL extension checks to avoid mallocs. | Trond Kjernåsen | 2009-12-10 | 1 | -23/+24 |
|
|
* | GLES 2 should *not* use a multisampled format by default. | Trond Kjernåsen | 2009-12-09 | 1 | -2/+1 |
|
|
* | Merge upstream/4.6 into oslo-staging-2/4.6 | Olivier Goffart | 2009-12-09 | 1 | -1/+1 |
|\ |
|
| * | Merge oslo-staging-2/4.6 into upstream/4.6 | Olivier Goffart | 2009-12-09 | 1 | -119/+381 |
| |\ |
|
| * \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-12-06 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Replace glColor4ub() calls with glColor4f() | Rhys Weatherley | 2009-12-06 | 1 | -1/+1 |
|
|
| | * | | Update license headers again. | Jason McDonald | 2009-09-08 | 1 | -4/+4 |
|
|
* | | | | Fix upside down PVR compressed textures. | Rhys Weatherley | 2009-12-08 | 1 | -3/+4 |
| |_|/
|/| | |
|
* | | | Fix GL_BGRA formats under OpenGL/ES systems | Rhys Weatherley | 2009-12-08 | 1 | -0/+8 |
|
|
* | | | Detect GL2 paint engine based on fragment shaders, not programs | Rhys Weatherley | 2009-12-07 | 1 | -2/+5 |
|
|
* | | | Compressed texture binding for QtOpenGL: ETC1 and PVRTC | Rhys Weatherley | 2009-12-06 | 1 | -117/+368 |
|/ / |
|
* | | Rebind window surface fbo after native GL rendering | Rhys Weatherley | 2009-12-04 | 1 | -0/+1 |
|
|
* | | Reduce double-copying of textures when flipping upside down | Rhys Weatherley | 2009-12-02 | 1 | -7/+15 |
|
|
* | | Fixed extension checks and usage of the GL 2 engine on old X11 systems. | Trond Kjernåsen | 2009-11-16 | 1 | -24/+34 |
|
|
* | | Make isSharing() reset to false when context no longer sharing | Rhys Weatherley | 2009-11-15 | 1 | -1/+1 |
|
|
* | | API review: Rename functions numColors(), setNumColors() and numBytes() | Marius Storm-Olsen | 2009-11-06 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-02 | 1 | -2/+4 |
|\ \ |
|
| * | | Minor doc fixes for QGLContext::BindOption. | Samuel Rødal | 2009-11-02 | 1 | -1/+3 |
|
|
| * | | Fixed compiler warning on GCC about empty while statement. | Samuel Rødal | 2009-11-02 | 1 | -1/+1 |
|
|
* | | | Safeguard isNull() pixmaps in bindTexture and remove a compile warning | Gunnar Sletta | 2009-11-02 | 1 | -0/+39 |
|/ / |
|
* | | Added QImagePixmapCleanupHooks functions for enabling hooks. | Samuel Rødal | 2009-10-29 | 1 | -2/+2 |
|
|
* | | Reset the GL error stack prior to checking for errors in bindTexture() | Gunnar Sletta | 2009-10-27 | 1 | -0/+5 |
|
|
* | | Fixed an assert when running the composition demo on Mac. | Trond Kjernåsen | 2009-10-20 | 1 | -16/+19 |
|
|
* | | Separate modification & destruction pixmap cleanup hooks | Tom Cooksey | 2009-10-19 | 1 | -4/+17 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-19 | 1 | -15/+8 |
|\ \ |
|
| * | | Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDevice | Rhys Weatherley | 2009-10-15 | 1 | -1/+0 |
|
|
| * | | Centralize all GL paint engine creations into qt_qgl_paint_engine() | Rhys Weatherley | 2009-10-15 | 1 | -14/+8 |
|
|
| * | | Work around broken ATI X1600 drivers on Mac OS X | Gunnar Sletta | 2009-10-13 | 1 | -1/+19 |
|
|
* | | | Optimized QPixmap::fill for GL backend when pixmap is used as is. | Samuel Rødal | 2009-10-15 | 1 | -19/+27 |
|
|
* | | | Fixed buggy bitmap drawing in GL 2 engine on X11. | Samuel Rødal | 2009-10-15 | 1 | -1/+1 |
|
|
* | | | Work around broken ATI X1600 drivers on Mac OS X | Gunnar Sletta | 2009-10-13 | 1 | -1/+19 |
|/ / |
|