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/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
jogamp
/
opengl
/
macosx
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 10.13 (H...
Sven Gothel
2023-05-06
1
-2
/
+2
*
PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ...
Sven Gothel
2023-04-07
1
-1
/
+1
*
GLDrawableFactoryImpl:createMutableSurfaceImpl(..): Pass orig AbstractGraphic...
Sven Gothel
2023-03-04
1
-7
/
+7
*
GLDrawableFactoryImpl:createDummySurfaceImpl() and createSurfacelessImpl(): P...
Sven Gothel
2023-03-04
1
-8
/
+11
*
MacOSXCGLContext: Fix typo in DEBUG output
Sven Gothel
2023-01-22
1
-10
/
+10
*
MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll()
Sven Gothel
2023-01-22
1
-1
/
+1
*
MacOSXCGLContext.AttachGLLayerCmd: Allow DetachGLLayerCmd to revoke the attac...
Sven Gothel
2023-01-21
1
-5
/
+11
*
MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 12, here...
Sven Gothel
2023-01-18
1
-2
/
+5
*
MacOSXCGLContext: Avoid data race on lastSetNSViewCmd, use local copy like in...
Sven Gothel
2023-01-18
1
-3
/
+4
*
Moved GlueGen's PlatformPropsImpl's static OSXVersion to GLContextImpl.MacOSV...
Sven Gothel
2023-01-15
1
-3
/
+3
*
MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai...
Sven Gothel
2023-01-14
1
-21
/
+2
*
MacOS: MacOSXCGLContext.NSOpenGLImpl.release(): Don't wait for releasing cont...
Sven Gothel
2023-01-14
1
-1
/
+2
*
MacOS: MacOSXCGLContext: Simplify version flags, remove Tiger, add Mojave.
Sven Gothel
2023-01-14
1
-6
/
+20
*
Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer...
Sven Gothel
2020-04-06
1
-5
/
+12
*
Bug 1398: Avoid AWT-AppKit blocking feedback flush deadlock and SetNSViewCmd ...
Sven Gothel
2020-04-06
1
-28
/
+60
*
Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur...
Sven Gothel
2020-03-05
1
-25
/
+106
*
Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...
Sven Gothel
2020-02-24
1
-100
/
+211
*
IOS: CGL.updateContextRegister(..) call on main-thread using AppKit
Sven Gothel
2019-11-21
1
-2
/
+21
*
Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]
Sven Gothel
2019-09-08
1
-1
/
+1
*
Bug 1283: GLContextImpl.setGLFunctionAvailbility(..) calls: When leaving Open...
Sven Gothel
2019-08-22
1
-1
/
+1
*
iOS: Initial working commit supporting iOS (ipad pro 11)
Sven Gothel
2019-06-23
1
-0
/
+1
*
GLContextImpl: clarify surfacelessOK -> isSurfaceless
Sven Gothel
2015-10-05
1
-1
/
+1
*
Bug 1202: Fix vsync regression on OSX when using CALayer
Sven Gothel
2015-09-01
1
-0
/
+10
*
Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail...
Sven Gothel
2015-08-30
1
-0
/
+3
*
Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries)
Sven Gothel
2015-08-30
1
-0
/
+27
*
Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad...
Sven Gothel
2015-08-29
1
-1
/
+1
*
Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...
Sven Gothel
2015-08-29
2
-3
/
+13
*
Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tear
Sven Gothel
2015-08-27
1
-2
/
+11
*
Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...
Sven Gothel
2015-03-26
1
-2
/
+9
*
Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...
Sven Gothel
2015-03-06
1
-13
/
+0
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
10
-81
/
+81
*
GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...
Sven Gothel
2015-01-23
1
-1
/
+1
*
Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...
Sven Gothel
2015-01-23
2
-50
/
+84
*
Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...
Sven Gothel
2015-01-23
2
-2
/
+4
*
Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)
Sven Gothel
2015-01-23
2
-7
/
+1
*
Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....
Sven Gothel
2015-01-23
1
-2
/
+4
*
Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...
Sven Gothel
2014-12-07
2
-6
/
+7
*
Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...
Sven Gothel
2014-12-07
1
-0
/
+6
*
GLContextImpl: Unify common TRACE_SWITCH and DEBUG_TRACE_SWITCH base info-str...
Sven Gothel
2014-10-08
1
-1
/
+1
*
Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot...
Sven Gothel
2014-08-30
1
-2
/
+2
*
Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock'
Sven Gothel
2014-08-29
1
-2
/
+2
*
Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...
Sven Gothel
2014-07-28
1
-2
/
+2
*
Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...
Sven Gothel
2014-07-27
1
-6
/
+12
*
Findbugs: Use inner static class where possible
Sven Gothel
2014-07-08
1
-2
/
+2
*
Findbugs: Misc minor issues (see below)
Sven Gothel
2014-07-08
1
-5
/
+0
*
Findbugs.minor: Fix 'array -> string', missing argument
Sven Gothel
2014-07-08
1
-1
/
+1
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
11
-142
/
+143
*
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
2
-5
/
+5
*
Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...
Sven Gothel
2014-06-12
1
-2
/
+2
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-22
1
-5
/
+1
[next]