summaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
...
* GLPipelineFactory: Generics && Using enhanced GlueGen's ReflectionUtil.getCon...Sven Gothel2011-09-301-16/+13
* EGL: eglSwapBuffers() show failure in DEBUG modeSven Gothel2011-09-301-1/+6
* ES Library lookup order - Favor spec lib nameSven Gothel2011-09-302-11/+17
* EGL: chooseGraphicsConfigurationStatic() public and w/ optional visualIDSven Gothel2011-09-302-14/+35
* Graph GLSL: Use global precicision settings enhancing readabilitySven Gothel2011-09-307-60/+54
* TypecastFontConstructor: Use IOUtil's createTempFile() to comfort AndroidSven Gothel2011-09-281-4/+2
* Fix ES2 shadersSven Gothel2011-09-284-4/+6
* Fix GLProfile ES2: Component numbers can't be validated (??)Sven Gothel2011-09-281-5/+3
* GLContextImpl: Fix bug: Surface was not unlocked in case new context creation...Sven Gothel2011-09-271-7/+9
* Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...Sven Gothel2011-09-275-30/+32
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-254-1/+8
* Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, NativeWindow...Sven Gothel2011-09-241-24/+5
* Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T...Sven Gothel2011-09-231-3/+34
* NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixesSven Gothel2011-09-161-1/+0
* Graph Fonts: Decorate w/ PrivilegedAction if requiredSven Gothel2011-09-153-29/+34
* Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo...Sven Gothel2011-09-143-31/+36
* Minor edits: generics, test scriptSven Gothel2011-09-141-8/+7
* Relocated VersionAppletSven Gothel2011-09-141-0/+168
* *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...Sven Gothel2011-09-099-89/+312
* JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea...Sven Gothel2011-09-083-18/+24
* Minor edits, dead code, test invocationSven Gothel2011-09-081-3/+0
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-081-2/+0
* Minor edits/cleanup: unused var, finalSven Gothel2011-09-072-2/+1
* Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly typesSven Gothel2011-09-041-3/+0
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-043-1/+42
* NativeWindow/JOGL: Cleanup Caps doc and implicit related values.Sven Gothel2011-09-041-22/+30
* Complete translucency support (core w/ X11 (only) - tested w/ NEWT)Sven Gothel2011-09-032-9/+14
* JOGL/X11GLXGraphicsConfiguration: Query opaque/transparent by XRender 'alphaM...Sven Gothel2011-09-031-1/+12
* Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...Sven Gothel2011-09-0212-48/+64
* GLArrayDataWrapper: Allow vboTarget '0' -> no VBOSven Gothel2011-09-022-3/+3
* GLSL ShaderState: verbose = DEBUG ? true : falseSven Gothel2011-09-011-1/+1
* X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD...Sven Gothel2011-08-312-3/+3
* X11OnscreenGLXDrawable: Mark dead GLX_WINDOW code deadSven Gothel2011-08-311-2/+4
* glXCreateContextAttribsARB: Use NIO for attributesSven Gothel2011-08-311-22/+27
* Workaround for X11/ATI fglrx bug 515 - Multiple Display ConnectionsSven Gothel2011-08-311-0/+4
* DynamicLibraryBundle*: Use generics for better spec - following gluegen commi...Sven Gothel2011-08-319-109/+108
* Test: Cleanup warnings; Add GLProfile.initSingleton(true) call for fluctuatin...Sven Gothel2011-08-301-1/+0
* ShaderState Usage/Test: Add setShaderState(GL) for pre-use attachment to the ...Sven Gothel2011-08-302-6/+29
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-3017-289/+210
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-2410-45/+45
* GLCapabilitiesImmutable: No need to extend WriteClonable explicitly, extended...Sven Gothel2011-08-241-1/+1
* Also tackles bug 510, only lookup global on Android. See gluegen commit 58469...Sven Gothel2011-08-221-2/+9
* API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst...Sven Gothel2011-08-224-31/+76
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where GLDa...Sven Gothel2011-08-221-4/+4
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/...Sven Gothel2011-08-2210-115/+229
* NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New...Sven Gothel2011-08-222-2/+2
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-2229-363/+937
* Android Cleanup: Remove commented code, make immutables final againSven Gothel2011-08-112-16/+3
* Enclose file IO access in priviledged blockSven Gothel2011-08-111-11/+24
* Merge remote-tracking branch 'rsantina/master'Sven Gothel2011-08-093-15/+29
|\