index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
jogamp
/
opengl
/
GLContextImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ...
Sven Gothel
2023-10-02
1
-1
/
+1
*
Minor cleanup of imports, etc: FBObject, GLContext*, Texture, ..
Sven Gothel
2023-08-13
1
-8
/
+4
*
Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer()
Sven Gothel
2023-07-15
1
-0
/
+2
*
MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 10.13 (H...
Sven Gothel
2023-05-06
1
-0
/
+4
*
Clock: Use Clock.currentNanos() instead of System.nanoTime(); Enhancing FPSCo...
Sven Gothel
2023-03-07
1
-2
/
+3
*
Moved GlueGen's PlatformPropsImpl's static OSXVersion to GLContextImpl.MacOSV...
Sven Gothel
2023-01-15
1
-3
/
+26
*
Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()
Sven Gothel
2023-01-14
1
-5
/
+6
*
Bug 1312: GLContextShareSet Cleanup
Sven Gothel
2019-12-31
1
-2
/
+2
*
Bug 1347: Resolve Merged EGL/Desktop Profile Mapping
Sven Gothel
2019-12-28
1
-5
/
+34
*
Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI...
Sven Gothel
2019-12-08
1
-3
/
+3
*
Bug 1200: probeSurfacelessCtx works at least since NVIDIA 430.40.
Sven Gothel
2019-11-28
1
-2
/
+2
*
Bug 1156: Utilize internal glGetStringi (same as glGetString) - Robostness
Sven Gothel
2019-11-22
1
-68
/
+114
*
Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...
Sven Gothel
2019-09-07
1
-1
/
+9
*
Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...
Sven Gothel
2019-09-07
1
-5
/
+7
*
Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.Override
Sven Gothel
2019-08-23
1
-22
/
+2
*
Bug 1385: Limit Quirk GL3CompatNonCompliant to Mesa < 18.2.0
Sven Gothel
2019-08-23
1
-3
/
+4
*
Bug 1383: Tighten version/profile qualification: fail if: requested compat pr...
Sven Gothel
2019-08-23
1
-2
/
+10
*
Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ...
Sven Gothel
2019-08-22
1
-2
/
+16
*
Bug 1383: GLContextImpl.setGLFunctionAvailbility(..): Ensure only one request...
Sven Gothel
2019-08-22
1
-2
/
+33
*
Bug 1383: Cleanup GLContextImpl.setGLFunctionAvailability(..): Parameter, var...
Sven Gothel
2019-08-22
1
-119
/
+151
*
Bug 1384: Allow GLRendererQuirks to be overridden by user properties
Sven Gothel
2019-08-21
1
-3
/
+6
*
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
[next]