summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Prevent crash in GL 2 engine when stroking null rectangle.Samuel Rødal2010-11-171-0/+23
* Prevented race condition on texture destruction.Samuel Rødal2010-11-081-2/+6
* Prevented threading related crash in OpenGL module.Samuel Rødal2010-10-291-0/+118
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-201-1/+1
|\
| * Fix an obvious bug in tst_QGL::clipTest()Trond Kjernåsen2010-08-191-1/+1
* | Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-201-0/+1
|/
* Don't run the QGL test on systems that does not have GL support.Trond Kjernåsen2010-07-271-1/+26
* Hack .pro files on windows to define QT_NO_EGLTom Cooksey2010-03-301-0/+1
* Re-enable tst_QGL::glWidgetRenderPixmap on X11/EGLTom Cooksey2010-03-101-2/+2
* Update tst_QGL::getSetCheck to check for new (correct) behaviourTom Cooksey2010-03-101-6/+7
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-062-4/+9
|\
| * Fixed qgl autotest failures on Maemo.Samuel Rødal2010-02-262-4/+9
| * Skip complex FBO tests if combined depth-stencil isn't supportedTom Cooksey2010-02-261-1/+16
* | Fixed a warning.Trond Kjernåsen2010-02-241-1/+1
* | Skip complex FBO tests if combined depth-stencil isn't supportedTom Cooksey2010-02-231-1/+16
* | Make tst_QGL::glWidgetRendering use same test as FBO autotestTom Cooksey2010-02-231-39/+47
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-8/+16
|\ \ | |/
| * Fix several bugs with GL texture cacheTom Cooksey2010-02-121-8/+16
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-093-2/+247
|\ \ | |/
| * Fix GL texture leaks when pixmaps are deletedTom Cooksey2010-01-293-2/+247
* | Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-2/+0
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
| |\
| | * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | | Merge branch '4.6'Thiago Macieira2010-01-081-32/+1
|\ \ \ | |/ /
| * | Remove QGLShareRegister and transfer its functionality to QGLContextGroupRhys Weatherley2010-01-041-32/+1
| |/
* | Fixed QGLFormat::operator== to handle new fields.Kim Motoyoshi Kalland2010-01-041-0/+41
|/
* Fix autotest which checks for sample buffersTom Cooksey2009-12-151-6/+1
* Add autotest for creating a QGLWidget with alpha channelTom Cooksey2009-12-151-0/+12
* Make isSharing() reset to false when context no longer sharingRhys Weatherley2009-11-151-0/+5
* Add a simpler FBO autotest which just uses glClear()Tom Cooksey2009-11-091-0/+31
* Mark both the new and original EGL contexts as sharingRhys Weatherley2009-11-091-0/+1
* Set frameless window hints on QGL test windows under QWSRhys Weatherley2009-11-091-0/+15
* Make qgl autotests more stable & passing in test farmTom Cooksey2009-11-061-6/+18
* Enable & fix qgl autotests on 16-bpp systemsTom Cooksey2009-11-061-49/+111
* Removed the FBO stacking behaviour and the test attached to it.Trond Kjernåsen2009-11-051-105/+0
* Fix some test failures in the qgl test on 16 bit servers.Trond Kjernåsen2009-10-301-0/+22
* Add unit tests for QGLContextResourceRhys Weatherley2009-10-041-1/+49
* QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-011-21/+21
* Add unit tests for QGLShareRegisterRhys Weatherley2009-10-011-0/+122
* Make QGLFramebufferObject crash-proof if QGLContext destroyed firstRhys Weatherley2009-10-011-0/+28
* Optimized GL2 engine to use scissor clipping more aggressively.Samuel Rødal2009-09-211-1/+183
* Skip the multipleFBOInterleavedRendering autotest on when using OpenGL 1Tom Cooksey2009-09-171-0/+5
* Fix tst_QGL::openGLVersionCheck() autotest on OpenGL ES platformsTom Cooksey2009-09-161-1/+9
* Autotest preventing gl from crashing on shutdown with dangling contextsGunnar Sletta2009-09-141-0/+13
* Add an autotest for QGLWidget::renderPixmap()Tom Cooksey2009-09-101-0/+30
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Add operator== and != to QGLFramebufferObjectFormatRhys Weatherley2009-09-081-0/+49