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
/
egl
/
EGLDrawableFactory.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-68
/
+68
*
Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...
Sven Gothel
2013-07-17
1
-1
/
+6
*
Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...
Sven Gothel
2013-07-17
1
-1
/
+1
*
Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)
Sven Gothel
2013-07-15
1
-37
/
+77
*
Security: Apply security changes from GlueGen
Sven Gothel
2013-06-21
1
-6
/
+6
*
Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...
Sven Gothel
2013-04-26
1
-53
/
+31
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
1
-11
/
+0
*
Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...
Sven Gothel
2013-04-16
1
-0
/
+12
*
Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages
Sven Gothel
2013-04-10
1
-4
/
+2
*
Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...
Sven Gothel
2013-04-05
1
-2
/
+1
*
EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...
Sven Gothel
2012-10-30
1
-3
/
+3
*
Fix commit 48bcceaf611a17bb3795aa9fe25a0e0c726879f7, EGLDrawableFactory's ES1...
Sven Gothel
2012-10-19
1
-1
/
+0
*
EGLDrawableFactory: Detect ES1 implementation within ES2 library, if not foun...
Sven Gothel
2012-10-19
1
-2
/
+16
*
Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76...
Sven Gothel
2012-10-13
1
-10
/
+21
*
Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94
Sven Gothel
2012-10-02
1
-4
/
+4
*
Add GLRendererQuirks; Fix shared EGL/ES resources;
Sven Gothel
2012-09-20
1
-108
/
+194
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
1
-129
/
+34
*
Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...
Sven Gothel
2012-09-07
1
-12
/
+10
*
Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...
Sven Gothel
2012-09-07
1
-3
/
+6
*
Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...
Sven Gothel
2012-08-21
1
-48
/
+126
*
NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...
Sven Gothel
2012-08-18
1
-1
/
+1
*
Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p...
Sven Gothel
2012-08-17
1
-1
/
+1
*
Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev...
Sven Gothel
2012-08-17
1
-1
/
+8
*
EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...
Sven Gothel
2012-08-16
1
-7
/
+20
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-37
/
+270
*
EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...
Sven Gothel
2012-07-09
1
-16
/
+7
*
GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..
Sven Gothel
2012-06-28
1
-48
/
+81
*
GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...
Sven Gothel
2012-05-01
1
-16
/
+42
*
EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...
Sven Gothel
2012-04-03
1
-1
/
+1
*
NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...
Sven Gothel
2012-03-06
1
-3
/
+3
*
Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes
Sven Gothel
2012-03-05
1
-1
/
+4
*
Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736a
Sven Gothel
2012-02-25
1
-1
/
+1
*
Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...
Sven Gothel
2012-02-25
1
-4
/
+4
*
EGL Display Lifecycle Robustness Patch (impl. workaround)
Sven Gothel
2012-02-22
1
-3
/
+3
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
1
-22
/
+60
*
Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...
Sven Gothel
2011-12-11
1
-1
/
+5
*
New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...
Sven Gothel
2011-12-01
1
-31
/
+46
*
GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...
Sven Gothel
2011-12-01
1
-11
/
+26
*
More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown
Sven Gothel
2011-11-30
1
-3
/
+10
*
GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...
Sven Gothel
2011-11-23
1
-1
/
+1
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
1
-1
/
+1
*
NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...
Sven Gothel
2011-11-09
1
-1
/
+1
*
Minor edits / cleanup of GLContext*
Sven Gothel
2011-10-26
1
-8
/
+5
*
EGL: chooseGraphicsConfigurationStatic() public and w/ optional visualID
Sven Gothel
2011-09-30
1
-1
/
+1
*
Cleanup: Java Generics Use and Removed Unused Methods
Sven Gothel
2011-08-24
1
-1
/
+1
*
EGL Fixes ...
Sven Gothel
2011-08-09
1
-4
/
+7
*
GLProfile / eager init: Use relaxed query, if context was created while initi...
Sven Gothel
2011-08-07
1
-19
/
+74
*
EGL: Set CTX_PROFILE_ES2_COMPAT if ES2; Allow any native device; Don't use li...
Sven Gothel
2011-07-31
1
-5
/
+1
*
JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...
Sven Gothel
2011-02-28
1
-0
/
+5
*
NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup
Sven Gothel
2011-02-22
1
-2
/
+2
[next]