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
/
GLContextImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ...
Sven Gothel
2012-02-29
1
-2
/
+4
*
GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium...
Sven Gothel
2012-02-26
1
-3
/
+18
*
Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...
Sven Gothel
2012-02-25
1
-1
/
+1
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
1
-17
/
+17
*
API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...
Sven Gothel
2012-02-20
1
-12
/
+61
*
Fix ExtensionAvailabilityCache ; Enhance caching.
Sven Gothel
2012-02-14
1
-15
/
+24
*
Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...
Sven Gothel
2012-02-13
1
-25
/
+12
*
Fix JOGL GLContextImpl ProcAddressTable and Extension Caching
Sven Gothel
2012-02-13
1
-15
/
+11
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
1
-25
/
+37
*
OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...
Sven Gothel
2012-01-13
1
-6
/
+10
*
GLContext/NativeSurface Impl's toString(): Add lock.toString()
Sven Gothel
2012-01-08
1
-5
/
+0
*
GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...
Sven Gothel
2012-01-08
1
-128
/
+160
*
setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...
Sven Gothel
2011-12-13
1
-34
/
+60
*
Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...
Sven Gothel
2011-12-11
1
-2
/
+0
*
GLContext fix shutdown(): Clear proc address tables and extension cache (GLCo...
Sven Gothel
2011-12-01
1
-2
/
+6
*
GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness
Sven Gothel
2011-11-29
1
-11
/
+27
*
Fix Bug 527: Creating a context w/ shared context, while the latter is in use...
Sven Gothel
2011-11-28
1
-2
/
+12
*
NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection name
Sven Gothel
2011-11-26
1
-1
/
+4
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
1
-4
/
+4
*
GLProfile: Add GLProfile getImpl(); Use getImpl() for getGL2ES[12](..), dropp...
Sven Gothel
2011-10-26
1
-1
/
+1
*
MacOSX: Always release ctx on main thread (offscreen was frozen as well); Cle...
Sven Gothel
2011-10-13
1
-1
/
+1
*
MacOSX: Fix shared ctx release [onMainThread]; Make GLContextShareSet lifecyc...
Sven Gothel
2011-10-13
1
-19
/
+9
*
JOGL/OSX: Properly utilize NSOpenGLContext update() via ContextUpdater, which...
Sven Gothel
2011-10-13
1
-3
/
+13
*
GLContext/GLDebugMessageHandler: Fix/clarify init and usage of dbg handler
Sven Gothel
2011-09-30
1
-3
/
+9
*
GLContextImpl: Fix bug: Surface was not unlocked in case new context creation...
Sven Gothel
2011-09-27
1
-7
/
+9
*
*GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...
Sven Gothel
2011-09-09
1
-20
/
+9
*
Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...
Sven Gothel
2011-09-02
1
-36
/
+52
*
Fix glDebugMessageInsert: Pass string length to native method instead of -1/0...
Sven Gothel
2011-08-01
1
-2
/
+3
*
JOGL: Add GLBase::isGLES2Compatible()
Sven Gothel
2011-07-31
1
-6
/
+3
*
GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in...
Sven Gothel
2011-04-28
1
-16
/
+17
*
GLContextImpl.createContextARB(..): Use impl. GLProfile to determine requeste...
Sven Gothel
2011-04-25
1
-6
/
+7
*
jogl.debug.DebugGL enables new DebugMessage/Output feature
Sven Gothel
2011-04-24
1
-5
/
+6
*
Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.
Sven Gothel
2011-04-24
1
-5
/
+90
*
GLContextImpl: GLContextLock -> RecursiveLock
Sven Gothel
2011-04-23
1
-23
/
+42
*
Fix: DEBUG field (regression)
Sven Gothel
2011-04-05
1
-0
/
+2
*
GLContext: Added java.debug.DebugGL and java.debug.TraceGL to enable debug an...
Sven Gothel
2011-04-05
1
-3
/
+9
*
changes due to code cleanup in gluegen.
Michael Bien
2011-02-26
1
-2
/
+2
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-1
/
+1
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-08
1
-0
/
+1044