| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update android armv7 cross build/test script | Sven Gothel | 2012-03-07 | 1 | -26/+40 |
* | Merge branch 'pulled' | Sven Gothel | 2012-03-07 | 7 | -56/+23 |
|\ |
|
| * | Merge remote-tracking branch 'remotes/revane/master' into pulled | Sven Gothel | 2012-02-29 | 7 | -56/+23 |
| |\ |
|
| | * | Get JOGL to build with NDK r7 | Edwin Vane | 2012-02-28 | 7 | -56/+23 |
* | | | NativeWindowFactory: Get and hold singleton JAWT ToolkitLock (efficiency); Co... | Sven Gothel | 2012-03-06 | 1 | -28/+34 |
* | | | NativeSurface.lockSurface(): Update API doc (+ emphasize LOCK_SURFACE_CHANGED... | Sven Gothel | 2012-03-06 | 2 | -13/+39 |
* | | | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 20 | -250/+252 |
* | | | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 62 | -148/+209 |
* | | | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 16 | -54/+0 |
* | | | remote unit test reorg (all, awt, newt) | Sven Gothel | 2012-03-05 | 3 | -7/+155 |
* | | | X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d... | Sven Gothel | 2012-03-05 | 7 | -37/+132 |
* | | | linux-armv7-cross script: Introduce TARGET_PLATFORM_ROOT | Sven Gothel | 2012-03-05 | 1 | -1/+2 |
* | | | Test*ES2Newt: Add shutdown w/ type to internal loop test | Sven Gothel | 2012-03-05 | 3 | -6/+37 |
* | | | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes | Sven Gothel | 2012-03-05 | 5 | -5/+10 |
* | | | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 37 | -322/+613 |
* | | | Fix GLArrayDataServer.destroy(GL): vboName was cleared by super class before ... | Sven Gothel | 2012-03-05 | 1 | -3/+6 |
* | | | NEWT/Windows lockSurfaceImpl(): Detect hdc change and result w/ LOCK_SURFACE_... | Sven Gothel | 2012-03-04 | 1 | -4/+19 |
* | | | NewtFactory: Since the platform string references are unique, let's just comp... | Sven Gothel | 2012-03-04 | 4 | -20/+18 |
* | | | NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable... | Sven Gothel | 2012-03-04 | 4 | -14/+28 |
* | | | Add es2readsquare, reassembling JOGL's RedSquareES2 demo | Sven Gothel | 2012-03-04 | 6 | -4/+636 |
* | | | Add native es2gears test (mesa-demos, eglut enhanced w/ programmatic lifecycle) | Sven Gothel | 2012-02-29 | 12 | -0/+2654 |
* | | | TestGearsES2NEWT: Remove redundant GLES2 test | Sven Gothel | 2012-02-29 | 1 | -11/+0 |
|/ / |
|
* | | CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f... | Sven Gothel | 2012-02-29 | 27 | -114/+205 |
* | | Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ... | Sven Gothel | 2012-02-29 | 2 | -9/+11 |
* | | Add / Use gluegen.basename prop. for remote ssh test | Sven Gothel | 2012-02-28 | 1 | -1/+3 |
|/ |
|
* | NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co... | Sven Gothel | 2012-02-27 | 13 | -113/+201 |
* | ScreenMode/X11: Use common defaults in case of undefined values. X11: Tolerat... | Sven Gothel | 2012-02-27 | 2 | -9/+17 |
* | Fix minor test issues | Sven Gothel | 2012-02-27 | 3 | -33/+11 |
* | NEWT Screen.getCurrentScreenModeIntern() !ScreenMode case: Attempt to get scr... | Sven Gothel | 2012-02-26 | 2 | -3/+7 |
* | Fix TestGearsGLJPanelAWTBug450 (regression of commit 397665ff472d83809a028e4f... | Sven Gothel | 2012-02-26 | 1 | -1/+1 |
* | GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium... | Sven Gothel | 2012-02-26 | 2 | -5/+20 |
* | UITestCase: Gracely ignore unsupported tests (ES2) ; Ignore all Shared-Contex... | Sven Gothel | 2012-02-25 | 20 | -46/+238 |
* | Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ... | Sven Gothel | 2012-02-25 | 4 | -28/+67 |
* | X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ... | Sven Gothel | 2012-02-25 | 4 | -21/+35 |
* | Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew... | Sven Gothel | 2012-02-25 | 4 | -7/+0 |
* | X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;... | Sven Gothel | 2012-02-25 | 5 | -26/+36 |
* | Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736a | Sven Gothel | 2012-02-25 | 1 | -1/+1 |
* | enhancement: NWJNILibLoader.loadNativeWindow(..) returns true/false if loadin... | Sven Gothel | 2012-02-25 | 5 | -10/+17 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 7 | -31/+71 |
* | JoglVersion: Avoid NPE if no caps are available. | Sven Gothel | 2012-02-25 | 1 | -3/+5 |
* | Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in... | Sven Gothel | 2012-02-25 | 17 | -58/+69 |
* | If junit.is.disabled, copy a dummy TEST xml file, otherwisa Jenkins claims fa... | Sven Gothel | 2012-02-24 | 1 | -1/+4 |
* | Even if 'junit.is.disabled', we need to produce the test archive (7z), otherw... | Sven Gothel | 2012-02-24 | 1 | -1/+4 |
* | Introduce environment-var/property to disable unit tests (per node) -> gluege... | Sven Gothel | 2012-02-24 | 2 | -2/+4 |
* | Add NODE_LABEL in unit test | Sven Gothel | 2012-02-24 | 1 | -0/+2 |
* | Add jogl.basename and env.NODE_LABEL (jenkins build) | Sven Gothel | 2012-02-24 | 1 | -6/+9 |
* | TestInitConcurrentNEWT: Reduce max threads (16 -> 8) on ARM, also use vsync t... | Sven Gothel | 2012-02-24 | 1 | -2/+7 |
* | Fix GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv... | Sven Gothel | 2012-02-24 | 1 | -1/+1 |
* | fix targetcommand.sh name on target ; Use GLUEGEN_CPPTASKS_FILE="lib/gluegen-... | Sven Gothel | 2012-02-24 | 2 | -17/+13 |
* | Surface2File: Use .tga to write pixels, which allows RGB and RGBA | Sven Gothel | 2012-02-24 | 1 | -1/+1 |