summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made extension resolving work with Core profile.Samuel Rødal2011-04-051-1/+58
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-1/+1
|\
| * Don't include qwindowsurface_gl_p.h on QT_OPENGL_ES_1.Samuel Rødal2011-03-291-1/+1
* | Reset GL glyph cache when texture limit is reachedEskil Abrahamsen Blomfeldt2011-03-231-0/+15
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-03-211-0/+3
|\ \
| * | Optimized glyph uploads in GL texture cache.Samuel Rødal2011-03-211-0/+3
* | | Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-171-1/+17
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/4.7' into HEADThiago Macieira2011-03-161-1/+17
| |\ \ \ | | |/ / | |/| / | | |/
| | * Initial implementation of GLES2.0 resource poolingJani Hautakangas2011-03-151-1/+18
* | | Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-011-1/+1
|\ \ \ | |/ /
| * | OpenGL Framebuffer FormatGerhard Roethlin2011-02-241-1/+1
* | | Dont include EGL header when compiling with QT_NO_EGLJørgen Lind2011-02-091-1/+1
* | | Lighthouse: Fix if context isSharing setup for QGLContextJørgen Lind2011-02-071-0/+2
|/ /
* | Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-261-1/+1
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
| |\ \ | | |/
| | * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | | Remove Lighthouse specific code in QGLWidget constructorJørgen Lind2011-01-041-34/+0
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-0/+1
|\ \ | |/
| * Add work around for bug when painting w/glTexSubImage into large textureEskil Abrahamsen Blomfeldt2010-12-161-0/+1
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-081-0/+4
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-0/+4
| |\ \ | | |/
| | * Fix warning about address of a function being constant.Thiago Macieira2010-11-261-0/+4
* | | Optimize behavior of QGLTextureCacheHarald Fernengel2010-12-071-12/+0
|/ /
* | Make QtOpenGL use shared contextexts on LighthouseJørgen Lind2010-11-261-10/+14
* | Move the Lighthouse specfic api into qpa_qpa.cppJørgen Lind2010-11-261-12/+0
* | Lighthouse: Fix QGLContext::currentContext for systems with limitedJørgen Lind2010-11-241-9/+49
* | Lighthouse: move the currentContext functionality to QPlatformGLContextJørgen Lind2010-11-221-0/+24
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-1/+17
|\ \ | |/
| * Prevented race condition on texture destruction.Samuel Rødal2010-11-081-0/+11
| * Prevented threading related crash in OpenGL module.Samuel Rødal2010-10-291-1/+6
* | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-261-1/+7
|\ \
| * \ Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-261-1/+1
| |\ \ | | |/
| | * Added support for blitting to native child widgets in GL window surface.Samuel Rødal2010-10-221-1/+1
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-0/+6
| |\ \ | | |/
| | * Fix GL_OES_element_index_uint and add GL_OES_depth24 detection.Jani Hautakangas2010-10-201-0/+6
* | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-221-3/+0
|\ \ \ | |/ /
| * | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-121-3/+0
| |\ \ | | |/
| | * Revert "Don't define highp/mediump/lowp if desktop GL has them"Trond Kjernåsen2010-10-121-3/+0
* | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-051-0/+3
|\ \ \ | |/ /
| * | Merge commit 'c1f9978c9d61bcbdb2f280185a3abdea13d7f532' into master-from-4.7Rohan McGovern2010-10-051-7/+29
| |\ \ | | |/
| | * Don't disable texture_from_pixmap on GLX/X11 by default.Trond Kjernåsen2010-09-271-7/+26
| | * Don't pretend to support single buffered EGL surfaces.Trond Kjernåsen2010-09-241-0/+3
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-26/+7
| |\ \ | | |/
| | * Don't try to use the texture_from_pixmap extension in GL on desktop/X11.Trond Kjernåsen2010-09-231-26/+7
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-09-271-3/+2
|\ \ \ | |/ /
| * | Fixes makeCurrent() failed messages on several systems.Trond Kjernåsen2010-09-161-3/+2
* | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-09-131-11/+91
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-5/+4
| |\ \ | | |/
| | * 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