summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl_threads
Commit message (Collapse)AuthorAgeFilesLines
* Skip OpenGL threading tests on Mac as they were causing rebootsTom Cooksey2010-02-191-0/+12
| | | | Reviewed-By: TrustMe
* Fixed compile of autotests.Rohan McGovern2010-02-181-0/+0
| | | | | Rename tst_openglthreading.pro to qgl_threads.pro: .pro file name must match directory name for SUBDIRS project to work.
* Fix threaded gl autotest build failure on GLES2Tom Cooksey2010-02-182-13/+20
| | | | Reviewed-By: Gunnar
* Make threading use-cases work for X11Gunnar Sletta2010-02-181-12/+28
|
* Some threading improvements to the GL moduleGunnar Sletta2010-02-173-0/+517
- 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