| Commit message (Expand) | Author | Age | Files | Lines |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 1 | -4/+7 |
* | Bug 1357 Related: GLRendererQuirks NoSetSwapIntervalPostRetarget and NoDouble... | Julien Gouesse | 2019-03-25 | 1 | -5/+9 |
* | Update GLContextImpl.java | Campbell Jones | 2017-12-26 | 1 | -1/+1 |
* | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 1 | -3/+23 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR... | Sven Gothel | 2015-10-07 | 1 | -6/+14 |
* | GLContextImpl: clarify surfacelessOK -> isSurfaceless | Sven Gothel | 2015-10-05 | 1 | -6/+6 |
* | Bug 1202: Fix vsync regression on OSX when using CALayer | Sven Gothel | 2015-09-01 | 1 | -2/+2 |
* | Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro... | Sven Gothel | 2015-08-30 | 1 | -7/+7 |
* | Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries) | Sven Gothel | 2015-08-30 | 1 | -37/+62 |
* | Bug 1203: Fix regression: Handle GLRendererQuirks.GLES3ViaEGLES2Config | Sven Gothel | 2015-08-30 | 1 | -1/+4 |
* | Bug 1203: Fix regression of ES3 minMajor constraint lack (commit b8ba30a0bc7c... | Sven Gothel | 2015-08-29 | 1 | -7/+3 |
* | Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad... | Sven Gothel | 2015-08-29 | 1 | -2/+4 |
* | Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*) | Sven Gothel | 2015-08-29 | 1 | -0/+34 |
* | Bug 1200: Refine fix for crash on GNU/Linux x86_64 'NVidia beta driver 355.06... | Sven Gothel | 2015-08-29 | 1 | -10/+11 |
* | Bug 1203: Cleanup and Prepare for regular EGL Profile probing | Sven Gothel | 2015-08-29 | 1 | -80/+211 |
* | Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ... | Sven Gothel | 2015-08-29 | 1 | -44/+101 |
* | Bug 1200: Fix crash on GNU/Linux x86_64 'NVidia beta driver 355.06' @ probeSu... | Sven Gothel | 2015-08-27 | 1 | -0/+10 |
* | Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLV... | Sven Gothel | 2015-08-27 | 1 | -14/+17 |
* | Bug 1203 (Related): Only attempt to retrieve getGLIntVersion(..) if required | Sven Gothel | 2015-08-27 | 1 | -37/+38 |
* | Bug 1202 - Move GLContextImpl.*SwapInterval* into its own section | Sven Gothel | 2015-08-27 | 1 | -28/+32 |
* | Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tear | Sven Gothel | 2015-08-27 | 1 | -0/+31 |
* | GLContextImpl.setRendererQuirks(..): Reduce duplicated code of adding quirks | Sven Gothel | 2015-08-26 | 1 | -45/+31 |
* | GLContextImpl: Update uncommented code (method name changed) | Sven Gothel | 2015-07-24 | 1 | -2/+2 |
* | Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >... | Sven Gothel | 2015-03-26 | 1 | -27/+38 |
* | Bug 1135 - GL/GLContext: Add isGLES31Compatible() | Sven Gothel | 2015-03-06 | 1 | -12/+24 |
* | Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo... | Sven Gothel | 2015-03-06 | 1 | -20/+1 |
* | Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF... | Sven Gothel | 2015-02-05 | 1 | -55/+68 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -24/+24 |
* | Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr... | Sven Gothel | 2015-01-23 | 1 | -0/+2 |
* | Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR... | Sven Gothel | 2015-01-23 | 1 | -6/+6 |
* | Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContext | Sven Gothel | 2015-01-23 | 1 | -2/+30 |
* | Resolve merge conflict GLRendererQuirks | Sven Gothel | 2015-01-23 | 1 | -0/+11 |
|\ |
|
| * | Fixes the indentation :s | Julien Gouesse | 2014-10-24 | 1 | -2/+2 |
| * | Skips ARB_create_context with ATI Radeon 3100 (see the bug 1038) | Julien Gouesse | 2014-10-23 | 1 | -0/+11 |
* | | Bug 1119 - GL* Efficiency: Keep ProcAddressTable instance within GL* instances | Sven Gothel | 2015-01-23 | 1 | -44/+57 |
* | | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff... | Sven Gothel | 2014-12-07 | 1 | -32/+106 |
* | | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -9/+10 |
* | | GLContext.Version* VersionNumber Constants: Clarify names, avoiding mis-inter... | Sven Gothel | 2014-10-25 | 1 | -5/+5 |
|/ |
|
* | Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob... | Sven Gothel | 2014-10-08 | 1 | -0/+7 |
* | GLContextImpl: Unify common TRACE_SWITCH and DEBUG_TRACE_SWITCH base info-str... | Sven Gothel | 2014-10-08 | 1 | -32/+25 |
* | Bug 1078: Fix commit 99f91f8b28d42cdf341533736e878056bcae4708 (GLRendererQuir... | Sven Gothel | 2014-10-02 | 1 | -4/+14 |
* | Fix of the bug 1078 | Julien Gouesse | 2014-10-01 | 1 | -0/+7 |
* | Fix GLContextImpl.setRendererQuirks(..) CTX_IMPL_ACCEL_SOFT profile state | Sven Gothel | 2014-09-22 | 1 | -4/+4 |
* | New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ... | Sven Gothel | 2014-09-19 | 1 | -2/+20 |
* | GLContextImpl.setRendererQuirks(..): Use GLRendererQuirks.addQuirk(int), drop... | Sven Gothel | 2014-09-19 | 1 | -61/+58 |
* | Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot... | Sven Gothel | 2014-08-30 | 1 | -33/+33 |
* | Bug 1055 - Access and query shared master GLContext in a deterministic fashio... | Sven Gothel | 2014-08-30 | 1 | -16/+23 |
* | Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;... | Sven Gothel | 2014-08-30 | 1 | -97/+103 |
* | Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock' | Sven Gothel | 2014-08-29 | 1 | -33/+33 |
* | Bug 1054: Cleanup GLContext 'lock' and 'drawable' usage, perform drawable nul... | Sven Gothel | 2014-08-29 | 1 | -65/+84 |