Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Cleanup enqueueEvent and remove PaintEvent and it's Listener (details)
  2. GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: (details)
  3. GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: (details)
  4. cleaned up www and doc folders. (details)
  5. GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: (details)
  6. Fix file modes (details)
Commit ce8c373576fe58fa5c71811fa376321e5379f71d by Sven Gothel
Cleanup enqueueEvent and remove PaintEvent and it's Listener
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/NEWTEvent.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/WindowListener.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/GLWindow.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/WindowAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/TraceWindowAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTKeyAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)
The file was removedsrc/newt/classes/com/jogamp/newt/event/PaintEvent.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Display.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTMouseAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTWindowAdapter.java (diff)
The file was removedsrc/newt/classes/com/jogamp/newt/event/PaintListener.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Window.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/WindowEvent.java (diff)
Commit 969e427642d3b9be376cefaada9febd489b7b3d7 by Sven Gothel
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding native repaint; NewtCanvasAWT focus fix

Support for native repaint, which shall call display() in case no animator is running.
GLAutoDrawable invoke(GLRunnable) impl. handles case if invoked on animator thread,
or no animator thread is running (issueing a display() call).
The impl resides in GLDrawableHelper.

GLEventListener's init() and glViewport()/reshape() method must be called before the 1st display()
and after a dispose() call. It could miss the 1st display() call if added
after the setVisible(true) call - due to the native repainting.
The impl resides in GLDrawableHelper.

The Animator un-/registers itself at the GLAutoDrawable via setAnimator.

NEWT Window reparent always issues a resize() and display() call.

NEWT native Window uses direct send.*Event for input events (again),
instead of enqueueing it for performance.

NEWT Window implements all status change and Java native event callbacks,
instead of having duplicated code in all implementations.

NewtCanvasAWT if the Newt window is focused, the AWT/Swing component[s] will loose the focus.
The file was modifiedsrc/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)
The file was modifiedsrc/newt/native/X11Window.c (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTParentWindowAdapter.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/awt/TestAWT01GLn.java (diff)
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/impl/RecursiveToolkitLock.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/WindowAction.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/x11/X11Window.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/TraceWindowAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTWindowAdapter.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLDrawableHelper.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestParenting01aAWT.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/GLRunnableDummy.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/WindowAdapter.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/Animator.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/awt/AWTWindow.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLPbufferImpl.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/awt/GLCanvas.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Display.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestParenting02AWT.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsWindow.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/WindowAction.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestListenerCom01AWT.java (diff)
The file was addedsrc/newt/classes/com/jogamp/newt/event/WindowUpdateEvent.java (diff)
The file was modifiedmake/scripts/java-win64-dbg.bat (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/KeyAction.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/NEWTEvent.java (diff)
The file was modifiedmake/scripts/java-win64.bat (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsNEWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java (diff)
The file was addedsrc/newt/classes/com/jogamp/newt/event/NEWTEventConsumer.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/KeyAction.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsNewtAWTWrapper.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestParenting01cAWT.java (diff)
The file was modifiedmake/scripts/java-run-all.sh (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Window.java (diff)
The file was removedsrc/newt/classes/com/jogamp/newt/Insets.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestParenting01cSwingAWT.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cSwingAWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestWindows01NEWT.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestParenting01bAWT.java (diff)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestParenting01NEWT.java (diff)
The file was modifiedmake/build-junit.xml (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestParenting02NEWT.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/opengl/kd/KDWindow.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/macosx/MacWindow.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/Gears.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/GLWindow.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTNewtEventFactory.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/GLRunnableDummy.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/texture/TestTexture01AWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/es1/RedSquare.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting02NEWT.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01bAWT.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLAutoDrawable.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting02AWT.java (diff)
The file was addedsrc/newt/classes/com/jogamp/newt/util/Insets.java (diff)
Commit f0bee9b5d23e100fe92b019c1afb76d8223c0d76 by Sven Gothel
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding native repaint; NewtCanvasAWT focus fix

Support for native repaint, which shall call display() in case no animator is running.
GLAutoDrawable invoke(GLRunnable) impl. handles case if invoked on animator thread,
or no animator thread is running (issueing a display() call).
The impl resides in GLDrawableHelper.

GLEventListener's init() and glViewport()/reshape() method must be called before the 1st display()
and after a dispose() call. It could miss the 1st display() call if added
after the setVisible(true) call - due to the native repainting.
The impl resides in GLDrawableHelper.

The Animator un-/registers itself at the GLAutoDrawable via setAnimator.

NEWT Window reparent always issues a resize() and display() call.

NEWT native Window uses direct send.*Event for input events (again),
instead of enqueueing it for performance.

NEWT Window implements all status change and Java native event callbacks,
instead of having duplicated code in all implementations.

NewtCanvasAWT if the Newt window is focused, the AWT/Swing component[s] will loose the focus.
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/GLRunnableDummy.java (diff)
Commit fb6bee4cd94e7e6aaf3729b24297f026280b760b by Michael Bien
cleaned up www and doc folders.
- removed all jars in www/webstart
- deprecated some documents and readmes... feel free to remove some of them if no objections
The file was removedwww/webstart/jogl-1-1.jnlp (diff)
The file was removedwww/webstart/jogl.jnlp (diff)
The file was removedwww/webstart/jogl-natives-win32-1-1.jar (diff)
The file was removedwww/webstart/jogl-natives-solsparc.jar (diff)
The file was removedwww/alm-process/snippets/page.xml (diff)
The file was removedwww/webstart/jogl-natives-solx86.jar (diff)
The file was modifieddoc/TODO.txt (diff)
The file was removedwww/webstart/jogl.jar (diff)
The file was removedwww/webstart/jogl-natives-macosx.jar (diff)
The file was removedwww/webstart/jogl-natives-solsparc-1-1.jar (diff)
The file was removedwww/webstart/jogl-jsr-231.jar (diff)
The file was removedwww/webstart/jogl-jsr-231.jnlp (diff)
The file was removedwww/webstart/jogl-natives-linux-jsr-231.jar (diff)
The file was removedwww/webstart/jogl-natives-solx86-jsr-231.jar (diff)
The file was removedwww/webstart/jogl-natives-macosx-jsr-231.jar (diff)
The file was removedwww/webstart/jogl-natives-solsparc-jsr-231.jar (diff)
The file was removedwww/webstart/jogl-1-1.jar (diff)
The file was modifieddoc/userguide/index.html (diff)
The file was removedwww/webstart/jogl-natives-solx86-1-1.jar (diff)
The file was removedwww/webstart/jogl-natives-linux.jar (diff)
The file was removedwww/webstart/jogl-natives-win32-jsr-231.jar (diff)
The file was removedwww/webstart/jogl-natives-macosx-1-1.jar (diff)
The file was removedwww/webstart/jogl-natives-win32.jar (diff)
The file was modifieddoc/differences-from-gl4java.txt (diff)
The file was removedwww/webstart/jogl-natives-linux-1-1.jar (diff)
The file was modifieddoc/deployment/JOGL-DEPLOYMENT.html (diff)
Commit a4b16ad544f3f7872f15e52d7ada7dc1e506d333 by Sven Gothel
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding native repaint; Fix reparent/fullscreen

New: NEWT Native Repaint
=========================
Support for native repaint, which shall call display() in case no animator is running.
GLAutoDrawable invoke(GLRunnable) impl. handles case if invoked on animator thread,
or no animator thread is running (issueing a display() call).
The impl resides in GLDrawableHelper.

The Animator un-/registers itself at the GLAutoDrawable via setAnimator.

New: NEWT AWT/NEWT Parenting Focus Handling
============================================
Introducing Window.FocusRunnable, to be registered at the NEWT Window,
which will be executed before the native focus claim.
Window.FocusRunnable's run method returns a boolean,
which determines whether the native implementation shall proceed claiming the native focus.
This API focus hook is necessary to allow an optional underlying windowing toolkit,
ie AWT (see usage NewtCanvasAWT), to make the focus traversal transparent.

Fix: GLEventListener / GLDrawableHelper
========================================
GLEventListener's init() and glViewport()/reshape() method must be called before the 1st display()
and after a dispose() call. It could miss the 1st display() call if added
after the setVisible(true) call - due to the native repainting.
The impl resides in GLDrawableHelper.

Fix: Misc NEWT
==============
Window reparent issues a resize() and display() call, if it is visible.

native Window uses direct send.*Event for input events (again),
instead of enqueueing it for performance.

Window impl all status change native event Java callbacks, instead of having
duplicated code in all implementations.

Fullscreen, reposition at zero.

Reparent/Fullscreen repaint if visible.

Native reparent/fullscreen, fix glitches on Windows (visibility while reparenting)
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLAutoDrawable.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/intel/gdl/Window.java (diff)
The file was modifiedsrc/newt/native/X11Window.c (diff)
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/impl/RecursiveToolkitLock.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/opengl/kd/KDWindow.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/opengl/broadcom/egl/Window.java (diff)
The file was modifiedmake/scripts/java-run-all.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/macosx/cgl/MacOSXCGLDrawableFactory.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXDrawableFactory.java (diff)
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/macosx/MacWindow.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/OffscreenWindow.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/awt/AWTParentWindowAdapter.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/x11/X11Window.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLContextImpl.java (diff)
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/GraphicsConfigurationFactory.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Window.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/awt/AWTWindow.java (diff)
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/impl/NativeWindowFactoryImpl.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/GLWindow.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/macosx/MacDisplay.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsWindow.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/awt/Java2D.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Screen.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/CurveEvaluator.java (diff)
The file was modifiedmake/config/jogl/gl-if-gl2_es1.cfg (diff)
The file was modifiedmake/scripts/lsGLtoES1_commons.sh (diff)
The file was modifiedLICENSE.txt (diff)
The file was modifiedmake/stub_includes/openmax/NVOMX_IndexExtensions.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/O_nurbscurve.java (diff)
The file was modifiedmake/config/jogl/gl3-desktop.cfg (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsDisplay.java (diff)
The file was modifiedmake/stub_includes/jni/win32/jni_md.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/impl/shaders/bin/nvidia/FixedFuncColor.bfp (diff)
The file was modifiedsrc/newt/native/X11Window.c (diff)
The file was modifiedmake/config/jogl/gl-impl-CustomJavaCode-gles1.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/LEDataInputStream.java (diff)
The file was modifiedwww/fenggui.jpg (diff)
The file was modifiedmake/stub_includes/opengl/GLES/glu.h (diff)
The file was modifiedmake/stub_includes/openmax/OMX_Types.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/ArcTdirSorter.java (diff)
The file was modifiedmake/scripts/lsGL23toGL2ES1_commons.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/DesktopGLDynamicLookupHelper.java (diff)
The file was modifiedmake/stub_includes/opengl/GLES2/gl2ext.h (diff)
The file was modifiedmake/stub_includes/openmax/OMX_Image.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/CArrayOfBreakpts.java (diff)
The file was modifiedmake/scripts/lsGL23_commons.sh (diff)
The file was modifiedmake/stub_includes/egl/KD/NV_extwindowprops.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLOnscreenContext.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/TGAImage.java.javase (diff)
The file was modifiedsrc/newt/native/KDWindow.c (diff)
The file was modifiedmake/lib/wince/arm/nvap/libnvomx.lib (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/impl/shaders/bin/nvidia/FixedFuncColorTexture.bfp (diff)
The file was modifiedwww/madlix.png (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cSwingAWT.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/audio/windows/waveout/Vec3f.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01bAWT.java (diff)
The file was modifiedmake/scripts/make.jogl.all.win64.bat (diff)
The file was modifiedwww/worldwind.jpg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/macosx/MacDisplay.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/TextureData.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLExternalContext.java (diff)
The file was modifiedmake/config/jogl/gl-impl-CustomJavaCode-gles2.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/gl2/nurbs/GL2Backend.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/glu/GLUtessellator.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/O_nurbssurface.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/TextureCoords.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Curve.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/DesktopGLDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/ReadBuffer2Screen.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawable.java (diff)
The file was modifiedmake/scripts/lsGLES2toGL3_commons.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Quiltspec.java (diff)
The file was modifiedmake/config/jogl/glxext.cfg (diff)
The file was modifiedmake/stub_includes/opengl/GLES/glext.h (diff)
The file was modifiedmake/scripts/lstjars.sh (diff)
The file was modifiedmake/stub_includes/egl/EGL/eglplatform.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/gl2/nurbs/GL2CurveEvaluator.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/packrect/BackingStoreManager.java (diff)
The file was modifiedwww/scilab.png (diff)
The file was modifiedwww/avengina.jpg (diff)
The file was modifiedmake/scripts/lsGLtoES2_commons.sh (diff)
The file was modifiedtest/Issue344Test2.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Maplist.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Quilt.java (diff)
The file was modifiedmake/config/jogl/glu-gl2.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/O_pwlcurve.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/README.txt (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/TextureRenderer.java (diff)
The file was modifiedmake/lib/wince/arm/nvap/libEGL.lib (diff)
The file was modifiedwww/mbt.jpg (diff)
The file was modifiedmake/stub_includes/jni/classfile_constants.h (diff)
The file was modifiedtest/Issue344Test4.java (diff)
The file was modifiedwww/impact.jpg (diff)
The file was modifiedmake/config/jogl/gl3-headers.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Pspec.java (diff)
The file was modifiedwww/raceview.jpg (diff)
The file was modifiedmake/stub_includes/openmax/OMX_Core.h (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/glu/GLUquadric.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLES1DynamicLibraryBundleInfo.java (diff)
The file was modifiedmake/stub_includes/opengl/GLES/glplatform.h (diff)
The file was modifiedmake/scripts/java-win32-dbg.bat (diff)
The file was modifiedmake/stub_includes/macosx/cglext.c (diff)
The file was modifiedREADME.txt (diff)
The file was modifiedmake/stub_includes/openmax/OMX_Video.h (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT.java (diff)
The file was modifiedmake/stub_includes/jni/jvmti.h (diff)
The file was modifiedmake/config/jogl/glu-CustomJavaCode-base.java (diff)
The file was modifiedtest/Issue344Test1.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/PwlArc.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/packrect/Rect.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Subdivider.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLBufferStateTracker.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Bin.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11ExternalGLXDrawable.java (diff)
The file was modifiedmake/config/jogl/eglext.cfg (diff)
The file was modifiedmake/scripts/make.jogl.all.win32.bat (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/SurfaceEvaluator.java (diff)
The file was modifiedmake/config/jogl/cg-common-CustomJavaCode.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/TrimVertex.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Window.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/DisplayList.java (diff)
The file was modifiedmake/scripts/lsGL23_unique.sh (diff)
The file was modifiedmake/config/jogl/gl-es1.cfg (diff)
The file was modifiedmake/jogl_wince6_vs9/jogl_es1/jogl_es1.vcproj (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/ArcTesselator.java (diff)
The file was modifiedmake/stub_includes/openmax/OMX_Audio.h (diff)
The file was modifiedwww/JOGLGlueGen.pdf (diff)
The file was modifiedmake/scripts/make.jogl.cdcfp.macosx.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/gl2/ProjectDouble.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/Overlay.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/TextureProvider.java (diff)
The file was modifiedmake/stub_includes/jni/jni.h (diff)
The file was modifiedmake/config/jogl/gl-if-gl.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/FileUtil.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/audio/windows/waveout/Track.java (diff)
The file was modifiedtest/Issue344Test3.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/impl/shaders/bin/nvidia/FixedFuncColorLight.bvp (diff)
The file was modifiedmake/config/jogl/gl-macosx-nsig.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/CArrayOfFloats.java (diff)
The file was modifiedmake/lib/wince/arm/nvap/libKD.lib (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/packrect/RectanglePacker.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/packrect/package.html (diff)
The file was modifiedmake/lib/wince/arm/nvap/libGLESv2.lib (diff)
The file was modifiedmake/stub_includes/jni/jawt.h (diff)
The file was modifiedmake/config/jogl/gl-if-gl2_es2.cfg (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsNEWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/ReadBuffer2File.java (diff)
The file was modifiedwww/2125.pdf (diff)
The file was modifiedmake/config/jogl/glu-gl2es1.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/TGAWriter.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/glu/GLUtessellatorCallbackAdapter.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Knotspec.java (diff)
The file was modifiedmake/stub_includes/win32/wglext.c (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/Texture.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/DDSImage.java.javame_cdc_fp (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.java (diff)
The file was modifiedmake/scripts/make.jogl.doc.all.x86_64.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java.javame_cdc_fp (diff)
The file was modifiedmake/stub_includes/egl/window-system-ext.c (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11ExternalGLXContext.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/FPSAnimator.java (diff)
The file was modifiedmake/stub_includes/openmax/OMX_IVCommon.h (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsNewtAWTWrapper.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/audio/windows/waveout/Mixer.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Breakpt.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/O_surface.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/packrect/RectVisitor.java (diff)
The file was modifiedmake/stub_includes/openmax/NVOMX_ComponentBase.h (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/macosx/MacScreen.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/glu/GLUtessellatorCallback.java (diff)
The file was modifiedtest/Issue326Test1.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/NurbsConsts.java (diff)
The file was modifiedwww/ts1361.pdf (diff)
The file was modifiedmake/config/jogl/gl-headers.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Backend.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/ProjectFloat.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/O_curve.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestListenerCom01AWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/Surface2File.java (diff)
The file was modifiedmake/stub_includes/opengl/gles1.c (diff)
The file was modifiedmake/stub_includes/jni/jdwpTransport.h (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/opengl/kd/KDScreen.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java (diff)
The file was modifiedmake/config/jogl/gdi-CustomCCode.c (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/CArrayOfArcs.java (diff)
The file was modifiedwww/strap.jpg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Patchlist.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/WindowUpdateEvent.java (diff)
The file was modifiedmake/config/jogl/gl-es2.cfg (diff)
The file was modifiedmake/stub_includes/openmax/OMX_Index.h (diff)
The file was modifiedmake/stub_includes/egl/KD/kd.h (diff)
The file was modifiedmake/config/jogl/glu-CustomJavaCode-gl2es1.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/O_trim.java (diff)
The file was modifiedmake/native-taglet.properties (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Mapdesc.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/TGAImage.java.javame_cdc_fp (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLBufferSizeTracker.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLStateTracker.java (diff)
The file was modifiedwww/dukebeanem.jpg (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/Threading.java (diff)
The file was modifiedmake/stub_includes/openmax/NVOMX_ComponentRegister.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/impl/FixedFuncHook.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/Screenshot.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/awt/AWTTextureData.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLDynamicLookupHelper.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/opengl/broadcom/egl/Window.java (diff)
The file was modifiedmake/config/jogl/cglext.cfg (diff)
The file was modifiedmake/config/jogl/nsig.cfg (diff)
The file was modifiedmake/stub_includes/opengl/GLES2/gl2.h (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.java (diff)
The file was modifiedmake/scripts/make.jogl.all.macosx.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/FBObject.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java (diff)
The file was modifiedmake/config/jogl/glu-base.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/gl2/fixme/GLObjectTracker.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/ArcSdirSorter.java (diff)
The file was modifiedmake/scripts/java-win32.bat (diff)
The file was modifiedmake/scripts/make.jogl.all.linux-x86.sh (diff)
The file was modifiedwww/vldocking.jpg (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/glu/GLUnurbs.java (diff)
The file was modifiedmake/stub_includes/cg/CG/cg_enums.h (diff)
The file was modifiedmake/stub_includes/opengl/GL3/gl3.h (diff)
The file was modifiedmake/scripts/java-win64.bat (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsScreen.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil.java (diff)
The file was modifiedmake/config/jogl/gl3ext-headers.cfg (diff)
The file was modifiedmake/README-zip-bundles.txt (diff)
The file was modifiedwww/glstudio.jpg (diff)
The file was modifiedmake/stub_includes/openmax/OMX_ContentPipe.h (diff)
The file was modifiedmake/142-packages/package-list (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/gl2/TileRenderer.java (diff)
The file was modifiedmake/config/jogl/gl-x11-nsig.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLWorkerThread.java (diff)
The file was modifiedwww/processing.jpg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/sdk/CompileShaderNVidia.java (diff)
The file was modifiedmake/jogl_wince6_vs9/jogl_es2/jogl_es2.vcproj (diff)
The file was modifiedmake/scripts/setenv-jogl.sh (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/x11/X11Screen.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Patch.java (diff)
The file was modifiedCOPYRIGHT.txt (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Arc.java (diff)
The file was modifiedmake/stub_includes/jni/win32/jawt_md.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/sdk/CompileShader.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/WindowUtilNEWT.java (diff)
The file was modifiedmake/scripts/lsGLtoES1ES2_commons.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/TextureWriter.java (diff)
The file was modifiedmake/stub_includes/opengl/gles2.c (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/gl2/nurbs/GLUgl2nurbsImpl.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/GLBuffers.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/BezierArc.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/texture/TestTexture01AWT.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLPbufferContext.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/CArrayOfQuiltspecs.java (diff)
The file was modifiedwww/bof0899.pdf (diff)
The file was modifiedwww/sharendipity.gif (diff)
The file was modifiedwww/jackflowers.jpg (diff)
The file was modifiedmake/jogl_wince6_vs9/jogl_wince6.sln (diff)
The file was modifiedwww/jake2.jpg (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/LEDataOutputStream.java (diff)
The file was modifiedmake/config/nativewindow/jawt-DrawingSurfaceInfo-CustomJavaCode.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/x11/X11Window.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/awt/AWTThreadingPlugin.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/DDSImage.java.javase (diff)
The file was modifiedwww/fusion-laboratory.jpg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.java (diff)
The file was modifiedmake/lib/wince/arm/nvap/libGLESv1_CM.lib (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Renderhints.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/impl/shaders/bin/nvidia/FixedFuncColor.bvp (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/Display.java (diff)
The file was modifiedtest/Issue344Base.java (diff)
The file was modifiednbproject/project.xml (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/packrect/LevelSet.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/spi/SGIImage.java (diff)
The file was modifiedmake/config/jogl/egl.cfg (diff)
The file was modifiedwww/specksim.jpg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/packrect/Level.java (diff)
The file was modifiedmake/stub_includes/egl/KD/NV_multitouch.h (diff)
The file was modifiedmake/config/nativewindow/jawt-CustomJavaCode.java (diff)
The file was modifiedwww/3167.pdf (diff)
The file was modifiedmake/jogl_wince6_vs9/newt/newt.vcproj (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Curvelist.java (diff)
The file was modifiedsrc/newt/native/NewtMacWindow.m (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/awt/TestAWT01GLn.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/NewtFactory.java (diff)
The file was modifiedsrc/newt/native/BroadcomEGL.c (diff)
The file was modifiedmake/stub_includes/opengl/GLES/gl.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/audio/windows/waveout/Audio.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLES2DynamicLibraryBundleInfo.java (diff)
The file was modifiedtest/Issue326Test2.java (diff)
The file was modifiedmake/config/jogl/gl-win32-nsig.cfg (diff)
The file was modifiedsrc/jogl/native/audio/Mixer.cpp (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/Glue.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/Gamma.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLContext.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java (diff)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/ImageUtil.java (diff)
The file was modifiedmake/scripts/make.jogl.doc.x86_64.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting02NEWT.java (diff)
The file was modifiedwww/artofillusion.jpg (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/opengl/broadcom/egl/Screen.java (diff)
The file was modifiedwww/chronotext.jpg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Splinespec.java (diff)
The file was modifiedmake/scripts/make.jogl.cdcfp.linux-x86.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/Animator.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/opengl/kd/KDWindow.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsWindow.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/parenting/TestParenting02AWT.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/gl2/nurbs/GL2SurfaceEvaluator.java (diff)
The file was modifiedmake/stub_includes/egl/KD/kdplatform.h (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/es1/RedSquare.java (diff)
The file was modifiedwww/BOF-3908-JOGL-slides.pdf (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestWindows01NEWT.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/audio/windows/waveout/SoundBuffer.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLDrawable.java (diff)
The file was modifiedmake/jogl_wince6_vs9/gluegen-rt/gluegen-rt.vcproj (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java.javase (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Knotvector.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/StreamUtil.java (diff)
The file was modifiedCHANGELOG.txt (diff)
The file was modifiedmake/scripts/lsGLtoGL3_commons.sh (diff)
The file was modifiedmake/stub_includes/openmax/OMX_Component.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Flist.java (diff)
The file was modifiedmake/stub_includes/egl/EGL/eglext.h (diff)
The file was modifiedmake/config/intptr.cfg (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/offscreen/ReadBufferBase.java (diff)
The file was modifiedmake/stub_includes/openmax/OMX_Other.h (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/opengl/kd/KDDisplay.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/macosx/MacWindow.java (diff)
The file was modifiedmake/scripts/make.jogl.all.linux-x86_64.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/glu/nurbs/Property.java (diff)
The file was modifiedmake/lib/wince/arm/nvap/libnvkdmain.lib (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/egl/EGLContext.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/x11/X11Display.java (diff)
The file was modifiedmake/jogl_wince6_vs9/jogl_wince6.suo (diff)
The file was modifiedmake/stub_includes/egl/EGL/egl.h (diff)
The file was modifiedmake/stub_includes/egl/window-system1.c (diff)
The file was modifiedmake/scripts/java-win64-dbg.bat (diff)
The file was modifiedmake/config/jogl/gl-desktop.cfg (diff)
The file was modifiedmake/config/jogl/glx-CustomCCode.c (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/audio/windows/waveout/TestSpatialization.java (diff)