summaryrefslogtreecommitdiffstats
path: root/src/opengl/qwindowsurface_gl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-241-7/+24
|\
| * Change Symbian to use destroyed swap behaviour in GLJani Hautakangas2011-03-221-9/+31
* | Handle removal of setter for partialUpdateSupportEckhart Koppen2011-03-221-1/+1
* | Merge remote branch 'qt/master' into staging-masterSamuel Rødal2011-03-211-9/+74
|\ \
| * \ Merge remote-tracking branch 'origin/4.7' into HEADThiago Macieira2011-03-161-8/+73
| |\ \ | | |/
| | * Hot fix for compilation without QGL_USE_TEXTURE_POOLJani Hautakangas2011-03-151-0/+2
| | * Initial implementation of GLES2.0 resource poolingJani Hautakangas2011-03-151-8/+71
* | | Make getters for staticContentsSupport and partialUpdateSupport virtualArmin Berres2011-03-161-3/+11
|/ /
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-011-4/+0
|\ \ | |/
| * Recreate GL surface when native window is resized on SymbianJani Hautakangas2011-02-251-13/+41
* | Recreate GL surface when native window is resized on SymbianJani Hautakangas2011-02-081-9/+35
* | Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-261-5/+17
|\ \
| * \ 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
| * | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-071-3/+4
| |\ \ | | |/
| | * Restored old flushing behavior in -graphicssystem opengl on desktop.Samuel Rødal2011-01-071-3/+4
| * | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-051-1/+12
| |\ \ | | |/
| | * Support for swap modes in QGLWindowSurface.Michael Dominic K2011-01-041-1/+12
* | | Make sure we blit the fbo on flush in QGLWindowSurfaceJørgen Lind2011-01-261-2/+2
* | | Remove Lighthouse specific code from QGLWindowSurfaceJørgen Lind2011-01-251-7/+1
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-0/+13
|\ \ | |/
| * Trivial: Fix coding styleHarald Fernengel2010-12-141-1/+1
| * Prevent ::flush from being called on QGLWindowSurface if no painting happened.Michael Dominic K2010-12-141-0/+13
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-1/+12
|\ \ | |/
| * Check Qt::WA_TranslucentBackground instead of custom widget property.Michael Dominic K2010-12-081-12/+5
| * Support for 'qglTranslucent' in QGLWindowSurface.Michael Dominic K2010-12-081-1/+19
* | Make QtOpenGL use shared contextexts on LighthouseJørgen Lind2010-11-261-2/+30
* | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-261-56/+84
|\ \
| * \ Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-261-56/+83
| |\ \ | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-251-56/+83
| | |\
| | | * Added support for blitting to native child widgets in GL window surface.Samuel Rødal2010-10-221-56/+83
| * | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
| |\ \ \ | | |/ /
| | * | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| | |/
* | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-221-10/+11
|\ \ \ | |/ /
| * | Don't redeclare voidPtr, it's already declared in CarbonCore's Thread.hTor Arne Vestbø2010-10-151-8/+8
| |/
| * Adding a threshold for partial updates.Michael Dominic K2010-10-051-2/+3
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-09-271-5/+12
|\ \ | |/
| * Prevented crash in GL window surface when deleting native child widgets.Samuel Rødal2010-09-101-4/+8
| * Don't waste memory on the share widget in the GL window surface.Samuel Rødal2010-09-101-1/+4
* | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-09-131-1/+19
|\ \ | |/
| * Make sure we blit to the correct FBO in the GL window surface.Samuel Rødal2010-09-091-1/+5
| * Clear the QGLWindowSurface in ::beginPaint when needed.Michael Dominic K2010-08-311-0/+14
* | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-191-0/+19
|\ \ | |/
| * Added way to destroy the share widget in the GL graphics system.Samuel Rødal2010-08-121-0/+19
* | QGLWindowSurface does not support partialupdates if not EGL is definedJørgen Lind2010-08-031-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-08-031-4/+3
|\ \ | |/
| * Do check after all if we have partialUpdateSupport.Michael Dominic K2010-07-261-4/+3
* | 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-141-0/+2
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-141-2/+22
|\ \ | |/