Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip OpenGL threading tests on Mac as they were causing reboots | Tom Cooksey | 2010-02-19 | 1 | -0/+12 |
| | | | | Reviewed-By: TrustMe | ||||
* | Fixed compile of autotests. | Rohan McGovern | 2010-02-18 | 1 | -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 GLES2 | Tom Cooksey | 2010-02-18 | 2 | -13/+20 |
| | | | | Reviewed-By: Gunnar | ||||
* | Make threading use-cases work for X11 | Gunnar Sletta | 2010-02-18 | 1 | -12/+28 |
| | |||||
* | Some threading improvements to the GL module | Gunnar Sletta | 2010-02-17 | 3 | -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 |