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

Changes

Summary

  1. FloatUtil.makePick(..): Refine API doc, incl. (details)
  2. Code Clean-Up based on our Recommended Settings (jogamp-scripting (details)
  3. Bug 1021: Fix remaining build issues if sub-module oculusvr-sdk is (details)
Commit a90f4a51dffec3247278e3c683ed4462b1dd9ab5 by Sven Gothel
FloatUtil.makePick(..): Refine API doc, incl. PMVMatrix.gluPickMatrix(..)
The file was modified src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java (diff)
Commit 556d92b63555a085b25e32b1cd55afce24edd07a by Sven Gothel
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74)

- Change non static accesses to static members using declaring type
        - Change indirect accesses to static members to direct accesses (accesses through subtypes)
        - Add final modifier to private fields
        - Add final modifier to method parameters
        - Add final modifier to local variables
        - Remove unnecessary casts
        - Remove unnecessary '$NON-NLS$' tags
        - Remove trailing white spaces on all lines
The file was modified src/test/com/jogamp/opengl/test/bugs/Bug735Inv4AWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderState.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/GLContextDrawableSwitchBase.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsBitmapWGLDrawable.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/geom/AABBox.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/tt/engine/Parser.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/awt/ImageUtil.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/x11/X11GraphicsDevice.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit01AWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/glsl/sdk/CompileShaderNVidia.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTGraphicsDevice.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT00.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/kd/WindowDriver.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/curve/opengl/RenderState.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkITXT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/GLUhalfEdge.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestJPEGTextureFromFileNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract4444rev.java (diff)
The file was modified src/newt/classes/jogamp/newt/MonitorDeviceImpl.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/Mnemonic.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOMRTNEWT01.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract1555rev.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/ImageLineHelper.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11OnscreenGLXDrawable.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos02AWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/DDSImage.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGPixelRect01NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract565.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestPMVMatrix03NOUI.java (diff)
The file was modified src/newt/classes/jogamp/newt/swt/SWTEDTUtil.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/packrect/RectanglePacker.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestPMVMatrix02NOUI.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/DelegatedUpstreamSurfaceHookWithSurfaceSize.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestBug362DDSImageCreateFromData.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/TextureSeqButton.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2Screen.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLDrawableFactoryImpl.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/windows/GDIDummyUpstreamSurfaceHook.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/UINewtDemo01.java (diff)
The file was modified src/jogl/classes/com/jogamp/audio/windows/waveout/SoundBuffer.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledRendering1GL2NEWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/MouseEvent.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestNEWTCloseX11DisplayBug565.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/offscreen/Surface2File.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/StrokeFontRec.java (diff)
The file was modified src/newt/classes/jogamp/newt/WindowImpl.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/DebugGL3.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/MultisampleDemoES1.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/ImageSequence.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/awt/AWTEDTUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLDrawableImpl.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLException.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES2ActivityLauncher.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/NEWTEvent.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestAddRemove02GLWindowNewtCanvasAWT.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/x11/awt/X11AWTGraphicsConfigurationFactory.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GlyfCompositeComp.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/TypecastRenderer.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkCHRM.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Ligature.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TestAWTTextRendererUseVertexArrayBug464.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/windows/RegisteredClassFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/PixelStorageModes.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/SurfaceUpdatedHelper.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract4444.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Issue344Test1.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkMultiple.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLShaderState02NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/VmtxTable.java (diff)
The file was modified src/oculusvr/classes/com/jogamp/oculusvr/OVRVersion.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/swt/TestBug672NewtCanvasSWTSashForm.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/ImmModeSink.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor03AWTGLn.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/cg/CgException.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestGLReadBufferUtilTextureIOWrite01AWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/Bug816AppletOSXCALayerPos03a.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/awt/AWTCanvas.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTGraphicsScreen.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestPBufferDeadlockAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Subdivider.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug551AWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/ScriptRecord.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/SingleSubstFormat2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/UIGLListener01.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/HmtxTable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestMainVersionGLWindowNEWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/opengl/JoglUtilPNGIcon.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl3/newt/TestGeomShader01TextureGL3NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXExternalCGLContext.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOAutoDrawableFactoryNEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/NetPbmTextureWriter.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkTEXT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/FeatureList.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT10.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/PriorityQSort.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2NEWT0.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLRunnableTask.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/awt/MacOSXAWTCGLGraphicsConfigurationFactory.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Issue326Test1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/TestExclusiveContext12FPSAnimNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLVersionNumber.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/UIShape.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestTextureSequence01AWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/KernSubtableFormat0.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/JAWTWindow.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/egl/ScreenDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/newt/TestGearsES1NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/TileRenderer.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleES2NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/audio/windows/waveout/Mixer.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/GLUquadricImpl.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestAWT02WindowClosing.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLPipelineFactory.java (diff)
The file was modified src/jogl/classes/jogamp/graph/geom/plane/NoninvertibleTransformException.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/Threading.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Panose.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngjUnsupportedException.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayerFactory.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/newt/TestOlympicES1NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/GearsObject.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/JavaSoundAudioSink.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/packrect/Level.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtAppletBase.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/NewtVersion.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/glsl/GLSLArrayHandler.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/util/PixelFormat.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPURegionGLListener01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Property.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/Point.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/ExtractFloat.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/ExtractSShort.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/UIListenerBase01.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDynamicLibraryBundleInfo.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Issue344Test4.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunk.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/Debug.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/FixedPoint.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/TraceKeyAdapter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/ExclusiveContextBase00.java (diff)
The file was modified src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsPbufferWGLDrawable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/HdmxTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Image.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/util/MonitorModeUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLMesaBug651NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Feature.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTElektronActivity.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/MSAATool.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/gl2/nurbs/GL2CurveEvaluator.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/Teapot.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextGLListener0A.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/OTFont.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/x11/RandR13.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareMappedES2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGTextureFromFileAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDisplayUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkBKGD.java (diff)
The file was modified src/newt/classes/jogamp/newt/awt/event/AWTNewtEventFactory.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestRedSquareES2NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/UbuntuFontLoader.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/GLFixedArrayHandler.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/DesktopGLDynamicLookupHelper.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkGAMA.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/util/PixelFormatUtil.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GsubTable.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTJNILibLoader.java (diff)
The file was modified src/oculusvr/classes/com/jogamp/opengl/oculusvr/OVRSBSRendererSingleFBO.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLReadBuffer01GLWindowNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/ScriptList.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/EGLMediaPlayerImpl.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CmapFormat.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Renderhints.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunkRaw.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/NameTable.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Lookup.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2AWT.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/DebugGL2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug664GLCanvasSetVisibleSwingAWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/InputEvent.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/DisplayList.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXOffscreenCGLDrawable.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/WindowDriver.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/packrect/Rect.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestJPEGImage01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/Gears.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/ProjectFloat.java (diff)
The file was modified src/jogl/classes/jogamp/graph/geom/plane/IllegalPathStateException.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/android/av/AndroidGLMediaPlayerAPI14.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CffTable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/anim/TestAnimatorGLJPanel01AWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/geom/Outline.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLDynamicLookupHelper.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract565rev.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/GLArrayHandlerInterleaved.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtDemo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkICCP.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/SharedResourceToolkitLock.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/BitmapFontRec.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/MonitorMode.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/WindowAdapter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOMix2DemosES2NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestFloatUtil02MatrixMatrixMultNOUI.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/awt/AWTTextureData.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunksList.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/geom/Triangle.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/LookupList.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/util/SurfaceSize.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/Display.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/VisualIDHolder.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGraphUI1pActivity.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/ExclusiveContextBase10AWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/DoubleTapScrollGesture.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLPixelBuffer.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/awt/Java2D.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/ScreenDriver.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/TypecastFont.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestFloatUtil01NOUI.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch10NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/glsl/sdk/CompileShader.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES2ECTActivityLauncher.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtCanvasAWTDemo.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/MediaPlayerButton.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/macosx/MacKeyUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestGLCanvasAWTActionDeadlock02AWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/FilterType.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkIDAT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03bB849AWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/linux/LinuxEventDeviceTracker.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/TestExclusiveContext01VSyncAnimAWT.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/x11/X11Capabilities.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGraphUI2pActivity.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPURegionNewtDemo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Curvelist.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/TestImmModeSinkES2NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/RandomTileRenderer.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TextRendererGLEventListener01.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/WrappedWindow.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLContext.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/DirectoryEntry.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/x11/X11GraphicsConfiguration.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/OneTriangle.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/registry/Registry.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/TableException.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/CArrayOfFloats.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/intel/gdl/ScreenDriver.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLArrayDataServer.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/GLVBOArrayHandler.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/SingleSubstFormat1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/TestBug605FlippedImageAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/TGAWriter.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/TraceGLES2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLContextShareSet.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/Render.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/jpeg/JPEGDecoder.java (diff)
The file was modified src/oculusvr/classes/com/jogamp/opengl/oculusvr/OVRSBSRendererDualFBO.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/Dict.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/TestES1FixedFunctionPipelineNEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/Animator.java (diff)
The file was modified src/newt/classes/jogamp/newt/awt/NewtFactoryAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLStateTracker.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Bug735Inv3AppletAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/DefaultAnimatorImpl.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderProgram.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableFactoryGLnBitmapCapsNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPixelFormatUtil00NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestElektronenMultipliziererNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CmapFormat0.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLGraphicsConfigurationFactory.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestOffscreenLayer02NewtCanvasAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestGLReadBufferUtilTextureIOWrite02AWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2AWT3.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/PriorityQ.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/TextureDraw01ES2Listener.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/GLAutoDrawableDelegate.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/FeatureRecord.java (diff)
The file was modified src/jogl/classes/com/jogamp/audio/windows/waveout/Track.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkPHYS.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/awt/ScreenDriver.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngjBadCrcException.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/TextureCoords.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/MovieCubeActivity0b.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/awt/AWTUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/BuildMipmap.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/Fixed.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLDrawableHelper.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract8888rev.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Flist.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/Glue.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/RedSquareES1.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/MD.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/curve/opengl/TextRegionUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES2TransActivityLauncher.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/RangeRecord.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/DebugGL3bc.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/macosx/OSXDummyUpstreamSurfaceHook.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/AudioSampleFormat.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES1ActivityLauncher.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/GearsES1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingGearsNewtAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch11NewtAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawable.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/ClassDef.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11ExternalGLXDrawable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract8888.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/JPEGImage.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/awt/Overlay.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/O_nurbscurve.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTGraphicsConfiguration.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextNewtDemo.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/TGAImage.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01GLPBufferNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/DemoBug910ExtendedAWTAppletLifecycleCheck.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/NewtFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Type_Widget.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract233rev.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug611AWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/Bug816AppletGLCanvas02a.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/LEDataOutputStream.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/TextureDraw02ES2ListenerFBO.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/PointsDemoES1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/Label0.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestGluUnprojectDoubleNOUI.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/Capabilities.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/x11/X11DummyUpstreamSurfaceHook.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableDelegateNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/TableDirectory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/ArcSdirSorter.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract5551.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/awt/GLCanvas.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkSTER.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11PbufferGLXDrawable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/ThreadingImpl.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/SceneUIController.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/windows/RegisteredClass.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/Binary64.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug460GLCanvasNPEAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/OffscreenPrintable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/CrossHair.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/OTFontCollection.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXOnscreenCGLDrawable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTRedSquareES2ActivityLauncher.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/DirectDataBufferInt.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/FPSCounterImpl.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/jawt/windows/WindowsJAWTWindow.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLDrawableUtil.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/GLUT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WGLUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkTextVar.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/Gamma.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestBug669RecursiveGLContext02NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/SignatureBlock.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CharstringType2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/gl2/ProjectDouble.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/stereo/ovr/OVRDemo01.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/font/FontFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDynamicLibraryBundleInfo.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AppContextInfo.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkSPLT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestIsRealizedConcurrency01AWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Mapdesc.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/MultisampleDemoES2.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CoverageFormat1.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsExternalWGLDrawable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTRedSquareES1Activity.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GaspTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsExternalWGLContext.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkZTXT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/LabelButton.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/jawt/windows/Win32SunJDKReflection.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/awt/AWTMouseAdapter.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/awt/WindowDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03aB729AWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestTexture01AWT.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Bug427GLJPanelTest1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/GLEventListenerButton.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch12AWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug461FBOSupersamplingSwingAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/TestExclusiveContext11VSyncAnimNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/error/Error.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Knotvector.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11PixmapGLXDrawable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/TextureDraw01GL2Listener.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/ID.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/PNGIcon.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestAddRemove03GLWindowNEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/glu/GLUtessellatorCallbackAdapter.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/Quaternion.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/TextureSequence.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2NEWT3.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/TestImmModeSinkES1NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledRendering2NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/LandscapeES2.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/VdmxTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/GLFixedArrayHandlerFlat.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasSWT.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/x11/X11GraphicsScreen.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLContextSurfaceLockNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001RawInit00NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2NEWT1.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/util/Dimension.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkPLTE.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/GLEventListenerState.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOAutoDrawableDeadlockAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2AWT3b.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngIDatChunkOutputStream.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTRedSquareES2Activity.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferBase.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLBuffers.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/FpgmTable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Issue344Base.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/KernSubtable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/openal/av/ALAudioSink.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/GraphicsConfigurationFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkOFFS.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/DemoGL2ES2ImmModeSink.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/WrappedSurface.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestRandomTiledRendering2GL2NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/TypecastHMetrics.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/OTGlyph.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/ImageInfo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/HalveImage.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLCapabilities.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestGLReadBufferUtilTextureIOWrite01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/CrossFadePlayer.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGPUMemSec01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/offscreen/WindowUtilNEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/LigatureSubst.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/TraceGL4.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/Normal.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/intel/gdl/DisplayDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.java (diff)
The file was modified src/jogl/classes/com/jogamp/audio/windows/waveout/Audio.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/ExtensionAvailabilityCache.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/BitmapCharRec.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngjException.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/TableFactory.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLCapabilities.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/AWTAnimatorImpl.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/TTCHeader.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/TraceGL3.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/DefaultCapabilitiesChooser.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/ManualHiDPIBufferedImage01AWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkSingle.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLDebug00NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfigurationFactory.java (diff)
The file was modified src/newt/classes/jogamp/newt/MonitorModeProps.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextWithJTabbedPaneAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/TextRendererGLELBase.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsGLJPanelAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/AnimatorBase.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLContext.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/awt/AWTWindowAdapter.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/egl/WindowDriver.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLOffscreenAutoDrawableImpl.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/PostTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/gl2/nurbs/GLUgl2nurbsImpl.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/NullAudioSink.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngMetadata.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/awt/IIOTextureProvider.java (diff)
The file was modified src/newt/classes/jogamp/newt/DefaultEDTUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos04bAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/FBObject.java (diff)
The file was modified src/jogl/classes/jogamp/graph/curve/tess/HEdge.java (diff)
The file was modified src/newt/classes/jogamp/newt/OffscreenWindow.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngWriter.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLWorkerThread.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOOffThreadSharedContextMix2DemosES2NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/ExclusiveContextBase00NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2GLJPanelsAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/gl2/nurbs/GL2SurfaceEvaluator.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/SurfaceScaleUtils.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/PrepTable.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTWindowClosingProtocol.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLVersionParsing00NEWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/x11/DisplayDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextNewtAWTBug523.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGraphUI2pActivityLauncher.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CmapFormat6.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/awt/AWTMisc.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Coverage.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/VheaTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/GLDataArrayHandler.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/Bug816AppletOSXCALayerPos03b.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestShaderCompilationBug459AWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/curve/Region.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/DebugGLES2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunkHelper.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract332.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/MemoryObject.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/GLSLMiscHelper.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES1NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLReadBuffer01GLCanvasAWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/swt/event/SWTNewtEventFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/CArrayOfBreakpts.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/SharedResourceRunner.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/GLUtessellatorImpl.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsOnscreenWGLDrawable.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/tt/engine/Interpreter.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkTRNS.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GlyfTable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/OlympicES1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingGearsSwingAWT2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLGraphicsConfiguration.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/NewtVersionActivityLauncher.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTRedSquareES1ActivityLauncher.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/TraceMouseAdapter.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/intel/gdl/WindowDriver.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/ProxySurfaceImpl.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GposTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/ImageLines.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngHelperInternal.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestFloatUtil03InversionNOUI.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Knotspec.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/BaseTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Arc.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/CArrayOfArcs.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGStaticNatives.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngjInputException.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/FixedFuncUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2GLJPanelAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/CoordRec.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Device.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/ScaleInternal.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/util/applet/VersionApplet3.java (diff)
The file was modified src/newt/classes/jogamp/newt/DisplayImpl.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CmapFormatUnknown.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen02BitmapNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/mac/ResourceHeader.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/Debug.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/Binary32.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/DesktopGLDynamicLibraryBundleInfo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/TestRegionRendererNEWT01.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/LigatureSet.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestCPUSourcingAPINEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/ExtractSByte.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/ImageLine.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES2Activity.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/mac/ResourceMap.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/NewtBaseActivity.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/SystemUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneGLListener0A.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/PNGPixelRect.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/ExtractUInt.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/MovieSimpleActivity0.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/swt/TestNewtCanvasSWTBug628ResizeDeadlockAWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CmapIndexEntry.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkTIME.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GlyfSimpleDescript.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLDrawableFactory.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/windows/DisplayDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOOnThreadSharedContext1DemoES2NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Quilt.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES2TransActivity.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestGLReadBufferUtilTextureIOWrite02NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestMainVersionGLCanvasAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/PriorityQHeap.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/mac/ResourceReference.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieSimple.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/awt/VersionApplet.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/MonitorDevice.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch02AWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareES2.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Program.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/glsl/GLSLTextureRaster.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Issue326Test2.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/awt/Screenshot.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/Bug816AppletGLCanvas01.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncHook.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListAWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/curve/opengl/VBORegion2PMSAAES2.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/windows/GDIUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGDynamicLibraryBundleInfo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLGraphicsConfigurationUtil.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/egl/EGLGraphicsDevice.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/geom/SVertex.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/ClassDefFormat1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/newt/TestGearsNewtAWTWrapper.java (diff)
The file was modified src/newt/classes/jogamp/newt/event/NEWTEventTask.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/anim/Bug898AnimatorFromEDTAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/TestExclusiveContext02FPSAnimNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGPixelRect00NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLGLCapabilities.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLExternalContext.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/jawt/x11/X11JAWTWindow.java (diff)
The file was modified src/oculusvr/classes/jogamp/opengl/oculusvr/OVRDistortion.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestGLJPanelResize01AWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CmapFormat2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngjOutputException.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/LEDataInputStream.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestOffscreenLayer01GLCanvasAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug463ScaleImageMemoryAWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsObjectES2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestBug669RecursiveGLContext01NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Maplist.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/VideoPixelFormat.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Bin.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/TypecastFontConstructor.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/TypecastGlyph.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/PrintableBase.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/TessMono.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLDebug01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TextRendererTraceGL2Mock01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/TextureSequenceCubeES2.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsScreen.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTElektronActivityLauncher.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGLJPanelAWTBug450.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestPMVMatrix01NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/ExtractSInt.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/PcltTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkIEND.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/LigatureSubstFormat1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/GLReadBuffer00Base.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile00NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/audio/windows/waveout/Vec3f.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/ExclusiveContextBase00AWT.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTPrintLifecycle.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GaspRange.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2File.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestNVSwapGroupNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunksListForWrite.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES1Activity.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLReadBuffer01GLJPanelAWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/linux/LinuxMouseTracker.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/newt/TestTeapotNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/curve/tess/GraphVertex.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/JoglVersion.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextRendererListenerBase01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2SWT3.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkSBIT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLBufferStateTracker.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDummyUpstreamSurfaceHook.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/DemoGL2ES1TextureImmModeSink.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/Sweep.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingGearsSwingAWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/util/MainThread.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestGLJPanelTextureStateAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingNIOImageSwingAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/SGIImage.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/Disassembler.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/ImageSeqButton.java (diff)
The file was modified src/jogl/classes/jogamp/graph/curve/tess/Loop.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLWrappedSurface.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawable.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/KerningPair.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694ScaleImageUnpackBufferSizeAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/anim/TestAWTCardLayoutAnimatorStartStopBug532.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/KeyEvent.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/LtshTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/ExtractUByte.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/DemoGL2ES1Plain.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/Label.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract2101010rev.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/swt/TestBug672NewtCanvasSWTSashFormComposite.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java (diff)
The file was modified src/jogl/classes/jogamp/graph/curve/tess/CDTriangulator2D.java (diff)
The file was modified src/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Script.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLDebugMessageHandler.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkUNKNOWN.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/awt/AWTKeyAdapter.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/TextureData.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/ExtractUShort.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TransparentPanel.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXPbufferCGLDrawable.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/NativeWindowFactoryImpl.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Bug735Inv2AppletAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/FPSAnimator.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/TraceGL2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLOnscreenDrawable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLExtensionQueryOffscreen.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/Os2Table.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch01NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/O_nurbssurface.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/event/AndroidNewtEventTranslator.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/PointsDemoES2.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/awt/TextureRenderer.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/awt/AWTTilePainter.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/t2/T2Interpreter.java (diff)
The file was modified src/newt/classes/jogamp/newt/Debug.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/ExclusiveContextBase10NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CmapTable.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/Binary16.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/mac/ResourceType.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLMesaBug658NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngIDatChunkInputStream.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent01NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngjExceptionInternal.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/awt/AWTGLPixelBuffer.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/SingleSubst.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/TestBug605FlippedImageNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestAddRemove01GLCanvasSwingAWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/egl/DisplayDriver.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/opengl/GLWindow.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDynamicLibraryBundleInfo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Backend.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug572AWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/TraceWindowAdapter.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkSRGB.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/MaxpTable.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/DelegatedUpstreamSurfaceHookMutableSize.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/packrect/LevelSet.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTBug643AsyncExec.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TiledPrintingAWTBase.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/awt/AWTGLReadBufferUtil.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/UpstreamWindowHookMutableSizePos.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkSkipped.java (diff)
The file was modified src/jogl/classes/jogamp/graph/curve/opengl/VBORegion2PVBAAES2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/TextureDraw01Accessor.java (diff)
The file was modified src/jogl/classes/jogamp/graph/curve/tess/GraphOutline.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableFactoryES2OffscrnCapsNEWT.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/fixedfunc/GLPointerFuncUtil.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/event/AndroidNewtEventFactory.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestJPEGJoglAWTBenchmarkNewtAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkIHDR.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/HeadTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLPbufferImpl.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/GLUTStrokeRoman.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/awt/AWTTextureIO.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/DsigTable.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/x11/RandR11.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestTexture02AWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/FilterWriteStrategy.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch21Newt2AWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkHIST.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/geom/Frustum.java (diff)
The file was modified src/newt/classes/jogamp/newt/PointerIconImpl.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestBug817GLReadBufferUtilGLCTXDefFormatTypeES2NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGNatives.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/kd/ScreenDriver.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/ArcTdirSorter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos01AWT.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsConfiguration.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/util/Insets.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestRulerNEWT01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestGluUnprojectFloatNOUI.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NEWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/DisplayDriver.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/av/AudioSink.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/NullGLMediaPlayer.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLNameResolver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestGLCanvasAWTActionDeadlock01AWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/awt/AWTAdapter.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/LocaTable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/ListenerSyncedImplStub.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modified src/newt/classes/jogamp/newt/ScreenImpl.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngDeinterlacer.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Patchlist.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/CArrayOfQuiltspecs.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLArrayDataClient.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/MouseAdapter.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/LangSysRecord.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/MovieSimpleActivity1.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/MovieCubeActivity0a.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/ProgressiveOutputStream.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestMapBufferRead01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/anim/TestAnimatorGLWindow01NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/DsigEntry.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLAutoDrawableBase.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestBug692GL3VAONEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestAWTCloseX11DisplayBug565.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/DefaultGraphicsConfigurationFactoryImpl.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug675BeansInDesignTimeAWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/Mesh.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03cB849AWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/GLUTStrokeMonoRoman.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CoverageFormat2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/TestExclusiveContext01VSyncAnimNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestBug722GLContextDrawableSwitchNewt2AWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/mac/ResourceData.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieCube.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/TextureState.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLDebugMessage.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/GearsObjectES1.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/awt/IIOTextureWriter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/TestExclusiveContext02FPSAnimAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug365TextureGenerateMipMaps.java (diff)
The file was modified src/jogl/classes/jogamp/graph/geom/plane/Path2D.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestX11DefaultDisplay.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/NEWTEventFiFo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/openal/av/ALDummyUsage.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug461PBufferSupersamplingSwingAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/swt/TestNewtCanvasSWTGLn.java (diff)
The file was modified src/newt/classes/jogamp/newt/ScreenMonitorState.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/impl/OMXGLMediaPlayer.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/LangSys.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLUniformData.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestGLCanvasAWTActionDeadlock00AWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/kd/DisplayDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/Bug818GLJPanelApplet.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/NativeWindowException.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GlyfDescript.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/glsl/GLSLArrayHandlerFlat.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Splinespec.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingGearsAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/TimeFrameI.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPURegionGLListener02.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/swt/TestGearsES2SWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/windows/ScreenDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/awt/event/AWTParentWindowAdapter.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/awt/AWTThreadingPlugin.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Curve.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/LauncherUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/FBOMix2DemosES2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl3/GeomShader01TextureGL3.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/ClassDefFormat2.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/newt/TestRedSquareES1NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/PwlArc.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLWindowInit03NEWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/StrokeRec.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/pngj/PngReader.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES2RGB565ActivityLauncher.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLShaderState01NEWT.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/TraceGL3bc.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Extract1010102.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/TestRandomTiledRendering3GL2AWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/Patch.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/glsl/GLSLArrayHandlerInterleaved.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/awt/DisplayDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/InitConcurrentBaseNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/GlyfCompositeDescript.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLGraphicsConfigurationFactory.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/Bug848AppletGLCanvas01.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/mipmap/Mipmap.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/x11/X11GraphicsConfigurationFactory.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/DebugGL4.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/NameRecord.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/RoundButton.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/mac/ResourceFile.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLUpstreamSurfaceHook.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/MutableGraphicsConfiguration.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/tile/OnscreenPrintable.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/macosx/DisplayDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowVersion.java (diff)
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLPointsNEWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/HheaTable.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/jawt/x11/X11SunJDKReflection.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/ElektronenMultiplizierer.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTEclipseGLCanvas01GLn.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/MultisampleChooser01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestQuaternion01NOUI.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/av/AudioSinkFactory.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGraphUI1pActivityLauncher.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/GLXUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816GLCanvasFrameHoppingB849B889AWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/ect/ExclusiveContextBase10.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGTextureFromFileNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestTGATextureFromFileNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleES1NEWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/KeyAdapter.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/vc/iv/ScreenDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/newt/TestGearsNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/PointsDemo.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/awt/WindowsAWTWGLGraphicsConfigurationFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDynamicLibraryBundleInfo.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLProfile.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/NewtVersionActivity.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPixelFormatUtil01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos04aAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/Texture.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CvtTable.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/KernSubtableFormat2.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/util/Rectangle.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/DefaultGLCapabilitiesChooser.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/nurbs/ArcTesselator.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/math/TestBinary16NOUI.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java (diff)
The file was modified src/jogl/classes/jogamp/graph/geom/plane/Crossing.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLBufferObjectTracker.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestJPEGJoglAWTCompareNewtAWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/event/PinchToZoomGesture.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/awt/TestGearsAWTAnalyzeBug455.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/KernTable.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/Screen.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/Bug816AppletGLCanvas02b.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Issue344Test3.java (diff)
The file was modified src/jogl/classes/jogamp/graph/geom/plane/AffineTransform.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/JavaFontLoader.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/DesktopES2DynamicLibraryBundleInfo.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/gl2/StrokeCharRec.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/UpstreamSurfaceHookMutableSize.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/glu/tessellator/Geom.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleES1AWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug642JSplitPaneMixHwLw01AWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11ExternalGLXContext.java (diff)
The file was modified src/test/com/jogamp/opengl/test/bugs/Issue344Test2.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/table/CmapFormat4.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2NEWT2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/util/DemoGL2ES1ImmModeSink.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLArrayDataWrapper.java (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/windows/GDISurface.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816JTabbedPanelVisibilityB849B878AWT.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/util/Point.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfiguration.java (diff)
Commit 043a9f751ab24e1c50a333d97a7f8f78e5e2a7a1 by Sven Gothel
Bug 1021: Fix remaining build issues if sub-module oculusvr-sdk is missing
The file was modified make/build.xml (diff)
The file was modified make/build-test.xml (diff)