aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl/EGLContext.java
Commit message (Expand)AuthorAgeFilesLines
...
* GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostnessSven Gothel2011-11-291-1/+1
* Fix Bug 527: Creating a context w/ shared context, while the latter is in use...Sven Gothel2011-11-281-16/+18
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-1/+1
* Minor edits / cleanup of GLContext*Sven Gothel2011-10-261-1/+1
* *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...Sven Gothel2011-09-091-10/+19
* Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...Sven Gothel2011-09-021-1/+1
* EGLDrawable.setRealized(true) - no update gfx-config if we already have prope...Sven Gothel2011-08-071-1/+1
* GLContext Impl: Fix Platform 'GLX' ProcAddress Caching, allow multiple typesSven Gothel2011-08-011-3/+3
* EGL: Set CTX_PROFILE_ES2_COMPAT if ES2; Allow any native device; Don't use li...Sven Gothel2011-07-311-3/+12
* GLContextImpl: GLContextLock -> RecursiveLockSven Gothel2011-04-231-5/+5
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-2/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+279