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
/
windows
/
wgl
/
WindowsWGLContext.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...
Sven Gothel
2015-01-23
1
-7
/
+23
*
Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContext
Sven Gothel
2015-01-23
1
-3
/
+2
*
Resolve merge conflict GLRendererQuirks
Sven Gothel
2015-01-23
1
-1
/
+1
|
\
|
*
Skips ARB_create_context with ATI Radeon 3100 (see the bug 1038)
Julien Gouesse
2014-10-23
1
-1
/
+1
*
|
Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...
Sven Gothel
2014-12-07
1
-1
/
+3
|
/
*
Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...
Sven Gothel
2014-07-30
1
-3
/
+13
*
Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...
Sven Gothel
2014-07-30
1
-7
/
+2
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-38
/
+38
*
X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp...
Sven Gothel
2014-04-01
1
-1
/
+1
*
GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...
Sven Gothel
2013-11-02
1
-25
/
+15
*
Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati...
Sven Gothel
2013-10-30
1
-1
/
+3
*
Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...
Sven Gothel
2013-10-25
1
-1
/
+1
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-5
/
+5
*
Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...
Sven Gothel
2013-09-21
1
-2
/
+2
*
Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)
Sven Gothel
2013-07-15
1
-2
/
+8
*
Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...
Sven Gothel
2013-04-26
1
-3
/
+3
*
Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...
Sven Gothel
2013-04-25
1
-7
/
+18
*
Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...
Sven Gothel
2013-04-18
1
-23
/
+38
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
1
-11
/
+0
*
X11/WGL: Better Exception Message for failed ARB context creation if profile ...
Sven Gothel
2013-02-16
1
-1
/
+1
*
WGLContext: Enhance DEBUG output for failed makeCurrentImpl(..)
Sven Gothel
2013-01-26
1
-1
/
+5
*
GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...
Sven Gothel
2012-12-21
1
-1
/
+1
*
Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...
Sven Gothel
2012-12-15
1
-14
/
+0
*
WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...
Sven Gothel
2012-10-30
1
-4
/
+10
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-2
/
+4
*
Misc cleanup: Add @Override, remove trailing whitespace
Sven Gothel
2012-06-27
1
-26
/
+45
*
Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context)
Sven Gothel
2012-03-18
1
-4
/
+6
*
Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...
Sven Gothel
2012-03-18
1
-1
/
+0
*
GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...
Sven Gothel
2012-03-10
1
-4
/
+3
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
1
-3
/
+3
*
Fix ExtensionAvailabilityCache ; Enhance caching.
Sven Gothel
2012-02-14
1
-1
/
+1
*
Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...
Sven Gothel
2012-02-13
1
-2
/
+2
*
Fix JOGL GLContextImpl ProcAddressTable and Extension Caching
Sven Gothel
2012-02-13
1
-7
/
+3
*
setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...
Sven Gothel
2011-12-13
1
-1
/
+1
*
GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness
Sven Gothel
2011-11-29
1
-7
/
+2
*
Fix Bug 527: Creating a context w/ shared context, while the latter is in use...
Sven Gothel
2011-11-28
1
-12
/
+12
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
1
-3
/
+3
*
Minor edits / cleanup of GLContext*
Sven Gothel
2011-10-26
1
-6
/
+2
*
*GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...
Sven Gothel
2011-09-09
1
-17
/
+92
*
Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...
Sven Gothel
2011-09-02
1
-1
/
+1
*
GLContext Impl: Fix Platform 'GLX' ProcAddress Caching, allow multiple types
Sven Gothel
2011-08-01
1
-3
/
+3
*
Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.
Sven Gothel
2011-04-24
1
-7
/
+4
*
GLContextImpl: GLContextLock -> RecursiveLock
Sven Gothel
2011-04-23
1
-9
/
+9
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-5
/
+5
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-08
1
-0
/
+478