| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GLPipelineFactory: Generics && Using enhanced GlueGen's ReflectionUtil.getCon... | Sven Gothel | 2011-09-30 | 1 | -16/+13 |
* | EGL: eglSwapBuffers() show failure in DEBUG mode | Sven Gothel | 2011-09-30 | 1 | -1/+6 |
* | ES Library lookup order - Favor spec lib name | Sven Gothel | 2011-09-30 | 2 | -11/+17 |
* | EGL: chooseGraphicsConfigurationStatic() public and w/ optional visualID | Sven Gothel | 2011-09-30 | 2 | -14/+35 |
* | Graph GLSL: Use global precicision settings enhancing readability | Sven Gothel | 2011-09-30 | 7 | -60/+54 |
* | TypecastFontConstructor: Use IOUtil's createTempFile() to comfort Android | Sven Gothel | 2011-09-28 | 1 | -4/+2 |
* | Fix ES2 shaders | Sven Gothel | 2011-09-28 | 4 | -4/+6 |
* | Fix GLProfile ES2: Component numbers can't be validated (??) | Sven Gothel | 2011-09-28 | 1 | -5/+3 |
* | GLContextImpl: Fix bug: Surface was not unlocked in case new context creation... | Sven Gothel | 2011-09-27 | 1 | -7/+9 |
* | Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;... | Sven Gothel | 2011-09-27 | 5 | -30/+32 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 4 | -1/+8 |
* | Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, NativeWindow... | Sven Gothel | 2011-09-24 | 1 | -24/+5 |
* | Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T... | Sven Gothel | 2011-09-23 | 1 | -3/+34 |
* | NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixes | Sven Gothel | 2011-09-16 | 1 | -1/+0 |
* | Graph Fonts: Decorate w/ PrivilegedAction if required | Sven Gothel | 2011-09-15 | 3 | -29/+34 |
* | Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo... | Sven Gothel | 2011-09-14 | 3 | -31/+36 |
* | Minor edits: generics, test script | Sven Gothel | 2011-09-14 | 1 | -8/+7 |
* | Relocated VersionApplet | Sven Gothel | 2011-09-14 | 1 | -0/+168 |
* | *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro... | Sven Gothel | 2011-09-09 | 9 | -89/+312 |
* | JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea... | Sven Gothel | 2011-09-08 | 3 | -18/+24 |
* | Minor edits, dead code, test invocation | Sven Gothel | 2011-09-08 | 1 | -3/+0 |
* | Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due... | Sven Gothel | 2011-09-08 | 1 | -2/+0 |
* | Minor edits/cleanup: unused var, final | Sven Gothel | 2011-09-07 | 2 | -2/+1 |
* | Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly types | Sven Gothel | 2011-09-04 | 1 | -3/+0 |
* | Complete translucency support for Win32 - tested w/ NEWT | Sven Gothel | 2011-09-04 | 3 | -1/+42 |
* | NativeWindow/JOGL: Cleanup Caps doc and implicit related values. | Sven Gothel | 2011-09-04 | 1 | -22/+30 |
* | Complete translucency support (core w/ X11 (only) - tested w/ NEWT) | Sven Gothel | 2011-09-03 | 2 | -9/+14 |
* | JOGL/X11GLXGraphicsConfiguration: Query opaque/transparent by XRender 'alphaM... | Sven Gothel | 2011-09-03 | 1 | -1/+12 |
* | Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL... | Sven Gothel | 2011-09-02 | 12 | -48/+64 |
* | GLArrayDataWrapper: Allow vboTarget '0' -> no VBO | Sven Gothel | 2011-09-02 | 2 | -3/+3 |
* | GLSL ShaderState: verbose = DEBUG ? true : false | Sven Gothel | 2011-09-01 | 1 | -1/+1 |
* | X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD... | Sven Gothel | 2011-08-31 | 2 | -3/+3 |
* | X11OnscreenGLXDrawable: Mark dead GLX_WINDOW code dead | Sven Gothel | 2011-08-31 | 1 | -2/+4 |
* | glXCreateContextAttribsARB: Use NIO for attributes | Sven Gothel | 2011-08-31 | 1 | -22/+27 |
* | Workaround for X11/ATI fglrx bug 515 - Multiple Display Connections | Sven Gothel | 2011-08-31 | 1 | -0/+4 |
* | DynamicLibraryBundle*: Use generics for better spec - following gluegen commi... | Sven Gothel | 2011-08-31 | 9 | -109/+108 |
* | Test: Cleanup warnings; Add GLProfile.initSingleton(true) call for fluctuatin... | Sven Gothel | 2011-08-30 | 1 | -1/+0 |
* | ShaderState Usage/Test: Add setShaderState(GL) for pre-use attachment to the ... | Sven Gothel | 2011-08-30 | 2 | -6/+29 |
* | GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS... | Sven Gothel | 2011-08-30 | 17 | -289/+210 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 10 | -45/+45 |
* | GLCapabilitiesImmutable: No need to extend WriteClonable explicitly, extended... | Sven Gothel | 2011-08-24 | 1 | -1/+1 |
* | Also tackles bug 510, only lookup global on Android. See gluegen commit 58469... | Sven Gothel | 2011-08-22 | 1 | -2/+9 |
* | API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst... | Sven Gothel | 2011-08-22 | 4 | -31/+76 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where GLDa... | Sven Gothel | 2011-08-22 | 1 | -4/+4 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/... | Sven Gothel | 2011-08-22 | 10 | -115/+229 |
* | NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New... | Sven Gothel | 2011-08-22 | 2 | -2/+2 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 29 | -363/+937 |
* | Android Cleanup: Remove commented code, make immutables final again | Sven Gothel | 2011-08-11 | 2 | -16/+3 |
* | Enclose file IO access in priviledged block | Sven Gothel | 2011-08-11 | 1 | -11/+24 |
* | Merge remote-tracking branch 'rsantina/master' | Sven Gothel | 2011-08-09 | 3 | -15/+29 |
|\ |
|