summaryrefslogtreecommitdiffstats
path: root/src/demos
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-09-11 01:51:33 -0700
committerSven Gothel <[email protected]>2009-09-11 01:51:33 -0700
commit5e0f70ef63e0a04383d2701491b2f5f19f19b611 (patch)
treee5037190dc8c7a6985ba2b281bfb4612c520f585 /src/demos
parent03c89f2ba6391cb5827ddcf7c136c994b7cea8e3 (diff)
add JOGL_ALL_NOAWT config
Diffstat (limited to 'src/demos')
-rwxr-xr-xsrc/demos/GLInfo.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/GLInfo.java b/src/demos/GLInfo.java
index c72e0ef..2c00668 100755
--- a/src/demos/GLInfo.java
+++ b/src/demos/GLInfo.java
@@ -105,6 +105,7 @@ public class GLInfo extends Thread implements GLEventListener {
System.err.println(glp+" " + gl.getContext().getPlatformExtensionsString());
System.err.println(glp+"");
System.err.println(glp+" Availability Tests: ");
+ System.err.println(glp+" glConvolutionFilter2D: "+gl.isFunctionAvailable("glConvolutionFilter2D"));
System.err.println(glp+" Fixed: glBegin: "+gl.isFunctionAvailable("glBegin"));
System.err.println(glp+" ES1 : glClearColorx: "+gl.isFunctionAvailable("glClearColorx"));
System.err.println(glp+" GLSL : glUseProgram: "+gl.isFunctionAvailable("glUseProgram"));