aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Cross Test linux/armv7 script: Use es1 and es2 classesSven Gothel2011-08-011-10/+15
|
* Add egl es test script for host (emu)Sven Gothel2011-07-311-0/+37
|
* Add crosstest script for linux/armSven Gothel2011-07-311-0/+52
|
* add linux/armv7 scripts [[cross] compile clean]Sven Gothel2011-07-283-0/+60
|
* test case GLWindowSven Gothel2011-07-281-2/+2
|
* script: no need for custom linux-x86 on multilib platformSven Gothel2011-07-281-1/+3
|
* Use GlueGen Platform's OSType enumSven Gothel2011-07-211-5/+5
|
* Fix NEWT GL ctx/offscreen (GPUMemSec..) tests: Use pbuffer (i.e. hw accel GL ↵Sven Gothel2011-06-263-4/+7
| | | | driver)
* add property 'nativewindow.x11.mt-bug' to test script ..Sven Gothel2011-06-261-5/+10
|
* Minor editing (compile script, X11Window.c - cleanups)Sven Gothel2011-06-121-1/+1
|
* test bat/sh files edit ..Sven Gothel2011-06-113-4/+10
|