Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | scripts | Sven Gothel | 2011-09-30 | 1 | -0/+4 | |
| | ||||||
* | test script | Sven Gothel | 2011-09-30 | 1 | -2/+2 | |
| | ||||||
* | Android/Demos: Add ElektronenMultiplizierer (fix shader and keylistener ↵ | Sven Gothel | 2011-09-28 | 3 | -5/+5 | |
| | | | | add/remove) | |||||
* | Android: Add jogl-test manifest. APK scripts | Sven Gothel | 2011-09-28 | 2 | -0/+8 | |
| | ||||||
* | Android Activity Launching (jogl.test) | Sven Gothel | 2011-09-28 | 1 | -8/+4 | |
| | | | | | | | | | | | | | | | | Launching activity is in: jogl.android-launcher.apk and directly derives from NewtLauncherActivity. It daisy chains apk's via ClassLoaderUtil: - gluegen-rt.apk - jogl.all-android.apk - jogl.test.apk (*) (*) This has to made configurable so the generic NewtLauncherActivity can be reused by any user application. After preparing the ClassLoader (see above), NewtLauncherActivity instanciates the configurable user Activity and passes all it's activity calls down to it. | |||||
* | NEWT/OSX: 'Better' child window positioning, still, after reparenting into ↵ | Sven Gothel | 2011-09-27 | 1 | -2/+2 | |
| | | | | | | | | | parent, a white window rectangle remains. .. we also need to understand the absolute screen position better, ie. when required and when not (at window creation currently). | |||||
* | test script .. | Sven Gothel | 2011-09-27 | 1 | -4/+7 | |
| | ||||||
* | test scripts | Sven Gothel | 2011-09-24 | 1 | -2/+7 | |
| | ||||||
* | Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, ↵ | Sven Gothel | 2011-09-24 | 1 | -2/+3 | |
| | | | | NativeWindow and NEWT; no more LD_LIB_.. in setenv.sh for test scripts | |||||
* | Adding html launch type and page for new 'NApplet', using new TempJarCache ↵ | Sven Gothel | 2011-09-23 | 1 | -1/+1 | |
| | | | | for native libs. | |||||
* | test scripts: use build/lib for JOGL native lib access (will be removed though) | Sven Gothel | 2011-09-23 | 1 | -3/+10 | |
| | ||||||
* | test scriptsv2.0-rc3 | Sven Gothel | 2011-09-16 | 2 | -3/+4 | |
| | ||||||
* | test scripts | Sven Gothel | 2011-09-16 | 2 | -4/+5 | |
| | ||||||
* | test scripts | Sven Gothel | 2011-09-16 | 2 | -5/+6 | |
| | ||||||
* | test script | Sven Gothel | 2011-09-15 | 1 | -1/+1 | |
| | ||||||
* | NEWT (Manual) Test Case: Add fullscreen and alwaysOnTop at window creation | Sven Gothel | 2011-09-15 | 1 | -2/+2 | |
| | ||||||
* | Minor edits: generics, test script | Sven Gothel | 2011-09-14 | 1 | -2/+2 | |
| | ||||||
* | Promote jogl.test.jar to build/jar | Sven Gothel | 2011-09-11 | 8 | -9/+8 | |
| | ||||||
* | disable test of NV swap group - but add explicit test case (disabled) for ↵ | Sven Gothel | 2011-09-09 | 1 | -5/+3 | |
| | | | | documentation purposes | |||||
* | test scripts | Sven Gothel | 2011-09-09 | 2 | -23/+21 | |
| | ||||||
* | NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode ↵ | Sven Gothel | 2011-09-08 | 1 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | changed ; Enhanced tests; Catch NV/XRANDR/GL bug X11 fixes - X11Screen properly uses it's display's connection decorated in lock/unlock (for ScreenMode etc) Ensure Screen's size is set if screenMode changed - ScreenImpl's ScreenModeListener updates it's screen size so 'external' changes will be detected. Enhanced tests - Verify more data rel. ScreenMode Catch NV/XRANDR/GL bug - Read TestScreenMode01NEWT/TestScreenMode01bNEWT comments | |||||
* | test scripts | Sven Gothel | 2011-09-07 | 2 | -7/+8 | |
| | ||||||
* | test scripts | Sven Gothel | 2011-09-06 | 3 | -15/+18 | |
| | ||||||
* | Complete translucency support for Win32 - tested w/ NEWT | Sven Gothel | 2011-09-04 | 2 | -3/+4 | |
| | | | | | | | https://jogamp.org/bugzilla/show_bug.cgi?id=517 - Adding some Windows DWM entries to GDI (manual) for translucency support - Add translucency setting in WindowsWGLGraphicsConfiguration* | |||||
* | test script .. | Sven Gothel | 2011-09-03 | 1 | -1/+1 | |
| | ||||||
* | Complete translucency support (core w/ X11 (only) - tested w/ NEWT) | Sven Gothel | 2011-09-03 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | DefaultGLCapabilitiesChooser: - Add penalty for opaque mismatch: dbl-buf > opaq > stencil GLGraphicsConfigurationFactory: - Case no-chooser && has-recommended-idx: - Only use recommended index if caps is opaque, otherwise use default chooser to validate translucency NativeWindow Capabilities: - transparent default values -> 0 Added NEWT Test: TestTranslucencyNEWT Added command line translucency/undecorated options for TestGearsES2NEWT | |||||
* | test scripts .. | Sven Gothel | 2011-09-01 | 3 | -5/+9 | |
| | ||||||
* | TestScreenMode01NEWT: Validate window size after FS toggle | Sven Gothel | 2011-09-01 | 1 | -3/+3 | |
| | ||||||
* | test script | Sven Gothel | 2011-09-01 | 1 | -5/+5 | |
| | ||||||
* | test script .. | Sven Gothel | 2011-08-31 | 1 | -3/+5 | |
| | ||||||
* | TestFocus01SwingAWTRobot: Run AWT destruction on AWT-EDT | Sven Gothel | 2011-08-30 | 1 | -8/+4 | |
| | ||||||
* | Cont w/ 5a7811ecd23a3ab1af62b243c82d362431793a57: test-x*.sh | Sven Gothel | 2011-08-30 | 2 | -4/+11 | |
| | ||||||
* | Use GlueGen's setenv-build-jogl scripts from commit ↵ | Sven Gothel | 2011-08-30 | 4 | -29/+15 | |
| | | | | 4a75b64107e157ff1db3991cf89bf8d856ddc0e6 | |||||
* | minor: update script / vsync changes in test w/ 2 windows | Sven Gothel | 2011-08-30 | 1 | -3/+5 | |
| | ||||||
* | NEWT/ScreenMode: Fix Bug 456 - Reset to orig ScreenMode when exit (normal or ↵ | Sven Gothel | 2011-08-24 | 2 | -3/+5 | |
| | | | | ctrl-c) ; Generics Coding | |||||
* | test.sh .. | Sven Gothel | 2011-08-22 | 1 | -2/+2 | |
| | ||||||
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where ↵ | Sven Gothel | 2011-08-22 | 1 | -2/+2 | |
| | | | | GLDataArrayHandler throws an exception in cstr if not VBO, but VBO usage is determined later | |||||
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where ↵ | Sven Gothel | 2011-08-22 | 2 | -5/+5 | |
| | | | | VBO/attribute binding wasn't updated (VBO data written, shader change/switch attribute on same location) ; Optimized interleaved GLSL VBO binding, hence split up GLArrayHandler syncData/enableState | |||||
* | test scripts: use new demos.gl2 location | Sven Gothel | 2011-08-22 | 1 | -5/+5 | |
| | ||||||
* | win32 test scripts: use new *all* locations | Sven Gothel | 2011-08-22 | 6 | -11/+14 | |
| | ||||||
* | NewtVersionActivity: Remove 'gears' test; Version Info: Drop ↵ | Sven Gothel | 2011-08-22 | 3 | -9/+11 | |
| | | | | NativeWindow/Newt Version since we use *all* targets | |||||
* | set env TARGET_PLATFORM_LIBS (linux arm cross) | Sven Gothel | 2011-08-09 | 1 | -0/+1 | |
| | ||||||
* | incr. debug output (tests) | Sven Gothel | 2011-08-07 | 1 | -0/+2 | |
| | ||||||
* | Android hacks: ClassLoaderUtil (vie Dex.., w/ native libs) ; Merged big jar ↵ | Sven Gothel | 2011-08-05 | 1 | -0/+17 | |
| | | | | ; eglGetDevice(0) fails | |||||
* | add/fix: cross/egl test scripts | Sven Gothel | 2011-08-05 | 3 | -6/+77 | |
| | ||||||
* | fix jogl.all-mobile.jar/jogl_mobile configuration | Sven Gothel | 2011-08-05 | 2 | -8/+10 | |
| | ||||||
* | Complete Android cleanup (compile/apk launch) | Sven Gothel | 2011-08-05 | 1 | -0/+111 | |
| | ||||||
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' ↵ | Sven Gothel | 2011-08-05 | 8 | -79/+37 | |
| | | | | | | | | | | | | | | | | | | | | | separation ; android cleanup remaining all-in-one jnlp's / jars: jogl-all-awt.jnlp -> jogl.all.jar jogl-all-noawt.jnlp -> jogl.all-noawt.jar jogl-all-mobile.jnlp -> jogl.all-mobile.jar native for all above: jogl-all-natives-linux-amd64.jar jogl.all-android.apk jogl.all-android.jar more may follow for each supported platfrom ++++ - newt: proper 'driver' separation - all drivers reside now in jogamp.newt.driver.* - remove intptr.cfg / use gluegen's | |||||
* | Adapt latest gluegen changes for crossplatform. | Sven Gothel | 2011-08-02 | 2 | -16/+4 | |
| | ||||||
* | Enable EGL/ES1/ES2 detection/test on desktop (using mesa's libraries) | Sven Gothel | 2011-08-01 | 1 | -12/+13 | |
| | | | | | Ubuntu: sudo apt-get install mesa-utils-extra libegl1-mesa libegl1-mesa-drivers libgles1-mesa libgles2-mesa |