summaryrefslogtreecommitdiffstats
path: root/tests/auto/qglthreads
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in qglthreads auto test.Jani Hautakangas2011-01-281-1/+1
| | | | Reviewed-by: TRUSTME
* Fix qglthreads test crash on SymbianJani Hautakangas2011-01-121-2/+18
| | | | | | | | | | Use less GPU memory to make tests pass and skip threaded rendering since eventually tries to access main RWindow from secondary thread, which is not allowed on Symbian Task-number: QTBUG-13525 Reviewed-by: TRUSTME
* Update copyright year to 2011.Jason McDonald2011-01-102-2/+2
| | | | Reviewed-by: Trust Me
* Fix gcc compilation problems in QtOpenGL. Actually was typo andJani Hautakangas2010-10-041-0/+5
| | | | | | for some reason rvct didn't catch that. Reviewed-by: TRUSTME
* Hack .pro files on windows to define QT_NO_EGLTom Cooksey2010-03-301-0/+2
| | | | | | Temporary fix until configure.exe can be re-compiled. Reviewed-By: TrustMe
* Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-221-0/+3
| | | | | Conflicts: tests/auto/qgl_threads/qgl_threads.pro
* Fixed inconsistent test naming.Rohan McGovern2010-03-223-0/+548
TARGET and test class name should always match.