summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/glthreads.c
Commit message (Collapse)AuthorAgeFilesLines
* updated options/helpBrian Paul2008-05-071-5/+18
|
* silence warningBrian2008-04-031-1/+1
|
* Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston2008-03-101-1/+1
| | | | | Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config (cherry picked from commit 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7)
* Use XDisplayName() when reporting errors (bug 8079).Brian2006-12-131-1/+1
|
* Added -l option for explicit locking around Xlib and GLX calls inBrian Paul2006-03-231-5/+64
| | | | threaded code. Seems to improve reliability quite a bit.
* Added -p option to create a display connection per thread.Brian Paul2006-03-231-23/+88
| | | | | This seems more stabile than using one display connection for all threads. Still get an occasional Xlib: unexpected async reply error, unfortunately.
* updated some printfs, added comment about sched_yieldBrian Paul2006-03-151-3/+7
|
* redo the event loop to make event response betterBrian Paul2004-07-021-27/+23
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* fix some minor warningsBrian Paul2002-03-081-1/+2
|
* added GLX multi-thread demoBrian Paul2000-07-201-0/+420