summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/multictx.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/xdemos: added multictx.c (multi-context rendering demo)Brian Paul2009-08-071-0/+585
Create one window and render into it with two GLX contexts. Setup the rendering state differently for each context to be sure there's no state "bleeding" between contexts.