summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-107-15/+78
|\
| * Make sure we blit to the correct FBO in the GL window surface.Samuel Rødal2010-09-091-1/+5
| * Some optimizations to the GL pixmap data.Samuel Rødal2010-09-094-6/+44
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-0/+2
| |\
| | * Recognize GL_ARB_shader_objects as indicating shadersRhys Weatherley2010-08-271-0/+2
| * | Ensure that OpenGL contexts are attached to an NSView before first paintTor Arne Vestbø2010-09-021-3/+11
| * | Clear the QGLWindowSurface in ::beginPaint when needed.Michael Dominic K2010-08-311-0/+14
| * | 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
* | | 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
| | * | Prevented Xorg crash in qtdemo when running corkboards example.Samuel Rødal2010-08-172-5/+28
* | | | Call eglReleaseThread() when a thread exits, and fix warnings.Trond Kjernåsen2010-08-242-2/+6
|/ / /
* | | 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 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-285-14/+19
|\ \ \ | |/ /
| * | Do check after all if we have partialUpdateSupport.Michael Dominic K2010-07-261-4/+3
| * | QGLBuffer::bind()/release() should not be const functions.Trond Kjernåsen2010-07-262-4/+4
| * | Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-172-5/+11
| |\ \
| | * | Silence warning when building with MSVC 2005Andy Shaw2010-07-141-1/+1
| | * | doc: Fixed several qdoc warnings.Martin Smith2010-07-131-4/+10
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * The Q_WGL define was removed years ago.Trond Kjernåsen2010-07-081-1/+1
* | | Merge remote branch 'origin/master' into qt-master-from-4.7Thiago Macieira2010-07-151-1/+1
|\ \ \
| * | | Compile with qmlscene.Bjørn Erik Nilsen2010-07-151-1/+1
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-1510-38/+85
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix text drawing into alpha pixmap with opengl engineEskil Abrahamsen Blomfeldt2010-07-072-6/+0