Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Proper classpath for all javah commands, using 'rootrel.build' | Sven Gothel | 2011-08-30 | 3 | -23/+29 |
| | |||||
* | Merge remote-tracking branch 'remotes/wwalker/bug_512_no_build_with_Java_7' | Sven Gothel | 2011-08-30 | 2 | -2/+2 |
|\ | |||||
| * | Fix classpaths to work with Java 7's javah | Wade Walker | 2011-08-25 | 2 | -2/+2 |
| | | | | | | | | | | | | Java 7's javah requires all referenced classes to be classpath, even if they're just method parameters and never instantiated. Java 6's version of javah didn't require this. | ||||
* | | 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 | ||||
* | Fix Bug 500: gl.getGL4() fails even though the context is GL4 | Sven Gothel | 2011-08-23 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds ↵ | Sven Gothel | 2011-08-22 | 4 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (GearsES1/ES2) rename/reloc: - javax.media.nativewindow.util: DimensionReadOnly -> DimensionImmutable PointReadOnly -> PointImmutable RectangleReadOnly -> RectangleImmutable unified 'immutable' name as used within jogamp already - remove array handler from public API com.jogamp.opengl.util.GL*ArrayHandler -> jogamp.opengl.util.GL*ArrayHandler - GLArrayData: Clarify method names getComponentNumber() -> getComponentCount() getComponentSize() -> getComponentSizeInBytes() getElementNumber() -> getElementCount() getByteSize() -> getSizeInBytes() - FixedFuncPipeline: Moved def. array names to GLPointerFuncUtil enhancement: - GLArrayDataServer: Add support for interleaved arrays/VBO - GLArrayData*.createFixed(..) remove 'name' argument (non sense for fixed function) - PMVMatrix: - one nio buffer - removed 'Pmv' multiplied matrix - removed 2x2 cut down 'Mvi' normal matrix (use 4x4 Mvi) - tests: - RedSquare -> RedSquareES1/RedSquareES2 - Gears ES1 fixed + ES2 added. Both work properly and share common Gears VBO construction - Added TestMapBuffer01NEWT, testing glMapBuffer | ||||
* | NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode Change | Sven Gothel | 2011-08-11 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | - Remove Application Context notion in Screen/Display, use 'jogamp.common.os.android.StaticContext' - Display, Screen and Window construction is Android agnostic allowing simple GLWindow creation. - Android ScreenMode Fix: - Use unrotated screen dimension - Intercept 'orientation' configChange, which keeps running the application in case of a rotation. - ScreenMode Add: getRotatedWidth() / getRotatedHeight(), used for Screen.setScreenSize(..) which reflects the rotates dimension. - ScreenMode: getCurrentMode() allows new, not yet detected, ScreenModes | ||||
* | Android Cleanup: Remove EGL header & library (compile time) | Sven Gothel | 2011-08-11 | 2 | -2/+0 |
| | |||||
* | set env TARGET_PLATFORM_LIBS (linux arm cross) | Sven Gothel | 2011-08-09 | 1 | -0/+1 |
| | |||||
* | Android: Add android/EGL lib for linkage | Sven Gothel | 2011-08-09 | 2 | -46/+44 |
| | |||||
* | 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 | 2 | -0/+24 |
| | | | | ; eglGetDevice(0) fails | ||||
* | add/fix: cross/egl test scripts | Sven Gothel | 2011-08-05 | 3 | -6/+77 |
| | |||||
* | due to JAR *all* merge, merge *-java-src.zip -> jogl-java-src.zip as well | Sven Gothel | 2011-08-05 | 1 | -9/+1 |
| | |||||
* | fix jogl.all-mobile.jar/jogl_mobile configuration | Sven Gothel | 2011-08-05 | 4 | -11/+13 |
| | |||||
* | Add missing incl of gluegen's stdint (win32 failed) | Sven Gothel | 2011-08-05 | 2 | -0/+2 |
| | |||||
* | Complete Android cleanup (compile/apk launch) | Sven Gothel | 2011-08-05 | 13 | -0/+219 |
| | |||||
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' ↵ | Sven Gothel | 2011-08-05 | 42 | -587/+598 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | test: remove bug 502 workaround flag | Sven Gothel | 2011-08-03 | 1 | -3/+0 |
| | |||||
* | Renamed jogamp.newt.opengl -> jogamp.newt.egl, properly reflecting EGL ↵ | Sven Gothel | 2011-08-03 | 1 | -13/+8 |
| | | | | | | dependency, not OpenGL The native impl packages utilize EGL, not opengl, to query the proper pixelformat. | ||||
* | Initial android newt input event transformation | Rami Santina | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Adapt latest gluegen changes for crossplatform. | Sven Gothel | 2011-08-02 | 5 | -24/+12 |
| | |||||
* | 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 | ||||
* | test script cleanup | Sven Gothel | 2011-08-01 | 2 | -11/+16 |
| | |||||
* | Cross Test linux/armv7 script: Use es1 and es2 classes | Sven Gothel | 2011-08-01 | 1 | -10/+15 |
| | |||||
* | Add egl es test script for host (emu) | Sven Gothel | 2011-07-31 | 1 | -0/+37 |
| | |||||
* | Add crosstest script for linux/arm | Sven Gothel | 2011-07-31 | 1 | -0/+52 |
| | |||||
* | ES Native Libraries: Add missing GLDebugMessageHandler code .. | Sven Gothel | 2011-07-31 | 1 | -0/+4 |
| | |||||
* | JOGL: Add GLBase::isGLES2Compatible() | Sven Gothel | 2011-07-31 | 4 | -5/+17 |
| | | | | | Indicates whether this GL object is compatible with OpenGL ES2, i.e. has the extension <code>GL_ARB_ES2_compatibility</code> | ||||
* | NEW unit test, use bug 502 workaround property until fixed otherwise | Sven Gothel | 2011-07-29 | 1 | -0/+3 |
| | |||||
* | add linux/armv7 scripts [[cross] compile clean] | Sven Gothel | 2011-07-28 | 3 | -0/+60 |
| | |||||
* | test case GLWindow | Sven Gothel | 2011-07-28 | 1 | -2/+2 |
| | |||||
* | script: no need for custom linux-x86 on multilib platform | Sven Gothel | 2011-07-28 | 1 | -1/+3 |
| | |||||
* | gl header cfg: use __unix__ define, instead of all avail variations (linux, ↵ | Sven Gothel | 2011-07-28 | 3 | -3/+3 |
| | | | | sun, ..) | ||||
* | build: add linux/armv7 support ; only add resources once w/o java source | Sven Gothel | 2011-07-28 | 4 | -18/+98 |
| | |||||
* | Use GlueGen Platform's OSType enum | Sven Gothel | 2011-07-21 | 1 | -5/+5 |
| | |||||
* | Fix NEWT GL ctx/offscreen (GPUMemSec..) tests: Use pbuffer (i.e. hw accel GL ↵ | Sven Gothel | 2011-06-26 | 3 | -4/+7 |
| | | | | driver) | ||||
* | add property 'nativewindow.x11.mt-bug' to test script .. | Sven Gothel | 2011-06-26 | 1 | -5/+10 |
| | |||||
* | Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading ↵ | Sven Gothel | 2011-06-26 | 1 | -0/+2 |
| | | | | | | | | | bug (libX11 1.4.2, libXCB 1.7; ubuntu 11.04, ..) - https://jogamp.org/bugzilla/show_bug.cgi?id=502 - set the boolean property 'nativewindow.x11.mt-bug' to 'true', indicating the erroneous libX11/libXCB behavior. This will enable extensive X11 locking even in NEWT. | ||||
* | Minor editing (compile script, X11Window.c - cleanups) | Sven Gothel | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | test bat/sh files edit .. | Sven Gothel | 2011-06-11 | 3 | -4/+10 |
| |