summaryrefslogtreecommitdiff
path: root/progs/xdemos/glthreads.c
AgeCommit message (Collapse)Author
2009-06-30xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAYJon TURNEY
Fix xdemos which default to using display :0.0 to default to $DISPLAY, this is kind of irritating when testing on a display other than :0.0 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2008-05-07mesa: document a/s keysBrian Paul
2008-05-07mesa: add texturing to thread testBrian Paul
Run with -t to enable texture mapping. Press 't' to update the texture image. When the texture is changed in one thread it should also get updated in the other threads since textures are shared by all contexts.
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2006-03-23Added -l option for explicit locking around Xlib and GLX calls inBrian Paul
threaded code. Seems to improve reliability quite a bit.
2006-03-23Added -p option to create a display connection per thread.Brian Paul
This seems more stabile than using one display connection for all threads. Still get an occasional Xlib: unexpected async reply error, unfortunately.
2006-03-15updated some printfs, added comment about sched_yieldBrian Paul
2004-07-02redo the event loop to make event response betterBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-03-08fix some minor warningsBrian Paul
2000-07-20added GLX multi-thread demoBrian Paul