| Commit message (Expand) | Author | Age | Files | Lines |
* | GLCanvas / GLWindow: Change 'manual' resize/repaint animation filter | Sven Gothel | 2011-10-13 | 1 | -0/+8 |
* | JOGL/OSX: Properly utilize NSOpenGLContext update() via ContextUpdater, which... | Sven Gothel | 2011-10-13 | 2 | -14/+50 |
* | Generalize sample extension in GLCapabilities*, currently NV_coverage_sample ... | Sven Gothel | 2011-10-08 | 3 | -24/+21 |
* | EGL: Fall back to NV_coverage_sample if EGL MSAA/FSAA is n/a | Sven Gothel | 2011-10-08 | 2 | -0/+16 |
* | minor editing | Sven Gothel | 2011-10-08 | 1 | -3/+0 |
* | GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ... | Sven Gothel | 2011-10-08 | 1 | -16/+62 |
* | GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved sub... | Sven Gothel | 2011-10-07 | 9 | -30/+231 |
* | PMVMatrix: Defaults from direct NIO -> array-backed non-direct NIO: Reduced c... | Sven Gothel | 2011-10-07 | 1 | -13/+23 |
* | EGL: In case a nativeVisualID is given to match, but none visual IDs are avai... | Sven Gothel | 2011-10-06 | 1 | -2/+8 |
* | Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo; | Sven Gothel | 2011-10-04 | 11 | -115/+185 |
* | tegra: refine disabled discard, ie keep logic/math intact. Rami ? | Sven Gothel | 2011-10-02 | 1 | -6/+6 |
* | Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shader | Sven Gothel | 2011-10-02 | 1 | -1/+5 |
* | Fixed shader entry files a/b | Rami Santina | 2011-10-02 | 6 | -2/+21 |
* | Fix intendation | Rami Santina | 2011-10-02 | 1 | -34/+34 |
* | tegra2: split fragment shaders into two (a - 1st pass, b - 2nd pass) ; disabl... | Rami Santina | 2011-10-02 | 11 | -67/+72 |
* | Added allin one shader stripped for graph. | Rami Santina | 2011-10-02 | 2 | -0/+70 |
* | Android/EGL: dump all caps, write-back format | Sven Gothel | 2011-10-01 | 1 | -0/+3 |
* | GLContext/GLDebugMessageHandler: Fix/clarify init and usage of dbg handler | Sven Gothel | 2011-09-30 | 2 | -4/+22 |
* | 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 |
* | 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 | 1 | -5/+2 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 3 | -1/+3 |
* | Graph Fonts: Decorate w/ PrivilegedAction if required | Sven Gothel | 2011-09-15 | 2 | -13/+33 |
* | Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo... | Sven Gothel | 2011-09-14 | 3 | -31/+36 |
* | Relocated VersionApplet | Sven Gothel | 2011-09-14 | 1 | -0/+168 |
* | *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro... | Sven Gothel | 2011-09-09 | 8 | -89/+270 |
* | Minor edits, dead code, test invocation | Sven Gothel | 2011-09-08 | 1 | -3/+0 |
* | Minor edits/cleanup: unused var, final | Sven Gothel | 2011-09-07 | 1 | -1/+0 |
* | Complete translucency support for Win32 - tested w/ NEWT | Sven Gothel | 2011-09-04 | 3 | -1/+42 |
* | Complete translucency support (core w/ X11 (only) - tested w/ NEWT) | Sven Gothel | 2011-09-03 | 1 | -2/+2 |
* | 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 | 11 | -47/+63 |
* | GLArrayDataWrapper: Allow vboTarget '0' -> no VBO | Sven Gothel | 2011-09-02 | 1 | -2/+2 |
* | 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 | 8 | -99/+94 |
* | GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS... | Sven Gothel | 2011-08-30 | 11 | -182/+120 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 8 | -26/+26 |
* | 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 | 1 | -8/+8 |
* | 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 | 7 | -76/+143 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 14 | -42/+662 |