Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TestPerf001*Init0*: Add INIT_TIMEOUT for perf. loop (10s) | Sven Gothel | 2014-01-25 | 3 | -15/+30 |
| | |||||
* | Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnly | Sven Gothel | 2014-01-24 | 3 | -24/+23 |
| | | | | | | | | | Refines commit fbe00e6f5dca8043b40dd96f096fecc9424e0cc3 Instead of querying driver artifacts (vendor, platform, version ..) we simply can autodetect this quirk by trying to get a second egl-display handle when initializing the EGLDrawablFactory's default device: EGL.eglGetDisplay(EGL.EGL_DEFAULT_DISPLAY) | ||||
* | GLRendererQuirks.addQuirks(..): Fix array bounds check | Sven Gothel | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL ↵ | Sven Gothel | <?xml version="1.0" encoding="utf-8"?> <jnlp codebase="JOGL_CODEBASE_TAG/" href="jogl-all-mobile.jnlp" version="JOGAMP_VERSION"> <information> <title>Java(tm) Binding to the OpenGL(r) API (ALL.MOBILE)</title> <vendor>JogAmp Community</vendor> <homepage href="http://jogamp.org/"/> <description>Java Binding to the OpenGL API - 2.0.0 - ALL.MOBILE</description> <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.MOBILE</description> <offline-allowed/> </information> <update check="background" policy="always"/> <security> <all-permissions/> </security> <resources> <jar href="jar/jogl-all-mobile.jar" /> <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" /> </resources> <resources os="Windows" arch="x86"> <nativelib href = "jar/jogl-all-natives-windows-i586.jar" /> </resources> <resources os="Windows" arch="amd64"> <nativelib href = "jar/jogl-all-natives-windows-amd64.jar" /> </resources> <resources os="Windows" arch="x86_64"> <nativelib href = "jar/jogl-all-natives-windows-amd64.jar" /> </resources> <resources os="SunOS" arch="sparc"> <nativelib href = "jar/jogl-all-natives-solaris-sparc.jar" /> </resources> <resources os="SunOS" arch="sparcv9"> <nativelib href = "jar/jogl-all-natives-solaris-sparcv9.jar" /> </resources> <resources os="SunOS" arch="x86"> <nativelib href = "jar/jogl-all-natives-solaris-i586.jar" /> </resources> <resources os="SunOS" arch="amd64"> <nativelib href = "jar/jogl-all-natives-solaris-amd64.jar" /> </resources> <resources os="SunOS" arch="x86_64"> <nativelib href = "jar/jogl-all-natives-solaris-amd64.jar" /> </resources> <resources os="Linux" arch="i386"> <nativelib href = "jar/jogl-all-natives-linux-i586.jar" /> </resources> <resources os="Linux" arch="x86"> <nativelib href = "jar/jogl-all-natives-linux-i586.jar" /> </resources> <resources os="Linux" arch="amd64"> <nativelib href = "jar/jogl-all-natives-linux-amd64.jar" /> </resources> <resources os="Linux" arch="x86_64"> <nativelib href = "jar/jogl-all-natives-linux-amd64.jar" /> </resources> <resources os="Linux" arch="arm"> <nativelib href = "jar/jogl-all-natives-linux-armv6.jar" /> <nativelib href = "jar/jogl-all-natives-linux-armv6hf.jar" /> </resources> <resources os="Linux" arch="armv7"> <nativelib href = "jar/jogl-all-natives-linux-armv6.jar" /> <nativelib href = "jar/jogl-all-natives-linux-armv6hf.jar" /> </resources> <resources os="Mac OS X" arch="i386"> <nativelib href = "jar/jogl-all-natives-macosx-universal.jar" /> </resources> <resources os="Mac OS X" arch="x86_64"> <nativelib href = "jar/jogl-all-natives-macosx-universal.jar" /> </resources> <component-desc /> </jnlp> |