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/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
jogamp
/
opengl
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
12
-85
/
+85
*
GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...
Sven Gothel
2015-01-23
1
-19
/
+37
*
Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...
Sven Gothel
2015-01-23
1
-54
/
+21
*
Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...
Sven Gothel
2015-01-23
1
-1
/
+2
*
Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)
Sven Gothel
2015-01-23
2
-7
/
+1
*
Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContext
Sven Gothel
2015-01-23
1
-3
/
+2
*
Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....
Sven Gothel
2015-01-23
1
-2
/
+2
*
Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...
Sven Gothel
2014-12-07
3
-46
/
+96
*
Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...
Sven Gothel
2014-12-07
1
-0
/
+7
*
Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()
Sven Gothel
2014-10-26
3
-5
/
+8
*
Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...
Sven Gothel
2014-07-30
1
-9
/
+21
*
Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...
Sven Gothel
2014-07-30
1
-11
/
+4
*
Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...
Sven Gothel
2014-07-27
1
-44
/
+83
*
Findbugs: Use inner static class where possible
Sven Gothel
2014-07-08
1
-1
/
+1
*
Findbugs: Use Integer.parseInt(string) for int values to avoid boxing and unb...
Sven Gothel
2014-07-08
1
-4
/
+4
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
13
-242
/
+242
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
3
-5
/
+5
*
X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp...
Sven Gothel
2014-04-01
1
-2
/
+2
*
Bug 961: Stabilize glXGetFBConfigAttrib(..) and glXChooseFBConfig(..) Usage A...
Sven Gothel
2014-03-10
2
-9
/
+38
*
GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...
Sven Gothel
2013-11-28
1
-1
/
+4
*
Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...
Sven Gothel
2013-11-05
1
-1
/
+3
*
Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...
Sven Gothel
2013-11-04
2
-61
/
+129
*
GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...
Sven Gothel
2013-11-02
2
-22
/
+14
*
Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati...
Sven Gothel
2013-10-30
2
-2
/
+6
*
Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...
Sven Gothel
2013-10-25
2
-3
/
+3
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
3
-0
/
+4
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
8
-114
/
+114
*
Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...
Sven Gothel
2013-09-21
1
-2
/
+2
*
Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni...
Sven Gothel
2013-09-18
1
-12
/
+4
*
Revert commit 4beef4fe856690b070ba06a6caf4515aebd7171b manually for testing p...
Sven Gothel
2013-09-02
1
-2
/
+2
*
X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m...
Sven Gothel
2013-09-02
1
-2
/
+2
*
Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ...
Sven Gothel
2013-09-02
1
-1
/
+1
*
X11GLXContext: Remove redundant manual aliasing of ext. names in isExtensionA...
Sven Gothel
2013-07-17
1
-10
/
+0
*
Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...
Sven Gothel
2013-07-17
1
-2
/
+2
*
Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)
Sven Gothel
2013-07-15
1
-2
/
+7
*
Security: Apply security changes from GlueGen
Sven Gothel
2013-06-21
2
-14
/
+21
*
GLDynamicLibraryBundleInfo.shallLinkGlobal(): Defaults to 'true' now, allowin...
Sven Gothel
2013-06-18
1
-9
/
+0
*
Fix GLX: X11GLXContext used wrong FBConfig n/a query; X11GLX*: If FBConfig is...
Sven Gothel
2013-05-06
3
-5
/
+22
*
Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...
Sven Gothel
2013-04-26
3
-38
/
+13
*
Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...
Sven Gothel
2013-04-25
1
-7
/
+7
*
X11GLXContext: Issue XSync(..) after forcing X11ErrorHandle and before glXCre...
Sven Gothel
2013-04-23
1
-0
/
+2
*
Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...
Sven Gothel
2013-04-18
1
-24
/
+28
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
9
-231
/
+4
*
Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...
Sven Gothel
2013-04-16
1
-0
/
+5
*
GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan...
Sven Gothel
2013-04-10
1
-2
/
+2
*
Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages
Sven Gothel
2013-04-10
1
-1
/
+1
*
Complete 9a4fcc7ea4ec61e4ceed791acced734ac04ea270: SharedResourceRunner.Impl....
Sven Gothel
2013-03-27
1
-3
/
+0
*
SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa...
Sven Gothel
2013-03-27
1
-0
/
+16
*
*External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu...
Sven Gothel
2013-03-13
1
-20
/
+0
*
X11/WGL: Better Exception Message for failed ARB context creation if profile ...
Sven Gothel
2013-02-16
1
-1
/
+1
[next]