summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl
Commit message (Expand)AuthorAgeFilesLines
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-022-4/+6
* GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...Sven Gothel2012-05-011-6/+29
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-164-7/+7
* Refine API docSven Gothel2012-04-112-10/+12
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-111-2/+5
* 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-254-256/+183
* Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...Sven Gothel2012-03-202-43/+35
* Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...Sven Gothel2012-03-191-8/+8
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-182-2/+1
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-135-27/+13
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-101-5/+44
* Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demosSven Gothel2012-03-101-14/+15
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-062-6/+6
* NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-041-3/+14
* X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...Sven Gothel2012-02-252-12/+11
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-252-18/+55
* Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]()Sven Gothel2012-02-241-0/+32
* Enhance GLProfile's profile tests - compare the final String references, inst...Sven Gothel2012-02-231-19/+19
* Fix GLProfile.isGL2ES2(): "isGL2() || isGL3()" -> "isGL2GL3()"Sven Gothel2012-02-231-14/+14
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-223-9/+9
* Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())Sven Gothel2012-02-222-3/+14
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-202-97/+183
* Fix ExtensionAvailabilityCache ; Enhance caching.Sven Gothel2012-02-142-37/+33
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-131-20/+52
* OpenGL ES/EGL OverhaulSven Gothel2012-02-136-206/+265
* OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...Sven Gothel2012-01-131-1/+6
* SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align main() ...Sven Gothel2012-01-091-3/+3
* minor editsSven Gothel2012-01-091-2/+0
* 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-083-80/+59
* Fix bug 549 - Incorrect calculation of count value in GLUniformData due to ig...Sven Gothel2012-01-051-3/+3
* GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,Sven Gothel2011-12-222-104/+94
* CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...Sven Gothel2011-12-181-1/+2
* 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 GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...Sven Gothel2011-12-131-7/+3
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-113-120/+162
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-012-10/+36
* GLContext fix shutdown(): Clear proc address tables and extension cache (GLCo...Sven Gothel2011-12-011-3/+6
* GLProfile: use dbl checked locking w/ volatile ; Proper shutdown sequence.Sven Gothel2011-12-011-26/+36
* GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-011-27/+43
* More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-302-7/+19
* 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
* Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p...Sven Gothel2011-11-211-16/+0
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-111-2/+9
* NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolderSven Gothel2011-11-091-3/+2
* GLContext: Intendation + Use generics (remove warnings)Sven Gothel2011-11-081-22/+27
* OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,...Sven Gothel2011-11-081-11/+3