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
/
WindowsWGLDrawableFactory.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...
Sven Gothel
2013-04-25
1
-17
/
+34
*
Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...
Sven Gothel
2013-04-18
1
-1
/
+1
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
1
-11
/
+0
*
Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages
Sven Gothel
2013-04-10
1
-3
/
+3
*
Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...
Sven Gothel
2013-04-05
1
-2
/
+1
*
SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa...
Sven Gothel
2013-03-27
1
-0
/
+5
*
Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94
Sven Gothel
2012-10-02
1
-6
/
+7
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
1
-50
/
+8
*
Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...
Sven Gothel
2012-09-07
1
-6
/
+4
*
Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...
Sven Gothel
2012-08-21
1
-0
/
+6
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-31
/
+99
*
GLAutoDrawable* refinement of abstraction / generalization - API Change!
Sven Gothel
2012-07-04
1
-1
/
+1
*
GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..
Sven Gothel
2012-06-28
1
-47
/
+82
*
GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...
Sven Gothel
2012-05-13
1
-1
/
+0
*
Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...
Sven Gothel
2012-03-18
1
-1
/
+1
*
NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...
Sven Gothel
2012-03-06
1
-3
/
+3
*
Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...
Sven Gothel
2012-02-25
1
-2
/
+3
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
1
-13
/
+13
*
API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...
Sven Gothel
2012-02-20
1
-1
/
+1
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
1
-3
/
+3
*
Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...
Sven Gothel
2011-12-11
1
-9
/
+8
*
New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...
Sven Gothel
2011-12-01
1
-16
/
+24
*
GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...
Sven Gothel
2011-12-01
1
-39
/
+53
*
Move manual GDI utils to GDIUtil ; Minor cleanup.
Sven Gothel
2011-12-01
1
-1
/
+2
*
More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown
Sven Gothel
2011-11-30
1
-3
/
+10
*
SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu...
Sven Gothel
2011-11-26
1
-7
/
+4
*
GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...
Sven Gothel
2011-11-23
1
-4
/
+3
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
1
-1
/
+1
*
WindowsWGLDrawableFactory createOffscreenDrawable() - Don't spin off creation...
Sven Gothel
2011-11-18
1
-18
/
+17
*
NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...
Sven Gothel
2011-11-09
1
-1
/
+1
*
JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs...
Sven Gothel
2011-11-06
1
-3
/
+3
*
Win32: Reuse Platform's OS VersionNumber
Sven Gothel
2011-10-29
1
-1
/
+1
*
Cleanup: Java Generics Use and Removed Unused Methods
Sven Gothel
2011-08-24
1
-1
/
+1
*
GLProfile / eager init: Use relaxed query, if context was created while initi...
Sven Gothel
2011-08-07
1
-0
/
+8
*
GLProfile: Allow EGL besides desktop; Desktop factories restricted to desktop...
Sven Gothel
2011-08-01
1
-1
/
+1
*
GLProfile usage getMinDesktop() -> getMinimum(); WGL/X11 GLCaps: make attribu...
Sven Gothel
2011-07-31
1
-1
/
+1
*
Fix SharedResource (SR) Initialization
Sven Gothel
2011-07-07
1
-12
/
+0
*
Fix TAB: Replace all TAB with 4 spaces
Sven Gothel
2011-04-08
1
-15
/
+15
*
Fix Bug #480 (attempt) - ATI + WinXP: make context current for ARB PFD querie...
Sven Gothel
2011-03-21
1
-2
/
+53
*
Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1
Sven Gothel
2011-03-20
1
-1
/
+0
*
Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE:
Sven Gothel
2011-03-20
1
-0
/
+1
*
JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...
Sven Gothel
2011-02-28
1
-0
/
+10
*
NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup
Sven Gothel
2011-02-22
1
-5
/
+8
*
Win,ARB,GL-2.x: Fix pfd to caps conversion: !pbuffer / Cleanup
Sven Gothel
2011-02-11
1
-21
/
+35
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-11
/
+11
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-08
1
-0
/
+512