aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): A...Sven Gothel2013-04-122-24/+58
* GLContextImpl.destroy(): Fail fast in case of invalid dawable [null, !realize...Sven Gothel2013-04-101-14/+21
* GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan...Sven Gothel2013-04-104-28/+64
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-1012-44/+40
* Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...Sven Gothel2013-04-053-6/+3
* Fix Bug 671: Add JPEG Decoder w/o AWT DependenciesSven Gothel2013-04-011-0/+1505
* GLStateKeeper: Add clearPreservedGLState()Sven Gothel2013-03-281-2/+7
* Complete 9a4fcc7ea4ec61e4ceed791acced734ac04ea270: SharedResourceRunner.Impl....Sven Gothel2013-03-271-3/+0
* SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa...Sven Gothel2013-03-273-2/+31
* Add GLStateKeeper handling GLEventListenerState preservation and restauration...Sven Gothel2013-03-221-11/+37
* MacOSXCGLContext: NPE in DEBUG mode while releaseNSOpenGLLayer on main-thread...Sven Gothel2013-03-201-2/+2
* MacOSXCGLContext: Remove Debug outputSven Gothel2013-03-191-1/+0
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-193-136/+226
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-153-59/+78
* Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...Sven Gothel2013-03-141-1/+4
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-141-18/+12
* GLEventListenerState: Moved to public package 'com.jogamp.opengl.util'Sven Gothel2013-03-132-364/+1
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-131-16/+60
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-0/+56
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-1310-192/+242
* MemoryObject: Use GlueGen's new HashUtilSven Gothel2013-03-131-44/+6
* *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu...Sven Gothel2013-03-134-85/+2
* Fix Bug 695: WGLExt.wglChoosePixelFormatARB causes buffer underflow due to a ...Sven Gothel2013-02-282-2/+2
* Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-281-1/+2
* Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)...Sven Gothel2013-02-212-15/+44
* Relax GLContextImpl.setGLFunctionAvailability(..)'s Version Matching if testi...Sven Gothel2013-02-211-2/+2
* Fix GLVersionNumber (Bug 679): Don't use a subsequent version number if not v...Sven Gothel2013-02-211-3/+8
* Fix NPE of Bug 679: The ctx was released w/o fully initialized (no proper ARB...Sven Gothel2013-02-202-2/+4
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-0/+1
* Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility stateSven Gothel2013-02-161-0/+1
* X11/WGL: Better Exception Message for failed ARB context creation if profile ...Sven Gothel2013-02-162-2/+2
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-161-6/+25
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-151-4/+1
* Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-141-1/+4
* Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t...Sven Gothel2013-02-122-116/+144
* GLContext: *TRACE_SWITCH spacingSven Gothel2013-02-112-13/+13
* Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E...Sven Gothel2013-01-272-27/+116
* GLDrawableHelper.invoke: If drawable is !realized -> deferred executionSven Gothel2013-01-271-2/+2
* Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ...Sven Gothel2013-01-262-7/+13
* WGLContext: Enhance DEBUG output for failed makeCurrentImpl(..)Sven Gothel2013-01-261-1/+5
* ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Do...Sven Gothel2013-01-261-0/+1
* [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..)Sven Gothel2013-01-262-10/+20
* FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap...Sven Gothel2013-01-261-16/+19
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-244-25/+310
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-202-4/+19
* Fix Bug 669: Recursive GLContext makeCurrent()/release()Sven Gothel2013-01-182-38/+86
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-122-19/+18
* Minor: GLWindow fix size validation; GLContextImpl: Remove hold ctx lock coun...Sven Gothel2013-01-111-6/+3
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-112-161/+290
* Update PNGJ 0.85 -> 1.12 (w/ interlace read support) ; Added PNG Interlace re...Sven Gothel2012-12-3150-1440/+3891