Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test script | Sven Gothel | 2011-10-29 | 1 | -3/+7 |
| | |||||
* | MacOSX: Pull down (and fix releaseContext) NSOPENGL/CGL mode/impl, fixes SWT ↵ | Sven Gothel | 2011-10-25 | 1 | -14/+16 |
| | | | | usage and FBOMRT | ||||
* | test script | Sven Gothel | 2011-10-22 | 1 | -4/+2 |
| | |||||
* | Only revert ScreenMode (destroy/shutdown) if owner (Screen) changed it | Sven Gothel | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ↵ | Sven Gothel | 2011-10-18 | 4 | -0/+124 |
| | | | | | | | | flags (-d32/-d64) ; glxext.h uses 'gl-64bit-types.h' Cleanup dependencies and linker args - JOGL/NEWT: remove Xxf86vm dependency - NativeWindow Solaris: Use std 'Xinerama' and 'xf86vmode' | ||||
* | NEWT/OSX: Send events direct w/o EDT queue (like X11 and Win32) | Sven Gothel | 2011-10-16 | 1 | -2/+2 |
| | |||||
* | test script | Sven Gothel | 2011-10-16 | 1 | -2/+2 |
| | |||||
* | OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ↵ | Sven Gothel | 2011-10-13 | 1 | -6/+15 |
| | | | | | | | | | | | | | | for SWT access/calls Adding OSXUtil: RunOnMainThread(), IsMainThread() - Issuing a native call where the user Runnable is to be performed on the main thread - Enable query if we are on the main thread. Utilizing those for SWT access/calls - Using the above to call all SWT functions on the main thread if required (incomplete) TODO/Issues: - JOGL OSX CGL Context fails, ie expecting NS, but having CGL | ||||
* | NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor ↵ | Sven Gothel | 2011-10-10 | 1 | -2/+2 |
| | | | | cleanup in X11 | ||||
* | Android Demos GearsES2 + RedSquareES2: Add tracing .. and no vsync (doesn't ↵ | Sven Gothel | 2011-10-07 | 1 | -0/+4 |
| | | | | work) | ||||
* | Android Elektron/RedSquare use bpp 5/6/5 | Sven Gothel | 2011-10-07 | 2 | -2/+3 |
| | |||||
* | test script | Sven Gothel | 2011-10-06 | 1 | -2/+2 |
| | |||||
* | adb scripts: pass through '$*' for device naming, ie '-s device00:5555' or ↵tegra-graph-shader_dosplit_nodiscard-ok | Sven Gothel | 2011-10-04 | 3 | -10/+10 |
| | | | | '-s 390adf8383' | ||||
* | Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo; | Sven Gothel | 2011-10-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | Graph Shader Simplification - remove enable factor and 2nd 'discard' branch - use build-in 'max'/'clamp' functions, supposed to be faster Graph Shader 'a'/'b' redefined - 'a' is 1-pass shader only - 'b' is 2-pass incl. (1st pass + 2nd pass) - Works well on ARM Mali-400 MP (Galaxy S2). - Doesn't work on NV tegra2 (P1202: Texture's gl states do not match with shader's), however 2-pass on mobile seems to be overkill for now. We may create a workaround (switch shader ..). GraphUI 2-pass demo; - Propagate renderModes and texSize to UIShape's render(..) - TODO: Remove GL dependency in UIShape, maybe use a callback or visitor model - Adding GarpUI 2-pass launcher (Android and Standalone) | ||||
* | Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shader | Sven Gothel | 2011-10-02 | 1 | -2/+2 |
| | |||||
* | scripts .. | Sven Gothel | 2011-10-01 | 2 | -2/+2 |
| | |||||
* | test scripts | Sven Gothel | 2011-09-30 | 1 | -1/+5 |
| | |||||
* | 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 |