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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...
Sven Gothel
2012-03-10
1
-4
/
+3
*
NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...
Sven Gothel
2012-03-06
1
-41
/
+12
*
NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...
Sven Gothel
2012-03-06
6
-13
/
+18
*
X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...
Sven Gothel
2012-03-05
1
-1
/
+1
*
Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...
Sven Gothel
2012-03-05
4
-60
/
+83
*
Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew...
Sven Gothel
2012-02-25
2
-3
/
+0
*
Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...
Sven Gothel
2012-02-25
1
-2
/
+3
*
Fix commit 33249b6eca519947b02f3bfbf05b73d73c936094
Sven Gothel
2012-02-22
1
-4
/
+0
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
7
-26
/
+26
*
API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...
Sven Gothel
2012-02-20
1
-1
/
+1
*
Fix ExtensionAvailabilityCache ; Enhance caching.
Sven Gothel
2012-02-14
2
-2
/
+2
*
Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...
Sven Gothel
2012-02-13
1
-2
/
+2
*
Fix JOGL GLContextImpl ProcAddressTable and Extension Caching
Sven Gothel
2012-02-13
1
-7
/
+3
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
1
-3
/
+3
*
Minor edit: Suppress USE_WGLVersion_Of_5WGLGDIFuncSet message when default.
Sven Gothel
2012-01-23
1
-1
/
+3
*
Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...
Sven Gothel
2012-01-09
7
-21
/
+115
*
Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share...
Sven Gothel
2011-12-18
1
-131
/
+140
*
GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @...
Sven Gothel
2011-12-17
2
-3
/
+0
*
setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...
Sven Gothel
2011-12-13
2
-2
/
+2
*
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
2
-2
/
+5
*
More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown
Sven Gothel
2011-11-30
3
-9
/
+21
*
GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness
Sven Gothel
2011-11-29
3
-11
/
+9
*
Fix Bug 527: Creating a context w/ shared context, while the latter is in use...
Sven Gothel
2011-11-28
1
-12
/
+12
*
SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu...
Sven Gothel
2011-11-26
1
-7
/
+4
*
Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...
Sven Gothel
2011-11-25
1
-1
/
+1
*
GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...
Sven Gothel
2011-11-23
3
-8
/
+11
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
8
-10
/
+10
*
WindowsWGLDrawableFactory createOffscreenDrawable() - Don't spin off creation...
Sven Gothel
2011-11-18
1
-18
/
+17
*
Nativewindow: Introduce API private MutableGraphicsConfiguration
Sven Gothel
2011-11-12
1
-4
/
+4
*
NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...
Sven Gothel
2011-11-09
3
-3
/
+3
*
Cleanup offscreen/pbuffer drawables - minor edits
Sven Gothel
2011-11-09
1
-8
/
+4
*
JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs...
Sven Gothel
2011-11-06
4
-17
/
+6
*
JOGL/Offscreen-Drawable: Use setRealized(boolean) protocol for offscreen/pbuffer
Sven Gothel
2011-11-06
2
-17
/
+26
*
Win32: Reuse Platform's OS VersionNumber
Sven Gothel
2011-10-29
1
-1
/
+1
*
Minor edits / cleanup of GLContext*
Sven Gothel
2011-10-26
1
-6
/
+2
*
MacOSX: Always release ctx on main thread (offscreen was frozen as well); Cle...
Sven Gothel
2011-10-13
2
-6
/
+9
*
NEWT/JOGL: MacOSX Update
Sven Gothel
2011-09-25
1
-1
/
+0
*
*GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...
Sven Gothel
2011-09-09
1
-17
/
+92
*
Complete translucency support for Win32 - tested w/ NEWT
Sven Gothel
2011-09-04
2
-1
/
+29
*
Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...
Sven Gothel
2011-09-02
2
-2
/
+2
*
DynamicLibraryBundle*: Use generics for better spec - following gluegen commi...
Sven Gothel
2011-08-31
1
-10
/
+9
*
Cleanup: Java Generics Use and Removed Unused Methods
Sven Gothel
2011-08-24
3
-15
/
+15
*
Adapt to DynamicLibraryBundleInfo API change ; Remove non std EGL/ES libs (An...
Sven Gothel
2011-08-09
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
*
GLContext Impl: Fix Platform 'GLX' ProcAddress Caching, allow multiple types
Sven Gothel
2011-08-01
1
-3
/
+3
*
GLProfile usage getMinDesktop() -> getMinimum(); WGL/X11 GLCaps: make attribu...
Sven Gothel
2011-07-31
2
-3
/
+3
[next]