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
/
javax
/
media
/
opengl
/
GLContext.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-23
/
+71
*
Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...
Sven Gothel
2012-07-06
1
-7
/
+64
*
GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...
Sven Gothel
2012-07-05
1
-61
/
+188
*
Minor cleanup
Sven Gothel
2012-06-29
1
-5
/
+2
*
GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking.
Sven Gothel
2012-06-28
1
-1
/
+8
*
Misc cleanup: Add @Override, remove trailing whitespace
Sven Gothel
2012-06-27
1
-108
/
+109
*
GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...
Sven Gothel
2012-05-13
1
-10
/
+0
*
StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...
Sven Gothel
2012-04-16
1
-2
/
+2
*
GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled.
Sven Gothel
2012-04-03
1
-1
/
+1
*
Enhance and generalize AWT Threading* implementation; Minor changes ..
Sven Gothel
2012-03-25
1
-2
/
+2
*
Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...
Sven Gothel
2012-03-20
1
-17
/
+11
*
Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...
Sven Gothel
2012-03-13
1
-12
/
+3
*
GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...
Sven Gothel
2012-03-10
1
-5
/
+44
*
NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...
Sven Gothel
2012-03-04
1
-3
/
+14
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
1
-1
/
+1
*
Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())
Sven Gothel
2012-02-22
1
-1
/
+12
*
API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...
Sven Gothel
2012-02-20
1
-23
/
+37
*
Fix ExtensionAvailabilityCache ; Enhance caching.
Sven Gothel
2012-02-14
1
-34
/
+30
*
Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...
Sven Gothel
2012-02-13
1
-20
/
+52
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
1
-69
/
+87
*
OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...
Sven Gothel
2012-01-13
1
-1
/
+6
*
GLContext/NativeSurface Impl's toString(): Add lock.toString()
Sven Gothel
2012-01-08
1
-1
/
+8
*
GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...
Sven Gothel
2012-01-08
1
-2
/
+5
*
GLContext fix shutdown(): Clear proc address tables and extension cache (GLCo...
Sven Gothel
2011-12-01
1
-3
/
+6
*
GLContext: Intendation + Use generics (remove warnings)
Sven Gothel
2011-11-08
1
-22
/
+27
*
Minor edits / cleanup of GLContext*
Sven Gothel
2011-10-26
1
-4
/
+2
*
MacOSX: Pull down (and fix releaseContext) NSOPENGL/CGL mode/impl, fixes SWT ...
Sven Gothel
2011-10-25
1
-1
/
+1
*
GLContext/GLDebugMessageHandler: Fix/clarify init and usage of dbg handler
Sven Gothel
2011-09-30
1
-0
/
+1
*
*GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...
Sven Gothel
2011-09-09
1
-0
/
+42
*
JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea...
Sven Gothel
2011-09-08
1
-0
/
+5
*
Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...
Sven Gothel
2011-09-02
1
-1
/
+1
*
Don't enable DebugGL/TraceGL with jogl.debug=all
Sven Gothel
2011-08-07
1
-2
/
+11
*
JOGL: Add GLBase::isGLES2Compatible()
Sven Gothel
2011-07-31
1
-5
/
+15
*
GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in...
Sven Gothel
2011-04-28
1
-7
/
+16
*
Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.
Sven Gothel
2011-04-24
1
-4
/
+101
*
GLContext changes:
Sven Gothel
2011-04-22
1
-12
/
+32
*
Fix: DEBUG field (regression)
Sven Gothel
2011-04-05
1
-3
/
+2
*
GLContext: Added java.debug.DebugGL and java.debug.TraceGL to enable debug an...
Sven Gothel
2011-04-05
1
-2
/
+7
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
1
-2
/
+2
*
Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash value due...
Sven Gothel
2011-02-06
1
-0
/
+5
*
Fix: GLX exception message / sorted imports
Sven Gothel
2011-01-31
1
-1
/
+1
*
JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key...
Sven Gothel
2010-12-09
1
-4
/
+0
*
DEBUG: GLProfile: Dump GLInfo ; GLContext: SET mappedVersions.. no stack trace
Sven Gothel
2010-12-03
1
-3
/
+3
*
JOGL: Proper handling of Read Drawable Support (if not supported), add query.
Sven Gothel
2010-11-28
1
-12
/
+35
*
NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()
Sven Gothel
2010-11-15
1
-8
/
+4
*
JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...
Sven Gothel
2010-11-14
1
-127
/
+220
*
JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL
Sven Gothel
2010-10-29
1
-3
/
+18
*
NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test
Sven Gothel
2010-10-06
1
-0
/
+1
*
trivial code cleanup in glx package.
Michael Bien
2010-09-09
1
-1
/
+1
*
Add OpenGL 3.3, 4.0 and 4.1 language mapping.
Sven Gothel
2010-08-24
1
-1
/
+1
[next]