summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sample buffers are on by default for OpenGL/ES 2.0, off for others.Rhys Weatherley2009-09-071-0/+6
* Unit tests for QGLFormat option constructorRhys Weatherley2009-09-071-0/+10
* Unit tests for QGLFormat::defaultFormat and ::defaultOverlayFormat()Rhys Weatherley2009-09-071-0/+41
* Unit tests for QGLFramebufferObjectFormatRhys Weatherley2009-09-071-0/+56
* Unit tests for QGLFormat copy constructor and operator=Rhys Weatherley2009-09-061-0/+14
* Update QGLFormat::operator== to include all fields.Rhys Weatherley2009-09-061-0/+83
* Fixed compilation of tst_qgl.Samuel Rødal2009-09-031-4/+8
* Add autotests for FBO stacking and interleaved paintingTom Cooksey2009-09-021-0/+211
* Autotest which checks you can paint to an fbo in a gl widget's p.e.Tom Cooksey2009-09-011-0/+55