diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2010-02-17 11:41:32 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2010-02-17 11:44:27 (GMT) |
commit | 46e254fcde0aa70851c7c82ebef474c12cf042ef (patch) | |
tree | d7ec36ca852216060aeaded42dd1800d6d4b3c04 /tests/auto/auto.pro | |
parent | 364929585a1fa0243acf3a3926626bdd19143447 (diff) | |
download | Qt-46e254fcde0aa70851c7c82ebef474c12cf042ef.zip Qt-46e254fcde0aa70851c7c82ebef474c12cf042ef.tar.gz Qt-46e254fcde0aa70851c7c82ebef474c12cf042ef.tar.bz2 |
Some threading improvements to the GL module
- Make bindTexture threadsafe
- Document which areas of QGLWidget needs locking in order
to do out-of-gui thread rendering
- Testcases to prove that these cases work
Reviewed-by: Trond
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 9c4b4f0..8bfd151 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -153,6 +153,8 @@ SUBDIRS += \ qfontmetrics \ qftp \ qgetputenv \ + qgl \ + qgl_threads \ qglobal \ qgraphicseffect \ qgraphicseffectsource \ |