| Commit message (Expand) | Author | Age | Files | Lines |
* | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness | Sven Gothel | 2011-11-29 | 2 | -10/+3 |
* | Fix Bug 527: Creating a context w/ shared context, while the latter is in use... | Sven Gothel | 2011-11-28 | 2 | -8/+6 |
* | X11Util: Remove wrapped/locked X11Lib methods | Sven Gothel | 2011-11-26 | 6 | -20/+20 |
* | SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu... | Sven Gothel | 2011-11-26 | 1 | -5/+9 |
* | GLX Information usage cleanup | Sven Gothel | 2011-11-25 | 5 | -180/+241 |
* | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co... | Sven Gothel | 2011-11-25 | 2 | -2/+2 |
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ... | Sven Gothel | 2011-11-25 | 2 | -195/+11 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 3 | -7/+11 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 8 | -15/+15 |
* | X11GLXDrawableFactory.createOffscreenSurfaceImpl(): Create own screen/device ... | Sven Gothel | 2011-11-23 | 1 | -8/+14 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 4 | -4/+4 |
* | Cleanup offscreen/pbuffer drawables - minor edits | Sven Gothel | 2011-11-09 | 1 | -5/+4 |
* | JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs... | Sven Gothel | 2011-11-06 | 3 | -15/+5 |
* | JOGL/Offscreen-Drawable: Use setRealized(boolean) protocol for offscreen/pbuffer | Sven Gothel | 2011-11-06 | 2 | -10/+18 |
* | Cleanup ; JAWT* version flag setting based whether | Sven Gothel | 2011-11-05 | 1 | -2/+4 |
* | Minor edits / cleanup of GLContext* | Sven Gothel | 2011-10-26 | 1 | -6/+2 |
* | MacOSX: Pull down (and fix releaseContext) NSOPENGL/CGL mode/impl, fixes SWT ... | Sven Gothel | 2011-10-25 | 1 | -1/+1 |
* | Test: NEWT Remote GLWindow w/ GL2ES1 (GLSL n/a on remote GLX, eg. NV) | Sven Gothel | 2011-10-21 | 1 | -1/+1 |
* | MacOSX: Always release ctx on main thread (offscreen was frozen as well); Cle... | Sven Gothel | 2011-10-13 | 1 | -11/+1 |
* | Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo... | Sven Gothel | 2011-09-14 | 3 | -31/+36 |
* | *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro... | Sven Gothel | 2011-09-09 | 2 | -30/+111 |
* | Minor edits, dead code, test invocation | Sven Gothel | 2011-09-08 | 1 | -3/+0 |
* | 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 | 2 | -3/+3 |
* | 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 | 1 | -16/+14 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 2 | -7/+7 |
* | Adapt to DynamicLibraryBundleInfo API change ; Remove non std EGL/ES libs (An... | Sven Gothel | 2011-08-09 | 1 | -1/+1 |
* | GLProfile / eager init: Use relaxed query, if context was created while initi... | Sven Gothel | 2011-08-07 | 1 | -0/+9 |
* | GLProfile: Allow EGL besides desktop; Desktop factories restricted to desktop... | Sven Gothel | 2011-08-01 | 1 | -1/+1 |
* | GLContext Impl: Fix Platform 'GLX' ProcAddress Caching, allow multiple types | Sven Gothel | 2011-08-01 | 1 | -3/+3 |
* | Enable EGL/ES1/ES2 detection/test on desktop (using mesa's libraries) | Sven Gothel | 2011-08-01 | 1 | -6/+6 |
* | AWT/X11 Reduce XQueryExtension 'hang' ; Impl. use XineramaIsActive() instead ... | Sven Gothel | 2011-08-01 | 1 | -9/+11 |
* | GLProfile usage getMinDesktop() -> getMinimum(); WGL/X11 GLCaps: make attribu... | Sven Gothel | 2011-07-31 | 2 | -4/+4 |
* | Fix SharedResource (SR) Initialization | Sven Gothel | 2011-07-07 | 1 | -19/+30 |
* | Utilize general validation of fbcfg (further validation w/ query), refines f5... | Sven Gothel | 2011-04-28 | 3 | -4/+8 |
* | Merged pull request #35 from WadeWalker/2011-04-12-fix-bug-493. | Sven Gothel | 2011-04-27 | 1 | -1/+15 |
|\ |
|
| * | Fix problem with external context on CentOS 5.5 inside VMWare | Wade Walker | 2011-04-12 | 1 | -1/+15 |
* | | Misc cleanup, strings etc | Sven Gothel | 2011-04-24 | 1 | -1/+1 |
* | | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output. | Sven Gothel | 2011-04-24 | 1 | -7/+4 |
* | | GLContextImpl: GLContextLock -> RecursiveLock | Sven Gothel | 2011-04-23 | 1 | -13/+9 |
|/ |
|
* | Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1 | Sven Gothel | 2011-03-20 | 1 | -2/+2 |
* | Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE: | Sven Gothel | 2011-03-20 | 1 | -0/+3 |
* | JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for... | Sven Gothel | 2011-02-28 | 1 | -0/+10 |
* | JOGL/X11/AWT: No more need for seperate X11 Display instance if available | Sven Gothel | 2011-02-22 | 1 | -6/+5 |
* | NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup | Sven Gothel | 2011-02-22 | 4 | -12/+8 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 18 | -44/+44 |