Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test script .. | Sven Gothel | 2011-09-27 | 1 | -4/+7 |
| | |||||
* | test scripts | Sven Gothel | 2011-09-24 | 1 | -2/+7 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | test scripts | Sven Gothel | 2011-09-16 | 1 | -2/+2 |
| | |||||
* | test scripts | Sven Gothel | 2011-09-16 | 1 | -3/+4 |
| | |||||
* | test script | Sven Gothel | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | Minor edits: generics, test script | Sven Gothel | 2011-09-14 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -20/+17 |
| | |||||
* | 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 | 1 | -4/+5 |
| | |||||
* | test scripts | Sven Gothel | 2011-09-06 | 1 | -12/+12 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+2 |
| | | | | 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 | 1 | -2/+2 |
| | | | | 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 |
| | |||||
* | NewtVersionActivity: Remove 'gears' test; Version Info: Drop ↵ | Sven Gothel | 2011-08-22 | 1 | -3/+7 |
| | | | | NativeWindow/Newt Version since we use *all* targets | ||||
* | fix jogl.all-mobile.jar/jogl_mobile configuration | Sven Gothel | 2011-08-05 | 1 | -2/+3 |
| | |||||
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' ↵ | Sven Gothel | 2011-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | 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 script cleanup | Sven Gothel | 2011-08-01 | 1 | -2/+5 |
| | |||||
* | test case GLWindow | Sven Gothel | 2011-07-28 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -2/+2 |
| | | | | driver) | ||||
* | add property 'nativewindow.x11.mt-bug' to test script .. | Sven Gothel | 2011-06-26 | 1 | -5/+10 |
| | |||||
* | test bat/sh files edit .. | Sven Gothel | 2011-06-11 | 1 | -2/+2 |
| | |||||
* | windows batch files: bump to 6u26 | Sven Gothel | 2011-06-09 | 1 | -2/+2 |
| | |||||
* | GLBuffers fix ; GL imageSizeInBytes fix / unit tests. | Sven Gothel | 2011-06-09 | 1 | -1/+3 |
| | | | | | | | | | | - Moved implementation of prev GL imageSizeInBytes(..) -> GLBuffers.sizeof() for all GL profiles - GLBuffers.*: Added missing formats and types (GL2.1, GL3.3 and GL4.1) - GLBuffers.sizeof(): Fail fast if format/type is unhandled, or alignment invalid - Added unit test for GLBuffers.sizeof() | ||||
* | Locator moved to GlueGen's IOUtil (gluegen ↵ | Sven Gothel | 2011-06-08 | 1 | -5/+3 |
| | | | | a87c56c95099de5b6cbc9bd8bf6f1924a3dd6387) | ||||
* | NEWT/GLContext (unit test): Wait for visibility/realized ; Add clean scripts | Sven Gothel | 2011-05-17 | 1 | -2/+2 |
| | |||||
* | GLSL unit tests: cleanup shader state tests | Sven Gothel | 2011-05-17 | 1 | -2/+3 |
| | |||||
* | JUnit Test: Add 'ruler' testcase using monitor mode's mm/pixel size. | Sven Gothel | 2011-05-16 | 1 | -1/+2 |
| | |||||
* | Merging OutlineShape.VerticesState enum type (John Pritchard ↵ | Sven Gothel | 2011-05-05 | 1 | -2/+2 |
| | | | | <[email protected]> https://github.com/syntelos/jogl/commit/05a7ec92d30e1e688b1eb7cc317cad83a0e8fd60#L0R59) | ||||
* | UI Tests/Robot: Attempt to stabilize UI tests (focus/input) | Sven Gothel | 2011-05-01 | 1 | -3/+3 |
| | | | | | | | | Focus: Always programmatic, clear global focus state upfront Key/Mouse Input: Retry w/ optional focus request if lost .. Dropped redundant robot delays, ie between keypress/release. | ||||
* | Fix GLDebugMessages synchronous setting ↵ | Sven Gothel | 2011-04-29 | 1 | -3/+3 |
| | | | | 39a8ca392d7302831f5689979c4ce89145b732af, only set if ARB | ||||
* | GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length ↵ | Sven Gothel | 2011-04-28 | 1 | -2/+3 |
| | | | | | | | | in aliased glDebugMessageInsert. - GLDebugMessages add synchronous status - defaults to true - GLContext/GLDebugMessages add dumpStack() if jogl.debug.DebugGL is set - Remove param length in aliased glDebugMessageInsert. | ||||
* | Fix glsl unit tests: NV needs to have explicitly turn off vsync / Fix 'sed' ↵ | Sven Gothel | 2011-04-28 | 1 | -3/+4 |
| | | | | havoc: gcu_ -> mgl_ uniform names | ||||
* | test script | Sven Gothel | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | ShaderState: 'Update' vertexAttribMap on enable | Sven Gothel | 2011-04-25 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | ShaderProgram: - shaderCode's HashMap -> HashSet - adding HashSet for attached ShaderCode - link: allow relink, attachShader only if not yet attached - new add(gl, ShaderCode, ..) method, allowing compile/attach pre linkage - remove boxing of integer 'id', use generics style (warnings) - rename: glReplaceShader -> replaceShader, glUseProgram -> useProgram - fix: replaceShader - hashCode _is_ 'id' ShaderCode: - remove boxing of integer 'id', use generics style (warnings) - hashCode _is_ 'id' ShaderUtil: Use generics style (warnings), static names | ||||
* | test scripts | Sven Gothel | 2011-04-25 | 1 | -4/+6 |
| |