aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/awt
Commit message (Expand)AuthorAgeFilesLines
* GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...Sven Gothel2012-09-292-2/+2
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-152-51/+81
* Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...Sven Gothel2012-08-181-5/+6
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-241-4/+5
* Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-221-143/+174
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-192-2/+12
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-1/+1
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-042-36/+46
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-022-18/+33
* AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'...Sven Gothel2012-06-281-2/+2
* SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc...Sven Gothel2012-06-281-6/+17
* GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..Sven Gothel2012-06-283-123/+258
* Fix Bug 572: AWT-GLCanvas shall force setRealized(true) on AWT-EDT avoiding A...Sven Gothel2012-05-141-3/+8
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-132-4/+0
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-022-4/+6
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-252-247/+144
* Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...Sven Gothel2012-03-201-26/+24
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-181-1/+1
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-7/+3
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-062-6/+6
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-6/+6
* Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())Sven Gothel2012-02-221-2/+2
* OpenGL ES/EGL OverhaulSven Gothel2012-02-132-10/+5
* SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align main() ...Sven Gothel2012-01-091-3/+3
* GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-082-78/+54
* GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,Sven Gothel2011-12-222-104/+94
* New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-171-31/+67
* GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @...Sven Gothel2011-12-171-0/+1
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-111-1/+0
* Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...Sven Gothel2011-11-251-1/+3
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-232-4/+4
* OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,...Sven Gothel2011-11-081-11/+3
* GLCanvas / GLWindow: Change 'manual' resize/repaint animation filterSven Gothel2011-10-131-1/+1
* Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...Sven Gothel2011-09-271-6/+11
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-081-2/+0
* Test: Cleanup warnings; Add GLProfile.initSingleton(true) call for fluctuatin...Sven Gothel2011-08-301-1/+0
* NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New...Sven Gothel2011-08-221-1/+1
* Fix 'main' invocationSven Gothel2011-07-071-0/+1
* GLProfile: Initialization fix and clarifications ( GLExceptions on n/a profil...Sven Gothel2011-07-072-12/+29
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-242-2/+31
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-3/+3
* Fix unnecessary NPE in case of unrealized GLCanvas (getRequestedCapabilities())Sven Gothel2011-03-261-1/+1
* Fix Bug #460 - GLCanvas NPESven Gothel2011-03-211-1/+4
* Attempt to analyze failed AWT UI tests, where no paint is being issued to GLC...Sven Gothel2011-02-261-3/+14
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-261-10/+17
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-092-12/+12
* Move GLCanvas' static initialization of default GLProfile into constructor to...Dan Krisher2011-02-051-3/+1
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-311-7/+16
* GLCanvas: lock/sync drawable usage ; remove destroyed refs (context, drawable...Sven Gothel2010-12-231-17/+104
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-192-85/+137