| Commit message (Expand) | Author | Age | Files | Lines |
* | Lots of modifications: updates of several links, addition of some warnings ab... | Julien Gouesse | 2012-03-20 | 1 | -52/+281 |
* | Adding unit test to validate proper X11 Display closing (Bug 565) | Sven Gothel | 2012-03-19 | 3 | -1/+200 |
* | Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context) | Sven Gothel | 2012-03-18 | 3 | -19/+26 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 11 | -13/+8 |
* | Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API... | Sven Gothel | 2012-03-17 | 12 | -118/+365 |
* | move src/test/native -> src/test-native - allowing better exclusion for archi... | Sven Gothel | 2012-03-17 | 18 | -0/+0 |
* | Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5... | Sven Gothel | 2012-03-14 | 42 | -1262/+968 |
* | JOGL Applet Tests no more require junit.jar | Sven Gothel | 2012-03-13 | 12 | -30/+0 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 23 | -281/+89 |
* | Android: Minor cleanup ; NewtBaseActivity: clear static context at destroy | Sven Gothel | 2012-03-10 | 3 | -3/+2 |
* | Merge branch 'master' of github.com:sgothel/jogl | Sven Gothel | 2012-03-10 | 1 | -0/+1 |
|\ |
|
| * | Merge pull request #46 from xranby/master | Sven Gothel | 2012-03-09 | 1 | -0/+1 |
| |\ |
|
| | * | Update make.jogl.all.linux-armv7.sh script: Set TARGET_PLATFORM_ROOT=/ | Xerxes RĂ„nby | 2012-03-08 | 1 | -0/+1 |
| |/ |
|
* | | AndroidWindow: Fix Native PixelFormat == VisualID { <0 case, TRANSLUCENCY, ..... | Sven Gothel | 2012-03-10 | 1 | -73/+53 |
* | | Enable Android remote adb unit tests (1 Test currently / WIP) | Sven Gothel | 2012-03-10 | 5 | -65/+79 |
* | | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an... | Sven Gothel | 2012-03-10 | 7 | -28/+69 |
* | | Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demos | Sven Gothel | 2012-03-10 | 12 | -63/+81 |
* | | NEWT/setFullscreen(v): Save new state for to-be-created windows (not yet valid). | Sven Gothel | 2012-03-10 | 1 | -11/+12 |
* | | ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,... | Sven Gothel | 2012-03-10 | 1 | -17/+19 |
* | | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close... | Sven Gothel | 2012-03-10 | 1 | -30/+39 |
|/ |
|
* | AndroidWindow.surfaceChanged(.., int pFormat, ..): Use passed pixel-format if... | Sven Gothel | 2012-03-07 | 1 | -4/+8 |
* | GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4... | Sven Gothel | 2012-03-07 | 2 | -24/+47 |
* | Update android armv7 cross build/test script | Sven Gothel | 2012-03-07 | 1 | -26/+40 |
* | Merge branch 'pulled' | Sven Gothel | 2012-03-07 | 7 | -56/+23 |
|\ |
|
| * | Merge remote-tracking branch 'remotes/revane/master' into pulled | Sven Gothel | 2012-02-29 | 7 | -56/+23 |
| |\ |
|
| | * | Get JOGL to build with NDK r7 | Edwin Vane | 2012-02-28 | 7 | -56/+23 |
* | | | NativeWindowFactory: Get and hold singleton JAWT ToolkitLock (efficiency); Co... | Sven Gothel | 2012-03-06 | 1 | -28/+34 |
* | | | NativeSurface.lockSurface(): Update API doc (+ emphasize LOCK_SURFACE_CHANGED... | Sven Gothel | 2012-03-06 | 2 | -13/+39 |
* | | | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 20 | -250/+252 |
* | | | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 62 | -148/+209 |
* | | | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 16 | -54/+0 |
* | | | remote unit test reorg (all, awt, newt) | Sven Gothel | 2012-03-05 | 3 | -7/+155 |
* | | | X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d... | Sven Gothel | 2012-03-05 | 7 | -37/+132 |
* | | | linux-armv7-cross script: Introduce TARGET_PLATFORM_ROOT | Sven Gothel | 2012-03-05 | 1 | -1/+2 |
* | | | Test*ES2Newt: Add shutdown w/ type to internal loop test | Sven Gothel | 2012-03-05 | 3 | -6/+37 |
* | | | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes | Sven Gothel | 2012-03-05 | 5 | -5/+10 |
* | | | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 37 | -322/+613 |
* | | | Fix GLArrayDataServer.destroy(GL): vboName was cleared by super class before ... | Sven Gothel | 2012-03-05 | 1 | -3/+6 |
* | | | NEWT/Windows lockSurfaceImpl(): Detect hdc change and result w/ LOCK_SURFACE_... | Sven Gothel | 2012-03-04 | 1 | -4/+19 |
* | | | NewtFactory: Since the platform string references are unique, let's just comp... | Sven Gothel | 2012-03-04 | 4 | -20/+18 |
* | | | NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable... | Sven Gothel | 2012-03-04 | 4 | -14/+28 |
* | | | Add es2readsquare, reassembling JOGL's RedSquareES2 demo | Sven Gothel | 2012-03-04 | 6 | -4/+636 |
* | | | Add native es2gears test (mesa-demos, eglut enhanced w/ programmatic lifecycle) | Sven Gothel | 2012-02-29 | 12 | -0/+2654 |
* | | | TestGearsES2NEWT: Remove redundant GLES2 test | Sven Gothel | 2012-02-29 | 1 | -11/+0 |
|/ / |
|
* | | CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f... | Sven Gothel | 2012-02-29 | 27 | -114/+205 |
* | | Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ... | Sven Gothel | 2012-02-29 | 2 | -9/+11 |
* | | Add / Use gluegen.basename prop. for remote ssh test | Sven Gothel | 2012-02-28 | 1 | -1/+3 |
|/ |
|
* | NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co... | Sven Gothel | 2012-02-27 | 13 | -113/+201 |
* | ScreenMode/X11: Use common defaults in case of undefined values. X11: Tolerat... | Sven Gothel | 2012-02-27 | 2 | -9/+17 |
* | Fix minor test issues | Sven Gothel | 2012-02-27 | 3 | -33/+11 |