From c02b38d169617a23e918d5155936851f0ad5b599 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 6 Aug 2009 16:04:03 -0600 Subject: 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. --- progs/xdemos/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/xdemos/Makefile') diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile index 6581df8039..53e1c54ef3 100644 --- a/progs/xdemos/Makefile +++ b/progs/xdemos/Makefile @@ -26,6 +26,7 @@ PROGS = \ glxsnoop \ glxswapcontrol \ manywin \ + multictx \ offset \ overlay \ pbinfo \ -- cgit v1.2.3