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