summaryrefslogtreecommitdiffstats
path: root/make/scripts
Commit message (Collapse)AuthorAgeFilesLines
* test scriptSven Gothel2011-09-301-2/+2
|
* Android/Demos: Add ElektronenMultiplizierer (fix shader and keylistener ↵Sven Gothel2011-09-283-5/+5
| | | | add/remove)
* Android: Add jogl-test manifest. APK scriptsSven Gothel2011-09-282-0/+8
|
* Android Activity Launching (jogl.test)Sven Gothel2011-09-281-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 Gothel2011-09-271-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 Gothel2011-09-271-4/+7
|
* test scriptsSven Gothel2011-09-241-2/+7
|
* Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, ↵Sven Gothel2011-09-241-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 Gothel2011-09-231-1/+1
| | | | for native libs.
* test scripts: use build/lib for JOGL native lib access (will be removed though)Sven Gothel2011-09-231-3/+10
|
* test scriptsv2.0-rc3Sven Gothel2011-09-162-3/+4
|
* test scriptsSven Gothel2011-09-162-4/+5
|
* test scriptsSven Gothel2011-09-162-5/+6
|
* test scriptSven Gothel2011-09-151-1/+1
|
* NEWT (Manual) Test Case: Add fullscreen and alwaysOnTop at window creationSven Gothel2011-09-151-2/+2
|
* Minor edits: generics, test scriptSven Gothel2011-09-141-2/+2
|
* Promote jogl.test.jar to build/jarSven Gothel2011-09-118-9/+8
|
* disable test of NV swap group - but add explicit test case (disabled) for ↵Sven Gothel2011-09-091-5/+3
| | | | documentation purposes
* test scriptsSven Gothel2011-09-092-23/+21
|
* NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode ↵Sven Gothel2011-09-081-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 scriptsSven Gothel2011-09-072-7/+8
|
* test scriptsSven Gothel2011-09-063-15/+18
|
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-042-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 Gothel2011-09-031-1/+1
|
* Complete translucency support (core w/ X11 (only) - tested w/ NEWT)Sven Gothel2011-09-031-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 Gothel2011-09-013-5/+9
|
* TestScreenMode01NEWT: Validate window size after FS toggleSven Gothel2011-09-011-3/+3
|
* test scriptSven Gothel2011-09-011-5/+5
|
* test script ..Sven Gothel2011-08-311-3/+5
|
* TestFocus01SwingAWTRobot: Run AWT destruction on AWT-EDTSven Gothel2011-08-301-8/+4
|
* Cont w/ 5a7811ecd23a3ab1af62b243c82d362431793a57: test-x*.shSven Gothel2011-08-302-4/+11
|
* Use GlueGen's setenv-build-jogl scripts from commit ↵Sven Gothel2011-08-304-29/+15
| | | | 4a75b64107e157ff1db3991cf89bf8d856ddc0e6
* minor: update script / vsync changes in test w/ 2 windowsSven Gothel2011-08-301-3/+5
|
* NEWT/ScreenMode: Fix Bug 456 - Reset to orig ScreenMode when exit (normal or ↵Sven Gothel2011-08-242-3/+5
| | | | ctrl-c) ; Generics Coding
* test.sh ..Sven Gothel2011-08-221-2/+2
|
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where ↵Sven Gothel2011-08-221-2/+2
| | | | GLDataArrayHandler throws an exception in cstr if not VBO, but VBO usage is determined later
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where ↵Sven Gothel2011-08-222-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 locationSven Gothel2011-08-221-5/+5
|
* win32 test scripts: use new *all* locationsSven Gothel2011-08-226-11/+14
|
* NewtVersionActivity: Remove 'gears' test; Version Info: Drop ↵Sven Gothel2011-08-223-9/+11
| | | | NativeWindow/Newt Version since we use *all* targets
* set env TARGET_PLATFORM_LIBS (linux arm cross)Sven Gothel2011-08-091-0/+1
|
* incr. debug output (tests)Sven Gothel2011-08-071-0/+2
|
* Android hacks: ClassLoaderUtil (vie Dex.., w/ native libs) ; Merged big jar ↵Sven Gothel2011-08-051-0/+17
| | | | ; eglGetDevice(0) fails
* add/fix: cross/egl test scriptsSven Gothel2011-08-053-6/+77
|
* fix jogl.all-mobile.jar/jogl_mobile configurationSven Gothel2011-08-052-8/+10
|
* Complete Android cleanup (compile/apk launch)Sven Gothel2011-08-051-0/+111
|
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' ↵Sven Gothel2011-08-058-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 Gothel2011-08-022-16/+4
|
* Enable EGL/ES1/ES2 detection/test on desktop (using mesa's libraries)Sven Gothel2011-08-011-12/+13
| | | | | Ubuntu: sudo apt-get install mesa-utils-extra libegl1-mesa libegl1-mesa-drivers libgles1-mesa libgles2-mesa
* test script cleanupSven Gothel2011-08-012-11/+16
|