diff options
author | Brian Paul <[email protected]> | 2009-08-06 16:04:03 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-07 09:52:18 -0600 |
commit | c02b38d169617a23e918d5155936851f0ad5b599 (patch) | |
tree | 563da3dbd65c1f383d732dc61abc9501815e60ca /progs/xdemos/Makefile | |
parent | 2c9812e3d346eb07180da520909b142e8afc1c59 (diff) |
progs/xdemos: added multictx.c (multi-context rendering demo)
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.
Diffstat (limited to 'progs/xdemos/Makefile')
-rw-r--r-- | progs/xdemos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile index 6581df80398..53e1c54ef3c 100644 --- a/progs/xdemos/Makefile +++ b/progs/xdemos/Makefile @@ -26,6 +26,7 @@ PROGS = \ glxsnoop \ glxswapcontrol \ manywin \ + multictx \ offset \ overlay \ pbinfo \ |