summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/Makefile
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2009-08-06 16:04:03 -0600
committerBrian Paul <[email protected]>2009-08-07 09:52:18 -0600
commitc02b38d169617a23e918d5155936851f0ad5b599 (patch)
tree563da3dbd65c1f383d732dc61abc9501815e60ca /progs/xdemos/Makefile
parent2c9812e3d346eb07180da520909b142e8afc1c59 (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/Makefile1
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 \