aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/GLContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprectated classes and methodsSven Gothel2015-10-151-3/+23
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR...Sven Gothel2015-10-071-6/+14
* GLContextImpl: clarify surfacelessOK -> isSurfacelessSven Gothel2015-10-051-6/+6
* Bug 1202: Fix vsync regression on OSX when using CALayerSven Gothel2015-09-011-2/+2
* Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro...Sven Gothel2015-08-301-7/+7
* Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries)Sven Gothel2015-08-301-37/+62
* Bug 1203: Fix regression: Handle GLRendererQuirks.GLES3ViaEGLES2ConfigSven Gothel2015-08-301-1/+4
* Bug 1203: Fix regression of ES3 minMajor constraint lack (commit b8ba30a0bc7c...Sven Gothel2015-08-291-7/+3
* Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad...Sven Gothel2015-08-291-2/+4
* Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*)Sven Gothel2015-08-291-0/+34
* Bug 1200: Refine fix for crash on GNU/Linux x86_64 'NVidia beta driver 355.06...Sven Gothel2015-08-291-10/+11
* Bug 1203: Cleanup and Prepare for regular EGL Profile probingSven Gothel2015-08-291-80/+211
* Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...Sven Gothel2015-08-291-44/+101
* Bug 1200: Fix crash on GNU/Linux x86_64 'NVidia beta driver 355.06' @ probeSu...Sven Gothel2015-08-271-0/+10
* Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLV...Sven Gothel2015-08-271-14/+17
* Bug 1203 (Related): Only attempt to retrieve getGLIntVersion(..) if requiredSven Gothel2015-08-271-37/+38
* Bug 1202 - Move GLContextImpl.*SwapInterval* into its own sectionSven Gothel2015-08-271-28/+32
* Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tearSven Gothel2015-08-271-0/+31
* GLContextImpl.setRendererQuirks(..): Reduce duplicated code of adding quirksSven Gothel2015-08-261-45/+31
* GLContextImpl: Update uncommented code (method name changed)Sven Gothel2015-07-241-2/+2
* Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...Sven Gothel2015-03-261-27/+38
* Bug 1135 - GL/GLContext: Add isGLES31Compatible()Sven Gothel2015-03-061-12/+24
* Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...Sven Gothel2015-03-061-20/+1
* Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF...Sven Gothel2015-02-051-55/+68
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-24/+24
* Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...Sven Gothel2015-01-231-0/+2
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-231-6/+6
* Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContextSven Gothel2015-01-231-2/+30
* Resolve merge conflict GLRendererQuirksSven Gothel2015-01-231-0/+11
|\
| * Fixes the indentation :sJulien Gouesse2014-10-241-2/+2
| * Skips ARB_create_context with ATI Radeon 3100 (see the bug 1038)Julien Gouesse2014-10-231-0/+11
* | Bug 1119 - GL* Efficiency: Keep ProcAddressTable instance within GL* instancesSven Gothel2015-01-231-44/+57
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-071-32/+106
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-261-9/+10
* | GLContext.Version* VersionNumber Constants: Clarify names, avoiding mis-inter...Sven Gothel2014-10-251-5/+5
|/
* Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob...Sven Gothel2014-10-081-0/+7
* GLContextImpl: Unify common TRACE_SWITCH and DEBUG_TRACE_SWITCH base info-str...Sven Gothel2014-10-081-32/+25
* Bug 1078: Fix commit 99f91f8b28d42cdf341533736e878056bcae4708 (GLRendererQuir...Sven Gothel2014-10-021-4/+14
* Fix of the bug 1078Julien Gouesse2014-10-011-0/+7
* Fix GLContextImpl.setRendererQuirks(..) CTX_IMPL_ACCEL_SOFT profile stateSven Gothel2014-09-221-4/+4
* New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ...Sven Gothel2014-09-191-2/+20
* GLContextImpl.setRendererQuirks(..): Use GLRendererQuirks.addQuirk(int), drop...Sven Gothel2014-09-191-61/+58
* Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot...Sven Gothel2014-08-301-33/+33
* Bug 1055 - Access and query shared master GLContext in a deterministic fashio...Sven Gothel2014-08-301-16/+23
* Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;...Sven Gothel2014-08-301-97/+103
* Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock'Sven Gothel2014-08-291-33/+33
* Bug 1054: Cleanup GLContext 'lock' and 'drawable' usage, perform drawable nul...Sven Gothel2014-08-291-65/+84
* Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...Sven Gothel2014-07-301-2/+21
* Revert "GLContext: Don't map compatibility profiles to core profile if the la...Sven Gothel2014-07-301-0/+12
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...Sven Gothel2014-07-301-0/+3