aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLSharedContextSetter.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob...Sven Gothel2014-10-081-0/+16
* GLSharedContextSetter: Fix API doc and all html references (fix URL and compl...Sven Gothel2014-08-291-7/+15
* Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA...Sven Gothel2014-07-101-2/+8
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-6/+0
* Better shared GLAutoDrawable synchronization: Block slave instances to also b...Sven Gothel2014-01-211-2/+12
* Fix javadoc: TileRendererBase (links to manual anchors) and GLSharedContextSe...Sven Gothel2013-11-121-3/+4
* GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili...Sven Gothel2013-10-311-2/+21
* Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: Add 'glFinish()' to...Sven Gothel2013-10-301-0/+5
* Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: No 'Driver stabilit...Sven Gothel2013-10-301-15/+31
* Bug 776 GLContext Sharing: Add note about driver stability (destruction order...Sven Gothel2013-10-281-1/+29
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-271-0/+78