summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize our GL extension checks to avoid mallocs.Trond Kjernåsen2009-12-101-23/+24
* GLES 2 should *not* use a multisampled format by default.Trond Kjernåsen2009-12-091-2/+1
* Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-12-091-1/+1
|\
| * Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-091-119/+381
| |\
| * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-061-1/+1
| |\ \
| | * | Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-061-1/+1
| | * | Update license headers again.Jason McDonald2009-09-081-4/+4
* | | | Fix upside down PVR compressed textures.Rhys Weatherley2009-12-081-3/+4
| |_|/ |/| |
* | | Fix GL_BGRA formats under OpenGL/ES systemsRhys Weatherley2009-12-081-0/+8
* | | Detect GL2 paint engine based on fragment shaders, not programsRhys Weatherley2009-12-071-2/+5
* | | Compressed texture binding for QtOpenGL: ETC1 and PVRTCRhys Weatherley2009-12-061-117/+368
|/ /
* | Rebind window surface fbo after native GL renderingRhys Weatherley2009-12-041-0/+1
* | Reduce double-copying of textures when flipping upside downRhys Weatherley2009-12-021-7/+15
* | Fixed extension checks and usage of the GL 2 engine on old X11 systems.Trond Kjernåsen2009-11-161-24/+34
* | Make isSharing() reset to false when context no longer sharingRhys Weatherley2009-11-151-1/+1
* | API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-021-2/+4
|\ \
| * | Minor doc fixes for QGLContext::BindOption.Samuel Rødal2009-11-021-1/+3
| * | Fixed compiler warning on GCC about empty while statement.Samuel Rødal2009-11-021-1/+1
* | | Safeguard isNull() pixmaps in bindTexture and remove a compile warningGunnar Sletta2009-11-021-0/+39
|/ /
* | Added QImagePixmapCleanupHooks functions for enabling hooks.Samuel Rødal2009-10-291-2/+2
* | Reset the GL error stack prior to checking for errors in bindTexture()Gunnar Sletta2009-10-271-0/+5
* | Fixed an assert when running the composition demo on Mac.Trond Kjernåsen2009-10-201-16/+19
* | Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-191-4/+17
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-191-15/+8
|\ \
| * | Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDeviceRhys Weatherley2009-10-151-1/+0
| * | Centralize all GL paint engine creations into qt_qgl_paint_engine()Rhys Weatherley2009-10-151-14/+8
| * | Work around broken ATI X1600 drivers on Mac OS XGunnar Sletta2009-10-131-1/+19
* | | Optimized QPixmap::fill for GL backend when pixmap is used as is.Samuel Rødal2009-10-151-19/+27
* | | Fixed buggy bitmap drawing in GL 2 engine on X11.Samuel Rødal2009-10-151-1/+1
* | | Work around broken ATI X1600 drivers on Mac OS XGunnar Sletta2009-10-131-1/+19
|/ /
* | Fixed an assert occuring on X11 when destroying QPixmaps under GL.Trond Kjernåsen2009-10-061-2/+4
* | Fixed the X11 error output from the demos/boxes demo.Trond Kjernåsen2009-10-061-0/+5
* | Merge QGLContextReference into QGLContextGroupRhys Weatherley2009-10-041-22/+42
* | Move QGLContextResource management into QGLContextGroupRhys Weatherley2009-10-041-84/+25
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-021-32/+41
|\ \
| * | Remove QHash overhead from QGLShareRegisterRhys Weatherley2009-10-021-22/+18
| * | Doc: Mark new overloads with \since 4.6.Volker Hilsheimer2009-10-011-1/+6
| * | QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-011-6/+15
| * | Fix EGL/GLX surface leak when using texture-from-pixmapTom Cooksey2009-09-291-3/+2
* | | Added timings to the QGL_BIND_TEXTURE_DEBUG debug outputsGunnar Sletta2009-10-021-8/+20
|/ /
* | Fixed a crash in the boxes demo when using -graphicssystem opengl.Trond Kjernaasen2009-09-281-1/+1
* | QGLContext::drawTexture() is not supported under OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+15
* | Start to separate the EGLSurface from QEglContext in QtOpenGLRhys Weatherley2009-09-241-0/+1
* | qdoc: QGLContext::drawTexture referring to itself.Rhys Weatherley2009-09-171-4/+0
* | Performance: reduce TLS overhead of QGLContext::currentContext()Rhys Weatherley2009-09-141-3/+24
* | qdoc: QGLWidget::colormap() returns a QGLColormap, not a QColormapRhys Weatherley2009-09-141-2/+2
* | Use redF(), etc when setting GL colorsRhys Weatherley2009-09-141-5/+3
* | qdoc: QGLFormat documentation improvementsRhys Weatherley2009-09-141-5/+9
* | qdoc: QGLWidgets -> QGLWidget, etc, for proper doc linking.Rhys Weatherley2009-09-131-10/+10