summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NIODirectOnly: Remove invalid comment 'where a Buffer argument shall hold ret...Sven Gothel2012-03-261-8/+8
* Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES)Sven Gothel2012-03-255-19/+34
* edit tests.shSven Gothel2012-03-251-5/+5
* X11GLXContext: Remove DEBUG_GLX_MAKECURRENTSven Gothel2012-03-252-12/+2
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-2515-451/+360
* Reviewed JOGL GlueGen Tags: NIODirectOnly - Removed where not technically req...Sven Gothel2012-03-222-31/+29
* Mark JOGL/GlueGen NativeSignature*Emitter 'to be reviewed' and adapt it to Gl...Sven Gothel2012-03-222-7/+12
* Fix all HTML validation errors (http://validator.w3.org/check) ; Add TOC anch...Sven Gothel2012-03-202-581/+433
* Merge remote-tracking branch 'gouessej/patch-1'Sven Gothel2012-03-201-52/+281
|\
| * Lots of modifications: updates of several links, addition of some warnings ab...Julien Gouesse2012-03-201-52/+281
* | Fix bug 564 - part 2 (X11 Mesa 8.0.1 GL 3.0 w/ failing GLX_ARB_create_context)Sven Gothel2012-03-201-26/+34
* | Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...Sven Gothel2012-03-203-51/+49
* | Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...Sven Gothel2012-03-194-47/+46
* | X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet )Sven Gothel2012-03-191-3/+3
* | GLContextImpl: Detect "llvmpipe" as a software renderer (Mesa 8.0.1)Sven Gothel2012-03-191-1/+2
|/
* Adding unit test to validate proper X11 Display closing (Bug 565)Sven Gothel2012-03-193-1/+200
* Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context)Sven Gothel2012-03-183-19/+26
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-1811-13/+8
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-1712-118/+365
* move src/test/native -> src/test-native - allowing better exclusion for archi...Sven Gothel2012-03-1718-0/+0
* Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5...Sven Gothel2012-03-1442-1262/+968
* JOGL Applet Tests no more require junit.jarSven Gothel2012-03-1312-30/+0
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-1323-281/+89
* Android: Minor cleanup ; NewtBaseActivity: clear static context at destroySven Gothel2012-03-103-3/+2
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2012-03-101-0/+1
|\
| * Merge pull request #46 from xranby/masterSven Gothel2012-03-091-0/+1
| |\
| | * Update make.jogl.all.linux-armv7.sh script: Set TARGET_PLATFORM_ROOT=/Xerxes RĂ„nby2012-03-081-0/+1
| |/
* | AndroidWindow: Fix Native PixelFormat == VisualID { <0 case, TRANSLUCENCY, .....Sven Gothel2012-03-101-73/+53
* | Enable Android remote adb unit tests (1 Test currently / WIP)Sven Gothel2012-03-105-65/+79
* | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-107-28/+69
* | Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demosSven Gothel2012-03-1012-63/+81
* | NEWT/setFullscreen(v): Save new state for to-be-created windows (not yet valid).Sven Gothel2012-03-101-11/+12
* | ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,...Sven Gothel2012-03-101-17/+19
* | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-30/+39
|/
* AndroidWindow.surfaceChanged(.., int pFormat, ..): Use passed pixel-format if...Sven Gothel2012-03-071-4/+8
* GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4...Sven Gothel2012-03-072-24/+47
* Update android armv7 cross build/test scriptSven Gothel2012-03-071-26/+40
* Merge branch 'pulled'Sven Gothel2012-03-077-56/+23
|\
| * Merge remote-tracking branch 'remotes/revane/master' into pulledSven Gothel2012-02-297-56/+23
| |\
| | * Get JOGL to build with NDK r7Edwin Vane2012-02-287-56/+23
* | | NativeWindowFactory: Get and hold singleton JAWT ToolkitLock (efficiency); Co...Sven Gothel2012-03-061-28/+34
* | | NativeSurface.lockSurface(): Update API doc (+ emphasize LOCK_SURFACE_CHANGED...Sven Gothel2012-03-062-13/+39
* | | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-0620-250/+252
* | | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0662-148/+209
* | | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0616-54/+0
* | | remote unit test reorg (all, awt, newt)Sven Gothel2012-03-053-7/+155
* | | X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...Sven Gothel2012-03-057-37/+132
* | | linux-armv7-cross script: Introduce TARGET_PLATFORM_ROOTSven Gothel2012-03-051-1/+2
* | | Test*ES2Newt: Add shutdown w/ type to internal loop testSven Gothel2012-03-053-6/+37
* | | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc ChangesSven Gothel2012-03-055-5/+10