| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f... | Sven Gothel | 2012-02-29 | 3 | -0/+103 |
* | | 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 | 4 | -21/+11 |
* | NEWT Screen.getCurrentScreenModeIntern() !ScreenMode case: Attempt to get scr... | Sven Gothel | 2012-02-26 | 1 | -3/+4 |
* | GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium... | Sven Gothel | 2012-02-26 | 1 | -2/+2 |
* | UITestCase: Gracely ignore unsupported tests (ES2) ; Ignore all Shared-Contex... | Sven Gothel | 2012-02-25 | 2 | -6/+8 |
* | Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ... | Sven Gothel | 2012-02-25 | 1 | -2/+3 |
* | Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in... | Sven Gothel | 2012-02-25 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Fix MultisampleDemo01 -> MultisampleDemoES1 (proper profile, remove immediate... | Sven Gothel | 2012-02-24 | 3 | -10/+10 |
* | MemoryObject: Use proper generics style | Sven Gothel | 2012-02-23 | 3 | -3/+3 |
* | Fix linux armv7 non-cross script / Disable ScreenMode on linux armv7 unit tes... | Sven Gothel | 2012-02-23 | 5 | -8/+9 |
* | Passing environment-vars and ant-properties to junit tests, enabling fine gra... | Sven Gothel | 2012-02-23 | 1 | -1/+22 |
* | NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration... | Sven Gothel | 2012-02-23 | 3 | -7/+9 |
* | Fine tune unit tests for ES platforms | Sven Gothel | 2012-02-22 | 2 | -6/+7 |
* | EGL Display Lifecycle Robustness Patch (impl. workaround) | Sven Gothel | 2012-02-22 | 2 | -9/+9 |
* | test scripts | Sven Gothel | 2012-02-22 | 3 | -2/+115 |
* | Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable()) | Sven Gothel | 2012-02-22 | 5 | -5/+12 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 1 | -0/+1 |
* | Enable remote ssh unit test invocation [1] (testing w/ linux armv7) | Sven Gothel | 2012-02-20 | 3 | -11/+147 |
* | Update linux armv7 scripts | Sven Gothel | 2012-02-19 | 2 | -3/+9 |
* | Add make/scripts/make.jogl.all.linux-armv7.sh for native ARM-linux builds. | Xerxes RĂ„nby | 2012-02-18 | 1 | -0/+28 |
* | OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions. | Sven Gothel | 2012-02-15 | 21 | -216/+1024 |
* | OpenGL 4.2 functional support (GL header sync) | Sven Gothel | 2012-02-14 | 5 | -35/+1009 |
* | Simplify TestTransformFeedbackVaryingsBug407NEWT: Use 'in thread' ctx flow an... | Sven Gothel | 2012-02-14 | 3 | -6/+5 |
* | OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations) | Sven Gothel | 2012-02-13 | 1 | -2/+2 |
* | OSX/Java7 JAWT/JAWTUtil: Support OSX/Java7 CALayer only JAWT mode; Cleanup JA... | Sven Gothel | 2012-02-13 | 2 | -26/+11 |
* | Reduce GL* interface 'extends' to direct base interface. | Sven Gothel | 2012-02-13 | 10 | -30/+30 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 8 | -17/+37 |
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 6 | -1/+22 |
* | GLDynamicLibraryBundleInfo: Remove 'nativewindow_x11' preload lib (implicitly... | Sven Gothel | 2012-01-23 | 1 | -2/+2 |
* | Bug 551 validation. | Sven Gothel | 2012-01-23 | 3 | -5/+8 |
* | Add verification script for compiled-in Java version; Add osx 32bit test script. | Sven Gothel | 2012-01-22 | 2 | -0/+34 |
* | Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,... | Sven Gothel | 2012-01-22 | 9 | -39/+98 |
* | test scripts | Sven Gothel | 2012-01-19 | 2 | -5/+27 |
* | UI Test / AWTRobotUtil: Relax and fix focus tests | Sven Gothel | 2012-01-18 | 3 | -7/+8 |
* | test scripts | Sven Gothel | 2012-01-14 | 3 | -17/+65 |
* | NEWT/OSX Performance Fix: Cache CGDisplayScreenSize() result, since it's ridi... | Sven Gothel | 2012-01-13 | 1 | -0/+1 |
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no... | Sven Gothel | 2012-01-13 | 1 | -3/+3 |
* | Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threa... | Sven Gothel | 2012-01-09 | 1 | -1/+1 |
* | Add JOGL SWT GLCanvas unit test | Sven Gothel | 2012-01-09 | 1 | -3/+8 |
* | Complete SWT GLCanvas relocation | Sven Gothel | 2012-01-09 | 1 | -1/+1 |