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
*
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
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-4
/
+4
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-08
1
-0
/
+249