aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl/EGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-16/+12
* Bug 925 - Accept an ES3 Context, if reported via GL-Version-String w/o EGL_OP...Sven Gothel2013-12-211-1/+6
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-9/+12
* GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...Sven Gothel2013-11-021-9/+2
* Fix Bug 875 - Cleanup branch using VersionNumber (fix 'Int' check strictMatch...Sven Gothel2013-10-301-3/+13
* Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-251-1/+3
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-10/+10
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-211-2/+2
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-18/+33
* Security: Apply security changes from GlueGenSven Gothel2013-06-211-2/+1
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-1/+1
* [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..)Sven Gothel2013-01-261-8/+13
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-121-1/+1
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-211-1/+1
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-10/+0
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-30/+21
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-6/+0
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-211-1/+13
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-161-2/+2
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-25/+51
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-051-9/+1
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-271-14/+33
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-101-6/+7
* GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4...Sven Gothel2012-03-071-2/+11
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-051-12/+25
* EGL Display Lifecycle Robustness Patch (impl. workaround)Sven Gothel2012-02-221-0/+1
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-5/+5
* Fix ExtensionAvailabilityCache ; Enhance caching.Sven Gothel2012-02-141-1/+1
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-131-2/+2
* Fix JOGL GLContextImpl ProcAddressTable and Extension CachingSven Gothel2012-02-131-7/+4
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-5/+8
* setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...Sven Gothel2011-12-131-1/+1
* 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