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
/
WindowsWGLGraphicsConfigurationFactory.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
-1
/
+6
*
Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...
Sven Gothel
2014-12-07
1
-2
/
+2
*
Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()
Sven Gothel
2014-10-26
1
-4
/
+5
*
WindowsWGLGraphicsConfiguration[Factory]: Refine indentation to increase read...
Sven Gothel
2014-10-03
1
-18
/
+36
*
Uses System.err instead of System.out in order to drive the debug logs more c...
unknown
2014-10-02
1
-3
/
+7
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-31
/
+31
*
WindowsWGLGraphicsConfigurationFactory: Fix chosenPFDID -> recommendedIndex (...
Sven Gothel
2013-11-07
1
-20
/
+33
*
Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...
Sven Gothel
2013-11-05
1
-37
/
+66
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+1
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-21
/
+21
*
Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...
Sven Gothel
2013-04-26
1
-8
/
+13
*
Bug 718: Exclude updateGraphicsConfigurationARB(..) usage for BITMAP (Windows...
Sven Gothel
2013-04-18
1
-3
/
+7
*
Bug 718: Windows BITMAP Offscreen Fails w/ GLCaps other than simple RGB888 - ...
Sven Gothel
2013-04-17
1
-8
/
+15
*
Added a condition to skip updateGraphicsConfigurationARB when non-hardware-ac...
jthedering
2012-11-11
1
-1
/
+2
*
WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...
Sven Gothel
2012-10-30
1
-2
/
+6
*
Add GLRendererQuirks; Fix shared EGL/ES resources;
Sven Gothel
2012-09-20
1
-4
/
+1
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
1
-13
/
+15
*
Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...
Sven Gothel
2012-09-08
1
-19
/
+52
*
Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...
Sven Gothel
2012-09-07
1
-37
/
+43
*
Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...
Sven Gothel
2012-07-24
1
-2
/
+2
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-9
/
+10
*
JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...
Sven Gothel
2012-06-21
1
-7
/
+7
*
Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...
Sven Gothel
2012-03-18
1
-1
/
+2
*
NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...
Sven Gothel
2012-03-06
1
-2
/
+3
*
Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...
Sven Gothel
2012-03-05
1
-0
/
+3
*
Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew...
Sven Gothel
2012-02-25
1
-1
/
+0
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
1
-5
/
+5
*
Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...
Sven Gothel
2012-01-09
1
-5
/
+5
*
More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown
Sven Gothel
2011-11-30
1
-1
/
+1
*
GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...
Sven Gothel
2011-11-23
1
-2
/
+4
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
1
-1
/
+1
*
NEWT/JOGL: MacOSX Update
Sven Gothel
2011-09-25
1
-1
/
+0
*
Complete translucency support for Win32 - tested w/ NEWT
Sven Gothel
2011-09-04
1
-0
/
+8
*
Cleanup: Java Generics Use and Removed Unused Methods
Sven Gothel
2011-08-24
1
-6
/
+6
*
Fix TAB: Replace all TAB with 4 spaces
Sven Gothel
2011-04-08
1
-23
/
+23
*
Fix Bug #480 (attempt) - ATI + WinXP: make context current for ARB PFD querie...
Sven Gothel
2011-03-21
1
-44
/
+60
*
Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1
Sven Gothel
2011-03-20
1
-3
/
+2
*
Win,ARB,GL-2.x: Fix pfd to caps conversion: !pbuffer / Cleanup
Sven Gothel
2011-02-11
1
-19
/
+19
*
Fix Win/GDI: getAvailableGLCapabilitiesGDI() add offscreen GLCaps as well
Sven Gothel
2011-02-10
1
-13
/
+3
*
Fix code style
Sven Gothel
2011-02-09
1
-1
/
+2
*
Merge branch 'bug_468_ClassCast_exception_on_debug_logging_try_2' of https://...
Sven Gothel
2011-02-09
1
-1
/
+4
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-7
/
+7
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-08
1
-0
/
+477