| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1202: Fix vsync regression on OSX when using CALayer | Sven Gothel | 2015-09-01 | 1 | -1/+2 |
* | Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail... | Sven Gothel | 2015-08-30 | 1 | -1/+1 |
* | Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries) | Sven Gothel | 2015-08-30 | 1 | -3/+2 |
* | Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad... | Sven Gothel | 2015-08-29 | 1 | -1/+1 |
* | Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*) | Sven Gothel | 2015-08-29 | 1 | -41/+21 |
* | Bug 1203: Cleanup and Prepare for regular EGL Profile probing | Sven Gothel | 2015-08-29 | 1 | -7/+6 |
* | Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ... | Sven Gothel | 2015-08-29 | 1 | -3/+6 |
* | Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tear | Sven Gothel | 2015-08-27 | 1 | -4/+12 |
* | Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >... | Sven Gothel | 2015-03-26 | 1 | -12/+22 |
* | Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo... | Sven Gothel | 2015-03-06 | 1 | -11/+0 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -7/+7 |
* | GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr... | Sven Gothel | 2015-01-23 | 1 | -10/+8 |
* | Bug 896: Refine criteria to allow OpenGL API usage for EGL | Sven Gothel | 2015-01-23 | 1 | -10/+31 |
* | Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContext | Sven Gothel | 2015-01-23 | 1 | -23/+24 |
* | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto... | Sven Gothel | 2015-01-23 | 1 | -16/+23 |
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff... | Sven Gothel | 2014-12-07 | 1 | -68/+186 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -20/+20 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
* | Bug 929 - Reflect ES3 Compatibility with ES2 | Sven Gothel | 2013-12-21 | 1 | -16/+12 |
* | Bug 925 - Accept an ES3 Context, if reported via GL-Version-String w/o EGL_OP... | Sven Gothel | 2013-12-21 | 1 | -1/+6 |
* | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 1 | -9/+12 |
* | GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an... | Sven Gothel | 2013-11-02 | 1 | -9/+2 |
* | Fix Bug 875 - Cleanup branch using VersionNumber (fix 'Int' check strictMatch... | Sven Gothel | 2013-10-30 | 1 | -3/+13 |
* | Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma... | Sven Gothel | 2013-10-25 | 1 | -1/+3 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -10/+10 |
* | Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn... | Sven Gothel | 2013-09-21 | 1 | -2/+2 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -18/+33 |
* | Security: Apply security changes from GlueGen | Sven Gothel | 2013-06-21 | 1 | -2/+1 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -1/+1 |
* | [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..) | Sven Gothel | 2013-01-26 | 1 | -8/+13 |
* | Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER... | Sven Gothel | 2013-01-12 | 1 | -1/+1 |
* | GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos... | Sven Gothel | 2012-12-21 | 1 | -1/+1 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -10/+0 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 1 | -30/+21 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -6/+0 |
* | Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang... | Sven Gothel | 2012-08-21 | 1 | -1/+13 |
* | EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl... | Sven Gothel | 2012-08-16 | 1 | -2/+2 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -25/+51 |
* | GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo... | Sven Gothel | 2012-07-05 | 1 | -9/+1 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 1 | -14/+33 |
* | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an... | Sven Gothel | 2012-03-10 | 1 | -6/+7 |
* | GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4... | Sven Gothel | 2012-03-07 | 1 | -2/+11 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 1 | -12/+25 |
* | EGL Display Lifecycle Robustness Patch (impl. workaround) | Sven Gothel | 2012-02-22 | 1 | -0/+1 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -5/+5 |
* | Fix ExtensionAvailabilityCache ; Enhance caching. | Sven Gothel | 2012-02-14 | 1 | -1/+1 |
* | Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and... | Sven Gothel | 2012-02-13 | 1 | -2/+2 |
* | Fix JOGL GLContextImpl ProcAddressTable and Extension Caching | Sven Gothel | 2012-02-13 | 1 | -7/+4 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -5/+8 |
* | setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12... | Sven Gothel | 2011-12-13 | 1 | -1/+1 |