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
/
javax
/
media
/
opengl
/
GLDrawableFactory.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)
Sven Gothel
2015-02-02
1
-798
/
+0
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
1
-19
/
+19
*
Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...
Sven Gothel
2014-12-07
1
-5
/
+7
*
Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p...
Sven Gothel
2014-07-29
1
-18
/
+1
*
Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...
Sven Gothel
2014-07-27
1
-2
/
+65
*
Bug 1031: Remove Deprecated Classes and Methods (JOGL)
Sven Gothel
2014-07-10
1
-91
/
+15
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-10
/
+11
*
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
1
-1
/
+1
*
GLDrawableFactory.shutdown0() Add DEBUG line at the end
Sven Gothel
2013-11-29
1
-0
/
+3
*
GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...
Sven Gothel
2013-11-28
1
-2
/
+2
*
Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device...
Sven Gothel
2013-11-06
1
-0
/
+13
*
GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili...
Sven Gothel
2013-10-31
1
-6
/
+13
*
GLDrawableFactory: Add 'GLAutoDrawable createDummyAutoDrawable(..)' for conve...
Sven Gothel
2013-10-29
1
-22
/
+45
*
Bug 776 GLContext Sharing: Add note about driver stability (destruction order...
Sven Gothel
2013-10-28
1
-2
/
+2
*
Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...
Sven Gothel
2013-10-27
1
-2
/
+53
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+1
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-76
/
+76
*
Fix some JavaDoc and API doc (reference) bugs ..
Sven Gothel
2013-09-08
1
-5
/
+7
*
GLDrawableFactory: Expose createDummyDrawable(..) / GLDrawableFactoryImpl: Ma...
Sven Gothel
2013-08-10
1
-1
/
+15
*
Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...
Sven Gothel
2013-07-17
1
-7
/
+11
*
Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa...
Sven Gothel
2013-06-23
1
-34
/
+22
*
Mitigate Bug 728: Java Web Start Shutdown: Exception "java.lang.IllegalStateE...
Sven Gothel
2013-06-13
1
-1
/
+9
*
Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...
Sven Gothel
2013-04-26
1
-3
/
+6
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
1
-8
/
+1
*
Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages
Sven Gothel
2013-04-10
1
-0
/
+2
*
Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...
Sven Gothel
2013-04-05
1
-4
/
+2
*
Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ...
Sven Gothel
2013-01-26
1
-5
/
+9
*
Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76...
Sven Gothel
2012-10-13
1
-14
/
+37
*
Add GLRendererQuirks; Fix shared EGL/ES resources;
Sven Gothel
2012-09-20
1
-0
/
+37
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
1
-24
/
+104
*
Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...
Sven Gothel
2012-09-07
1
-22
/
+14
*
Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...
Sven Gothel
2012-08-21
1
-2
/
+9
*
NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...
Sven Gothel
2012-08-18
1
-7
/
+7
*
Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...
Sven Gothel
2012-07-24
1
-1
/
+2
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-50
/
+34
*
GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...
Sven Gothel
2012-07-05
1
-0
/
+17
*
Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...
Sven Gothel
2012-03-13
1
-2
/
+3
*
X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...
Sven Gothel
2012-02-25
1
-2
/
+2
*
Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...
Sven Gothel
2012-02-25
1
-2
/
+15
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
1
-7
/
+5
*
Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...
Sven Gothel
2011-12-13
1
-7
/
+3
*
Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...
Sven Gothel
2011-12-11
1
-6
/
+19
*
New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...
Sven Gothel
2011-12-01
1
-6
/
+7
*
GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...
Sven Gothel
2011-12-01
1
-27
/
+43
*
More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown
Sven Gothel
2011-11-30
1
-2
/
+1
*
Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p...
Sven Gothel
2011-11-21
1
-16
/
+0
*
JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea...
Sven Gothel
2011-09-08
1
-17
/
+15
*
Cleanup: Java Generics Use and Removed Unused Methods
Sven Gothel
2011-08-24
1
-4
/
+4
*
GLProfile / eager init: Use relaxed query, if context was created while initi...
Sven Gothel
2011-08-07
1
-7
/
+5
*
GLDrawableFactory::getFactoryImpl(): Only return the EGL factory if profile i...
Sven Gothel
2011-07-31
1
-7
/
+6
[next]