summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Less ugly hack to make QtOpenGL compile on LighthousePaul Olav Tvete2010-07-211-2/+0
* Temporary hack so QtOpenGL compiles for LighthousePaul Olav Tvete2010-07-142-2/+4
* Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-1410-37/+117
|\
| * Fix text drawing into alpha pixmap with opengl engineEskil Abrahamsen Blomfeldt2010-07-072-6/+0
| * 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-014-2/+41
| * Check for EGLSurface leak only when paint device is a QGLWidget.Michael Dominic K2010-07-011-9/+12
| * Export various symbols needed to make a custom GL graphicssystem.Michael Dominic K2010-06-303-2/+4
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Gunnar Sletta2010-06-308-8/+47
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-286-6/+13
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-276-6/+13
| | | |\
| | | | * EGL plane levels are the same as all other GL backends.Trond Kjernåsen2010-06-251-1/+1
| | | | * Need to access extensionFuncs in subclasses too.Michael Dominic K2010-06-252-1/+8
| | | | * Export QGLWindowSurface too.Michael Dominic K2010-06-251-1/+1
| | | | * Export the QGLPixmapData so that we can override it in a custom graphics system.Michael Dominic K2010-06-251-1/+1
| | | | * Normalize integers when calling glVertexAttribPointer()Rhys Weatherley2010-06-241-2/+2
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-271-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge branch '4.6-s60' into 4.7-s60axis2010-06-241-1/+1
| | | |\ \ | | | | |/ | | | |/|
| | | | * Ensure that compiling with the no debug/warning output defines worksAndy Shaw2010-06-231-1/+1
| | * | | Add qDebug() operator for QGLFormatHarald Fernengel2010-06-252-0/+33
| | |/ /
| * | | support BGRA textures on SGXGunnar Sletta2010-06-301-14/+16
* | | | Fix deletion of QPlatformGLContextJørgen Lind2010-07-081-1/+1
* | | | Make tempcontext use new lighthouse apiJørgen Lind2010-07-081-3/+5
* | | | Never compile lighthouse with EGL supportJørgen Lind2010-07-071-2/+0
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-06-241-1/+0
|\ \ \ \ | | |/ / | |/| |
| * | | qgl_cl_p.h is no longer existentluohua2010-06-181-1/+0
| |/ /
* | | Adding -qpa configure switchJørgen Lind2010-06-241-2/+2
* | | Renamed files from *_lite* to *_qpa*Jørgen Lind2010-06-242-1/+1
* | | Say hello to Q_WS_QPA!Jørgen Lind2010-06-245-15/+15
* | | Disable the all native child widgets on lighthouseJørgen Lind2010-06-231-1/+1
* | | Remove dead code (QPlatformGLWidgetSurface).Bjørn Erik Nilsen2010-06-231-9/+0
* | | Merge remote branch 'qt/4.7' into lighthousePaul Olav Tvete2010-06-1823-280/+651
|\ \ \ | |/ /
| * | Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-113-1/+7
| * | Fix another potential strstr() crash for EGL based GL apps.Trond Kjernåsen2010-06-111-1/+2
| * | Fixed an on-exit application crash for GL apps using EGL.Trond Kjernåsen2010-06-111-1/+1
| * | Compile fix.Samuel Rødal2010-06-111-2/+6
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-081-143/+224
| |\ \
| | * | Protected call to glXChooseFBConfig with appropriate defines.Samuel Rødal2010-06-071-0/+11
| | * | Use the new OpenGL 3.* context/profile if asked with X11/GLX.Riku Palomäki2010-06-071-6/+69
| | * | Splitted attrib_list generation into buildSpec from QGLContext::tryVisual.Riku Palomäki2010-06-071-137/+144
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-083-0/+9
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix the bindTexture() filters on X11 to not rely on mipmap generation.Trond Kjernåsen2010-06-031-0/+3
| | * Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2010-05-313-1/+8
| * | Added OpenGL 3.3 and 4.0 recognition to QGLFormatSebastian Hartte2010-06-032-3/+23
| * | Added static version of QGLFramebufferObject::release().Kim Motoyoshi Kalland2010-06-022-0/+32
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-06-012-20/+67
| |\ \
| | * | Fixed a problem where QPixmaps where re-bound in non-sharing contexts.Trond Kjernåsen2010-06-012-20/+67
| * | | Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-012-22/+14
| |/ /
| * | Make QGLBuffer copiableRhys Weatherley2010-05-282-11/+90
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-272-2/+2
| |\ \