summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Temporary hack so QtOpenGL compiles for LighthousePaul Olav Tvete2010-07-141-2/+2
* Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-141-14/+59
|\
| * Got rid of unused variable compiler warning.Samuel Rødal2010-07-011-1/+1
| * QGLWindowSurface support for partial updates via EGL_NOK_swap_region2Michael Dominic K2010-07-011-0/+10
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Gunnar Sletta2010-06-301-0/+33
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-271-0/+7
| | |\
| | | * Need to access extensionFuncs in subclasses too.Michael Dominic K2010-06-251-0/+7
| | * | Add qDebug() operator for QGLFormatHarald Fernengel2010-06-251-0/+26
| | |/
| * | support BGRA textures on SGXGunnar Sletta2010-06-301-14/+16
| |/
* | Say hello to Q_WS_QPA!Jørgen Lind2010-06-241-4/+4
* | Merge remote branch 'qt/4.7' into lighthousePaul Olav Tvete2010-06-181-38/+116
|\ \ | |/
| * Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-111-0/+2
| * Added OpenGL 3.3 and 4.0 recognition to QGLFormatSebastian Hartte2010-06-031-2/+20
| * Fixed a problem where QPixmaps where re-bound in non-sharing contexts.Trond Kjernåsen2010-06-011-7/+44
| * Added workarounds for two MBX/SGX specific GL ES bugs/problems.Trond Kjernåsen2010-05-141-0/+3
| * Remove an unnecessary assert.Trond Kjernåsen2010-05-121-2/+1
| * Made paint engine texture drawing work in GL ES 2 and updated docs.Samuel Rødal2010-05-101-27/+46
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-101-12/+39
|\ \ | |/
| * Fixed OpenGL version flags for versions > 3.2.Kim Motoyoshi Kalland2010-05-031-1/+14
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-021-8/+14
| |\
| | * Return the correct library name in qt_gl_library_name for GLES*Tom Cooksey2010-04-301-4/+10
| | * Fix crash when using opengl graphicssystem on desktopTom Cooksey2010-04-271-4/+4
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-2/+10
| |\ \ | | |/ | |/|
| | * Fixed QGLWidget::grabFrameBuffer() to honor the 'withAlpha' value.Trond Kjernåsen2010-04-271-2/+10
| * | Make sure recreateEglSurface creates a surface if there isn't oneTom Cooksey2010-04-221-1/+1
* | | ifdef fix for egl on ws_litetsenyk2010-05-051-1/+2
* | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-211-13/+46
|\ \ \ | |/ /
| * | More adjustments to QTBUG-6800Carolina Gomes2010-04-141-7/+7
| * | Adjustments to QTBUG-6800 patch.Carolina Gomes2010-04-141-8/+6
| * | QTBUG-6800 patch included, but only for OpenGL 2.0Carolina Gomes2010-04-141-0/+27
| * | Support building with desktop OpenGL managed via EGLTom Cooksey2010-04-141-4/+4
| * | Don't use texture-from-pixmap if the target isn't GL_TEXTURE_2DTom Cooksey2010-04-091-1/+2
| * | Avoid having to create temporary QPixmaps when binding to textureTom Cooksey2010-03-261-1/+1
| * | Make an attemt to upload QPixmap in the most optimal format on 16-bitGunnar Sletta2010-03-191-2/+9
| * | Actually use GL texture cache when bindoptions are providedGunnar Sletta2010-03-191-5/+5
* | | Make a top-level QGLWidget work once, 50% of the timeTom Cooksey2010-04-081-1/+5
* | | Introduce QPlatformGLContext to enable QtOpenGL in LighthouseTom Cooksey2010-04-061-1/+3
* | | Stub out QtOpenGL on Lighthouse & get it compilingTom Cooksey2010-03-311-1/+1
|/ /
* | Made QGLExtensions::glExtensions() thread-safe.Trond Kjernåsen2010-03-121-19/+18
* | Delete the QGLContext in ~QX11GLPixmapDataTom Cooksey2010-03-111-0/+1
* | Made QGLTextureCache::instance() threadsafe.Trond Kjernåsen2010-03-111-20/+7
* | Make calls to QGLFormat::set*BufferSize also update flagsTom Cooksey2010-03-101-1/+5
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-1/+1
|\ \ | |/
| * Fix off-by-one error in mipmap count when loading PVRTC filesRhys Weatherley2010-02-241-1/+1
* | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-6/+16
|\ \
| * | Some threading improvements to the GL moduleGunnar Sletta2010-02-171-11/+18
* | | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-23/+21
|\ \ \ | |/ / |/| / | |/
| * Fix several bugs with GL texture cacheTom Cooksey2010-02-121-23/+21
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-1/+8
|\ \ | |/
| * Fixed drawing QPixmaps on QGLWidgets on different X11 screens.Trond Kjernåsen2010-02-101-1/+8