summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-0537-322/+613
* | | Fix GLArrayDataServer.destroy(GL): vboName was cleared by super class before ...Sven Gothel2012-03-051-3/+6
* | | NEWT/Windows lockSurfaceImpl(): Detect hdc change and result w/ LOCK_SURFACE_...Sven Gothel2012-03-041-4/+19
* | | NewtFactory: Since the platform string references are unique, let's just comp...Sven Gothel2012-03-044-20/+18
* | | NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-044-14/+28
* | | Add es2readsquare, reassembling JOGL's RedSquareES2 demoSven Gothel2012-03-046-4/+636
* | | Add native es2gears test (mesa-demos, eglut enhanced w/ programmatic lifecycle)Sven Gothel2012-02-2912-0/+2654
* | | TestGearsES2NEWT: Remove redundant GLES2 testSven Gothel2012-02-291-11/+0
|/ /
* | CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f...Sven Gothel2012-02-2927-114/+205
* | Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ...Sven Gothel2012-02-292-9/+11
* | Add / Use gluegen.basename prop. for remote ssh testSven Gothel2012-02-281-1/+3
|/
* NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...Sven Gothel2012-02-2713-113/+201
* ScreenMode/X11: Use common defaults in case of undefined values. X11: Tolerat...Sven Gothel2012-02-272-9/+17
* Fix minor test issuesSven Gothel2012-02-273-33/+11
* NEWT Screen.getCurrentScreenModeIntern() !ScreenMode case: Attempt to get scr...Sven Gothel2012-02-262-3/+7
* Fix TestGearsGLJPanelAWTBug450 (regression of commit 397665ff472d83809a028e4f...Sven Gothel2012-02-261-1/+1
* GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium...Sven Gothel2012-02-262-5/+20
* UITestCase: Gracely ignore unsupported tests (ES2) ; Ignore all Shared-Contex...Sven Gothel2012-02-2520-46/+238
* Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ...Sven Gothel2012-02-254-28/+67
* X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ...Sven Gothel2012-02-254-21/+35
* Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew...Sven Gothel2012-02-254-7/+0
* X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...Sven Gothel2012-02-255-26/+36
* Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736aSven Gothel2012-02-251-1/+1
* enhancement: NWJNILibLoader.loadNativeWindow(..) returns true/false if loadin...Sven Gothel2012-02-255-10/+17
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-257-31/+71
* JoglVersion: Avoid NPE if no caps are available.Sven Gothel2012-02-251-3/+5
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-2517-58/+69
* If junit.is.disabled, copy a dummy TEST xml file, otherwisa Jenkins claims fa...Sven Gothel2012-02-241-1/+4
* Even if 'junit.is.disabled', we need to produce the test archive (7z), otherw...Sven Gothel2012-02-241-1/+4
* Introduce environment-var/property to disable unit tests (per node) -> gluege...Sven Gothel2012-02-242-2/+4
* Add NODE_LABEL in unit testSven Gothel2012-02-241-0/+2
* Add jogl.basename and env.NODE_LABEL (jenkins build)Sven Gothel2012-02-241-6/+9
* TestInitConcurrentNEWT: Reduce max threads (16 -> 8) on ARM, also use vsync t...Sven Gothel2012-02-241-2/+7
* Fix GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv...Sven Gothel2012-02-241-1/+1
* fix targetcommand.sh name on target ; Use GLUEGEN_CPPTASKS_FILE="lib/gluegen-...Sven Gothel2012-02-242-17/+13
* Surface2File: Use .tga to write pixels, which allows RGB and RGBASven Gothel2012-02-241-1/+1
* Fix MultisampleDemo01 -> MultisampleDemoES1 (proper profile, remove immediate...Sven Gothel2012-02-246-41/+62
* Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]()Sven Gothel2012-02-245-8/+58
* GLProfile.GL2GL3: Use GL2GL3 profile (required for this test) and check it's ...Sven Gothel2012-02-231-8/+7
* MemoryObject: Use proper generics styleSven Gothel2012-02-234-5/+5
* Enhance GLProfile's profile tests - compare the final String references, inst...Sven Gothel2012-02-231-19/+19
* Fix GLProfile.isGL2ES2(): "isGL2() || isGL3()" -> "isGL2GL3()"Sven Gothel2012-02-231-14/+14
* Fix linux armv7 non-cross script / Disable ScreenMode on linux armv7 unit tes...Sven Gothel2012-02-235-8/+9
* Passing environment-vars and ant-properties to junit tests, enabling fine gra...Sven Gothel2012-02-231-1/+22
* NEWT/ScreenMode DEBUG_TEST_SCREENMODE_DISABLED (-Dnewt.test.Screen.disableScr...Sven Gothel2012-02-231-1/+6
* NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration...Sven Gothel2012-02-238-135/+195
* Fine tune unit tests for ES platformsSven Gothel2012-02-2215-55/+141
* X11Screen: Only dump RandR version info in DEBUG mode.Sven Gothel2012-02-221-1/+1
* EGL Display Lifecycle Robustness Patch (impl. workaround)Sven Gothel2012-02-228-22/+130
* Fix commit 33249b6eca519947b02f3bfbf05b73d73c936094Sven Gothel2012-02-221-4/+0