| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Recognize GL_ARB_shader_objects as indicating shaders | Rhys Weatherley | 2010-08-27 | 1 | -0/+2 |
|
|
* | | Ensure that OpenGL contexts are attached to an NSView before first paint | Tor Arne Vestbø | 2010-09-02 | 1 | -3/+11 |
|
|
* | | Clear the QGLWindowSurface in ::beginPaint when needed. | Michael Dominic K | 2010-08-31 | 1 | -0/+14 |
|
|
* | | Made QT_GL_SWAPBUFFER_PRESERVE=1 with the GL graphics system work. | Samuel Rødal | 2010-08-31 | 1 | -5/+2 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-08-26 | 4 | -4/+14 |
|\ \
| |/ |
|
| * | WGL_COLOR_BITS_ARB should not take the alpha bits into account. | Trond Kjernåsen | 2010-08-25 | 1 | -1/+1 |
|
|
| * | Fix OpenGLVersionFlags on OpenGL 4.0 systems | Rhys Weatherley | 2010-08-16 | 1 | -2/+10 |
|
|
| * | Don't define highp/mediump/lowp if desktop GL has them | Rhys Weatherley | 2010-08-13 | 3 | -3/+13 |
|
|
* | | On Symbian QGLWidget::glDraw() must do nothing if widget isn't visible. | Jani Hautakangas | 2010-08-23 | 1 | -0/+5 |
|
|
* | | bindTexture: Replace texture if painting is active on pixmap/image | Andreas Kling | 2010-08-21 | 1 | -5/+18 |
|
|
* | | Introduce QtOpenGL module for Symbian. | Jani Hautakangas | 2010-08-20 | 7 | -17/+440 |
|
|
* | | Made GL pixmap backend respect Qt::NoOpaqueDetection flag.. | Samuel Rødal | 2010-08-19 | 1 | -2/+4 |
|
|
* | | Prevented Xorg crash in qtdemo when running corkboards example. | Samuel Rødal | 2010-08-17 | 2 | -5/+28 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-08-12 | 1 | -3/+8 |
|\ \ |
|
| * | | Fix memory leak. | Sarah Smith | 2010-08-12 | 1 | -3/+8 |
|
|
* | | | Fixed autotest failure in tst_qgl::clipTest. | Samuel Rødal | 2010-08-12 | 1 | -0/+1 |
|
|
* | | | Added way to destroy the share widget in the GL graphics system. | Samuel Rødal | 2010-08-12 | 2 | -0/+20 |
|/ / |
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-08-11 | 2 | -1/+5 |
|\ \
| |/ |
|
| * | Don't resolve GLSL extensions if no shaders | Rhys Weatherley | 2010-08-03 | 1 | -0/+4 |
|
|
| * | setUniformValue(QSize) was setting (w,w) not (w,h) | Rhys Weatherley | 2010-08-03 | 1 | -1/+1 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Jerome Pasion | 2010-08-09 | 1 | -2/+2 |
|\ \ |
|
| * | | OpenGL: Fix multisample renderbuffer creation when MAX_SAMPLES is 0. | Christian Kamm | 2010-08-09 | 1 | -2/+2 |
|
|
* | | | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
|/ / |
|
* | | Do check after all if we have partialUpdateSupport. | Michael Dominic K | 2010-07-26 | 1 | -4/+3 |
|
|
* | | QGLBuffer::bind()/release() should not be const functions. | Trond Kjernåsen | 2010-07-26 | 2 | -4/+4 |
|
|
* | | Merge remote branch 'origin/4.7' into 4.7-from-4.6 | Rohan McGovern | 2010-07-17 | 2 | -5/+11 |
|\ \ |
|
| * | | Silence warning when building with MSVC 2005 | Andy Shaw | 2010-07-14 | 1 | -1/+1 |
|
|
| * | | doc: Fixed several qdoc warnings. | Martin Smith | 2010-07-13 | 1 | -4/+10 |
|
|
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-07-15 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | The Q_WGL define was removed years ago. | Trond Kjernåsen | 2010-07-08 | 1 | -1/+1 |
|
|
* | | Fix text drawing into alpha pixmap with opengl engine | Eskil Abrahamsen Blomfeldt | 2010-07-07 | 2 | -6/+0 |
|
|
* | | Got rid of unused variable compiler warning. | Samuel Rødal | 2010-07-01 | 1 | -1/+1 |
|
|
* | | QGLWindowSurface support for partial updates via EGL_NOK_swap_region2 | Michael Dominic K | 2010-07-01 | 4 | -2/+41 |
|
|
* | | Check for EGLSurface leak only when paint device is a QGLWidget. | Michael Dominic K | 2010-07-01 | 1 | -9/+12 |
|
|
* | | Export various symbols needed to make a custom GL graphicssystem. | Michael Dominic K | 2010-06-30 | 3 | -2/+4 |
|
|
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Gunnar Sletta | 2010-06-30 | 8 | -8/+47 |
|\ \ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-28 | 6 | -6/+13 |
| |\ \ |
|
| | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-27 | 6 | -6/+13 |
| | |\ \ |
|
| | | * | | EGL plane levels are the same as all other GL backends. | Trond Kjernåsen | 2010-06-25 | 1 | -1/+1 |
|
|
| | | * | | Need to access extensionFuncs in subclasses too. | Michael Dominic K | 2010-06-25 | 2 | -1/+8 |
|
|
| | | * | | Export QGLWindowSurface too. | Michael Dominic K | 2010-06-25 | 1 | -1/+1 |
|
|
| | | * | | Export the QGLPixmapData so that we can override it in a custom graphics system. | Michael Dominic K | 2010-06-25 | 1 | -1/+1 |
|
|
| | | * | | Normalize integers when calling glVertexAttribPointer() | Rhys Weatherley | 2010-06-24 | 1 | -2/+2 |
|
|
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-06-27 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Merge branch '4.6-s60' into 4.7-s60 | axis | 2010-06-24 | 1 | -1/+1 |
| | |\ \ \
| | | |/ /
| | |/| /
| | | |/ |
|
| | | * | Ensure that compiling with the no debug/warning output defines works | Andy Shaw | 2010-06-23 | 1 | -1/+1 |
|
|
| * | | | Add qDebug() operator for QGLFormat | Harald Fernengel | 2010-06-25 | 2 | -0/+33 |
| |/ / |
|
| * | | qgl_cl_p.h is no longer existent | luohua | 2010-06-18 | 1 | -1/+0 |
|
|
* | | | support BGRA textures on SGX | Gunnar Sletta | 2010-06-30 | 1 | -14/+16 |
|/ / |
|
* | | Fixed an on-exit crash for apps using GL. | Trond Kjernåsen | 2010-06-11 | 3 | -1/+7 |
|
|