diff options
author | Sven Gothel <[email protected]> | 2012-09-29 03:14:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-09-29 03:14:30 +0200 |
commit | e0904a65bcf87ea0fd41d76cc1af7ad29daaefb5 (patch) | |
tree | 009fe4b34f9ec24c0059e4ea6294f23e7bb61bf3 /src/test-native/make.sh | |
parent | 18ae6451a5531f46f56389bd7071db1d988e80d7 (diff) |
Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext commented out GLX_MESA_swap_control; native test of Mesa context-retarget bug, cannot reproduce yet.
Diffstat (limited to 'src/test-native/make.sh')
-rwxr-xr-x | src/test-native/make.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test-native/make.sh b/src/test-native/make.sh index 20bd49e4a..269f09c35 100755 --- a/src/test-native/make.sh +++ b/src/test-native/make.sh @@ -4,3 +4,5 @@ gcc -o displayMultiple01 displayMultiple01.c -lX11 -lGL gcc -o displayMultiple02 displayMultiple02.c -lX11 -lGL gcc -o glExtensionsListGL2 glExtensionsListGL2.c -lX11 -lGL gcc -o glExtensionsListGL3 glExtensionsListGL3.c -lX11 -lGL +gcc -o contextRetargetDrawable01 contextRetargetDrawable01.c -lX11 -lGL +gcc -o contextRetargetDrawable02 contextRetargetDrawable02.c -lX11 -lGL |