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
/
macosx
/
cgl
/
MacOSXCGLContext.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 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
1
-2
/
+12
*
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
1
-16
/
+16
*
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
1
-9
/
+18
*
Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...
Sven Gothel
2015-01-23
1
-1
/
+1
*
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
*
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
1
-53
/
+54
*
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
1
-3
/
+3
*
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
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
1
-18
/
+29
*
Bug 929 - Reflect ES3 Compatibility with ES2
Sven Gothel
2013-12-21
1
-1
/
+1
*
GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...
Sven Gothel
2013-11-02
1
-24
/
+8
*
Bug 867 - OSX: Allow core >=4 if isMavericksOrLater; Use [kCGLOGLPVersion_GL4...
Sven Gothel
2013-10-24
1
-19
/
+38
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+1
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-72
/
+72
*
NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...
Sven Gothel
2013-10-07
1
-1
/
+1
*
Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...
Sven Gothel
2013-09-21
1
-2
/
+2
*
Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...
Sven Gothel
2013-07-17
1
-10
/
+0
*
Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)
Sven Gothel
2013-07-15
1
-4
/
+10
*
Fix Bug 753: Stuttering caused by lack of GL resource synchronization between...
Sven Gothel
2013-06-17
1
-1
/
+51
*
MacOSXCGLContext: Use final qualifier for CGL.CGLLockContext(cglCtx) result.
Sven Gothel
2013-06-16
1
-1
/
+1
*
Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...
Sven Gothel
2013-05-17
1
-2
/
+2
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
1
-4
/
+57
*
GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): A...
Sven Gothel
2013-04-12
1
-14
/
+40
*
Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages
Sven Gothel
2013-04-10
1
-5
/
+5
*
MacOSXCGLContext: NPE in DEBUG mode while releaseNSOpenGLLayer on main-thread...
Sven Gothel
2013-03-20
1
-2
/
+2
*
MacOSXCGLContext: Remove Debug output
Sven Gothel
2013-03-19
1
-1
/
+0
*
OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...
Sven Gothel
2013-03-19
1
-134
/
+224
*
Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...
Sven Gothel
2013-03-15
1
-49
/
+78
*
OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks
Sven Gothel
2013-03-14
1
-18
/
+12
*
Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...
Sven Gothel
2013-03-13
1
-75
/
+57
*
Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)...
Sven Gothel
2013-02-21
1
-3
/
+6
*
Fix NPE of Bug 679: The ctx was released w/o fully initialized (no proper ARB...
Sven Gothel
2013-02-20
1
-1
/
+3
*
OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...
Sven Gothel
2013-02-20
1
-0
/
+1
*
Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...
Sven Gothel
2013-02-16
1
-6
/
+25
*
Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...
Sven Gothel
2013-02-15
1
-4
/
+1
*
Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...
Sven Gothel
2013-02-14
1
-1
/
+4
*
MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..
Sven Gothel
2012-12-16
1
-1
/
+1
[next]