summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-301-5/+8
* SharedResourceRunner: Always dump Exception if catched @ creation, not just i...Sven Gothel2012-12-301-3/+1
* setGLFunctionAvailability(..): Unify GLInt and GLString version validation; R...Sven Gothel2012-12-301-50/+102
* Cleanup / Simplify: setGLFunctionAvailability(..) / createContextARBVersions(...Sven Gothel2012-12-301-50/+95
* Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI...Sven Gothel2012-12-291-38/+77
* AWT GLCanvas: More strict GLDrawable realization [on AWT-EDT], skip if creati...Sven Gothel2012-12-281-0/+1
* Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLContextImpl.make...Sven Gothel2012-12-221-48/+42
* Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G...Sven Gothel2012-12-222-23/+35
* *Drawable impl. DEBUG: Add getThreadName() to debug out.Sven Gothel2012-12-228-13/+16
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-219-23/+32
* MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..Sven Gothel2012-12-161-1/+1
* GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...Sven Gothel2012-12-163-5/+208
* GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-164-30/+115
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-1511-98/+81
* Fix GLDrawableHelper invokeGLImpl(..): Only attempt to release context after ...Sven Gothel2012-12-021-25/+28
* OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi...Sven Gothel2012-11-212-17/+27
* Added a condition to skip updateGraphicsConfigurationARB when non-hardware-ac...jthedering2012-11-111-1/+2
* GLDrawableHelper disposeAllGLEventListener(): Don't use cached listener size ...Sven Gothel2012-11-111-3/+2
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-1112-18/+15
* Merge MathFloat into FloatUtilSven Gothel2012-11-113-62/+18
* Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...Sven Gothel2012-11-082-112/+102
* GLFBODrawableImpl: Following suit w/ commit b83b068c0f426f24a58e2bd9f52de9ebd...Sven Gothel2012-11-061-1/+1
* Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before de...Sven Gothel2012-11-061-4/+9