index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auto
/
qgl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
*
Prevent crash in GL 2 engine when stroking null rectangle.
Samuel Rødal
2010-11-17
1
-0
/
+23
*
Prevented race condition on texture destruction.
Samuel Rødal
2010-11-08
1
-2
/
+6
*
Prevented threading related crash in OpenGL module.
Samuel Rødal
2010-10-29
1
-0
/
+118
*
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...
Qt Continuous Integration System
2010-08-20
1
-1
/
+1
|
\
|
*
Fix an obvious bug in tst_QGL::clipTest()
Trond Kjernåsen
2010-08-19
1
-1
/
+1
*
|
Introduce QtOpenGL module for Symbian.
Jani Hautakangas
2010-08-20
1
-0
/
+1
|
/
*
Don't run the QGL test on systems that does not have GL support.
Trond Kjernåsen
2010-07-27
1
-1
/
+26
*
Hack .pro files on windows to define QT_NO_EGL
Tom Cooksey
2010-03-30
1
-0
/
+1
*
Re-enable tst_QGL::glWidgetRenderPixmap on X11/EGL
Tom Cooksey
2010-03-10
1
-2
/
+2
*
Update tst_QGL::getSetCheck to check for new (correct) behaviour
Tom Cooksey
2010-03-10
1
-6
/
+7
*
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Rohan McGovern
2010-03-07
2
-4
/
+9
|
\
|
*
Fixed qgl autotest failures on Maemo.
Samuel Rødal
2010-02-26
2
-4
/
+9
|
*
Skip complex FBO tests if combined depth-stencil isn't supported
Tom Cooksey
2010-02-26
1
-1
/
+16
*
|
Fixed a warning.
Trond Kjernåsen
2010-02-24
1
-1
/
+1
*
|
Skip complex FBO tests if combined depth-stencil isn't supported
Tom Cooksey
2010-02-23
1
-1
/
+16
*
|
Make tst_QGL::glWidgetRendering use same test as FBO autotest
Tom Cooksey
2010-02-23
1
-39
/
+47
*
|
Merge branch '4.6' into qt-master-from-4.6
Thiago Macieira
2010-02-17
1
-8
/
+16
|
\
\
|
|
/
|
*
Fix several bugs with GL texture cache
Tom Cooksey
2010-02-12
1
-8
/
+16
*
|
Merge remote branch 'qt/4.6' into qt-master-from-4.6
Qt Continuous Integration System
2010-02-09
3
-2
/
+247
|
\
\
|
|
/
|
*
Fix GL texture leaks when pixmaps are deleted
Tom Cooksey
2010-01-29
3
-2
/
+247
*
|
Remove obsolete OpenGL/ES CommonLite (fixed-point) support
Rhys Weatherley
2010-02-04
1
-2
/
+0
*
|
Merge branch '4.6'
Thiago Macieira
2010-01-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...
Qt Continuous Integration System
2010-01-07
1
-1
/
+1
|
|
\
|
|
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
|
|
Merge branch '4.6'
Thiago Macieira
2010-01-08
1
-32
/
+1
|
\
\
\
|
|
/
/
|
*
|
Remove QGLShareRegister and transfer its functionality to QGLContextGroup
Rhys Weatherley
2010-01-05
1
-32
/
+1
|
|
/
*
|
Fixed QGLFormat::operator== to handle new fields.
Kim Motoyoshi Kalland
2010-01-04
1
-0
/
+41
|
/
*
Fix autotest which checks for sample buffers
Tom Cooksey
2009-12-15
1
-6
/
+1
*
Add autotest for creating a QGLWidget with alpha channel
Tom Cooksey
2009-12-15
1
-0
/
+12
*
Make isSharing() reset to false when context no longer sharing
Rhys Weatherley
2009-11-16
1
-0
/
+5
*
Add a simpler FBO autotest which just uses glClear()
Tom Cooksey
2009-11-09
1
-0
/
+31
*
Mark both the new and original EGL contexts as sharing
Rhys Weatherley
2009-11-09
1
-0
/
+1
*
Set frameless window hints on QGL test windows under QWS
Rhys Weatherley
2009-11-09
1
-0
/
+15
*
Make qgl autotests more stable & passing in test farm
Tom Cooksey
2009-11-06
1
-6
/
+18
*
Enable & fix qgl autotests on 16-bpp systems
Tom Cooksey
2009-11-06
1
-49
/
+111
*
Removed the FBO stacking behaviour and the test attached to it.
Trond Kjernåsen
2009-11-05
1
-105
/
+0
*
Fix some test failures in the qgl test on 16 bit servers.
Trond Kjernåsen
2009-10-30
1
-0
/
+22
*
Add unit tests for QGLContextResource
Rhys Weatherley
2009-10-05
1
-1
/
+49
*
QGLContext::areSharing() to check for GL share relationships
Rhys Weatherley
2009-10-01
1
-21
/
+21
*
Add unit tests for QGLShareRegister
Rhys Weatherley
2009-10-01
1
-0
/
+122
*
Make QGLFramebufferObject crash-proof if QGLContext destroyed first
Rhys Weatherley
2009-10-01
1
-0
/
+28
*
Optimized GL2 engine to use scissor clipping more aggressively.
Samuel Rødal
2009-09-21
1
-1
/
+183
*
Skip the multipleFBOInterleavedRendering autotest on when using OpenGL 1
Tom Cooksey
2009-09-17
1
-0
/
+5
*
Fix tst_QGL::openGLVersionCheck() autotest on OpenGL ES platforms
Tom Cooksey
2009-09-16
1
-1
/
+9
*
Autotest preventing gl from crashing on shutdown with dangling contexts
Gunnar Sletta
2009-09-14
1
-0
/
+13
*
Add an autotest for QGLWidget::renderPixmap()
Tom Cooksey
2009-09-10
1
-0
/
+30
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
Add operator== and != to QGLFramebufferObjectFormat
Rhys Weatherley
2009-09-08
1
-0
/
+49
*
Sample buffers are on by default for OpenGL/ES 2.0, off for others.
Rhys Weatherley
2009-09-07
1
-0
/
+6
[next]