diff options
author | Sven Gothel <[email protected]> | 2008-07-11 10:57:14 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-11 10:57:14 +0000 |
commit | b02975d74ba8410dffaccc18f2279c1e165972df (patch) | |
tree | 27ce9e90da732cb428d34199dd49244f6c172b7a /make/make.jogl.all.linux-x86.sh | |
parent | b92e5acb2b4db1bf6873bea74bda64d63afd6fee (diff) |
Fixed:
- NEWT:
- X11: Fullscreen toggle: (un)decorated window and resize event
- CloseNative: Use copied display/window handle to close after invalidate
- Cleanup/validations
- GLDrawableHelper: Removed 'optimization' path - no sense and too complicated
- GL, GLContextImpl, GLContextShareSet:
- Activated: registerForBufferObjectSharing
- Working BufferSizeTracker
- GLBufferStateTracker: Activated: PBO state for GL2
- GL2/GLES1/GLES2: Activated VBO/PBO validation code
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1720 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/make.jogl.all.linux-x86.sh')
-rw-r--r-- | make/make.jogl.all.linux-x86.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.jogl.all.linux-x86.sh b/make/make.jogl.all.linux-x86.sh index f538018be..556224d4c 100644 --- a/make/make.jogl.all.linux-x86.sh +++ b/make/make.jogl.all.linux-x86.sh @@ -2,7 +2,7 @@ . ../../setenv-build-jogl.sh -ant -v \ +ant \ -Dgluegen.cpptasks.detected.os=true \ -DisUnix=true \ -DisLinux=true \ |