summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Made QT_GL_SWAPBUFFER_PRESERVE=1 with the GL graphics system work.Samuel Rødal2010-08-311-5/+2
| * | | Doc update regarding threaded painting with QPainter in the QGL module.Trond Kjernåsen2010-09-093-9/+98
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-311-6/+10
| |\ \ \
| | * | | Doc update: Mention the Qt::AA_X11InitThreads application attribute.Trond Kjernåsen2010-08-301-6/+10
| * | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-304-4/+14
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-264-4/+14
| | |\ \ | | | |/
| | | * WGL_COLOR_BITS_ARB should not take the alpha bits into account.Trond Kjernåsen2010-08-251-1/+1
| | | * Fix OpenGLVersionFlags on OpenGL 4.0 systemsRhys Weatherley2010-08-161-2/+10
| | | * Don't define highp/mediump/lowp if desktop GL has themRhys Weatherley2010-08-133-3/+13
* | | | Compile fixPaul Olav Tvete2010-09-031-0/+3
* | | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-08-261-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'qt-4.7' into lighthouse-4.7Paul Olav Tvete2010-08-268-24/+467
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-269-27/+474
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-08-258-30/+496
| |\ \ \ \
| | * \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-258-30/+496
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | On Symbian QGLWidget::glDraw() must do nothing if widget isn't visible.Jani Hautakangas2010-08-231-0/+5
| | | * | | bindTexture: Replace texture if painting is active on pixmap/imageAndreas Kling2010-08-211-5/+18
| | | * | | Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-207-17/+440
| | | * | | Made GL pixmap backend respect Qt::NoOpaqueDetection flag..Samuel Rødal2010-08-191-2/+4
| * | | | | Call eglReleaseThread() when a thread exits, and fix warnings.Trond Kjernåsen2010-08-242-2/+6
| |/ / / /
* | | | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-08-193-6/+41
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-08-199-12/+65
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Prevented Xorg crash in qtdemo when running corkboards example.Samuel Rødal2010-08-172-5/+28
| * | | | Revert "Allow customizing the default fbo from the QPlatformGLContext."Jørgen Lind2010-08-112-7/+0
| * | | | Added reduced config to glxconfigJørgen Lind2010-08-061-4/+10
| * | | | Add missing null check to lighthouse's QGLTemporaryContext.Christian Kamm2010-08-061-2/+4
| * | | | Fixed Lighthouse tempcontext to reset to current contextJørgen Lind2010-08-061-5/+8
| * | | | Allow customizing the default fbo from the QPlatformGLContext.Christian Kamm2010-08-062-0/+7
| * | | | Make the GLX integration give more correct formatJørgen Lind2010-08-061-1/+2
* | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-1912-11/+6034
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-08-138-7/+37
| |\ \ \ \
| | * \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-138-7/+37
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-121-3/+8
| | | |\ \ \
| | | | * | | Fix memory leak.Sarah Smith2010-08-121-3/+8
| | | * | | | Fixed autotest failure in tst_qgl::clipTest.Samuel Rødal2010-08-121-0/+1
| | | * | | | Added way to destroy the share widget in the GL graphics system.Samuel Rødal2010-08-122-0/+20
| | | |/ / /
| | | * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-112-1/+5
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Don't resolve GLSL extensions if no shadersRhys Weatherley2010-08-031-0/+4
| | | | * | setUniformValue(QSize) was setting (w,w) not (w,h)Rhys Weatherley2010-08-031-1/+1
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Jerome Pasion2010-08-091-2/+2
| | | |\ \ \
| | | | * | | OpenGL: Fix multisample renderbuffer creation when MAX_SAMPLES is 0.Christian Kamm2010-08-091-2/+2
| | | * | | | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
| | | |/ / /
| * | | | | QGLFunctions - cross-platform access to ES2.0 APIRhys Weatherley2010-08-123-0/+5997
| |/ / / /
| * | | | Remove dependency of OpenGL Utility Library (GLU).Bjørn Erik Nilsen2010-08-101-4/+0
* | | | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterJørgen Lind2010-08-052-9/+89
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Forgot to makeCurrent before QGLWidget::resizeGL in LighthouseJørgen Lind2010-08-041-0/+1
| * | | | Make QWidget::setPlatformWindowFormat recreate platformWindowJørgen Lind2010-08-041-10/+19
| * | | | QGLWindowSurface does not support partialupdates if not EGL is definedJørgen Lind2010-08-031-0/+2
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-08-035-14/+19
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Make it possible to view what format a QPlatformGlContext hasJørgen Lind2010-08-031-0/+1