summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10Sven Gothel2012-08-033-14/+31
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-1/+0
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-2411-59/+152
* Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-223-80/+215
* Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-202-8/+10
* Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl...Sven Gothel2012-07-203-1/+26
* GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-207-52/+64
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-1944-907/+1498
* EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-094-93/+133
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-062-22/+88
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-053-39/+70
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-0418-130/+269
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-023-233/+389
* GLContextImpl/GLDrawableImpl: More fail-safe, cleanup, mark some methods finalSven Gothel2012-06-293-19/+25
* Minor cleanupSven Gothel2012-06-292-12/+14
* GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking.Sven Gothel2012-06-281-11/+13
* GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..Sven Gothel2012-06-2818-224/+401
* Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie...Sven Gothel2012-06-273-19/+28
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-2717-356/+494
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-2722-238/+329
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-273-11/+3
* JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...Sven Gothel2012-06-218-36/+37
* Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test...Sven Gothel2012-06-181-1/+1
* Adapt to GlueGen commit 1468286bf569a493e4fdb887d5f3732f88c8cec3 (IOUtil.crea...Sven Gothel2012-06-161-1/+1
* Java Source Files: dos -> unix formatSven Gothel2012-05-154-434/+434
* graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);"Sven Gothel2012-05-152-1/+6
* Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphIntSven Gothel2012-05-153-11/+7
* GLContext.destroy() error case: Lock hold > 1 - More explicit error message.Sven Gothel2012-05-141-2/+2
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-135-74/+49
* Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...Sven Gothel2012-05-111-5/+5
* GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...Sven Gothel2012-05-011-16/+42
* EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow...Sven Gothel2012-05-011-1/+16
* Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555Sven Gothel2012-04-221-13/+12
* Recognize swap-interval in NSOpenGLLayer modeAndres Colubri2012-04-221-2/+12
* FFMPEGDynamicLibraryBundleInfo: Adding notes ..Sven Gothel2012-04-211-0/+5
* FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom...Sven Gothel2012-04-211-1/+9
* FFmpeg Dyn. Symbol Validation: Proper check for alternative symbols where one...Sven Gothel2012-04-211-25/+63
* GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme...Sven Gothel2012-04-184-5/+88
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-165-175/+339
* Add native tests for libav/ffmpeg and gstSven Gothel2012-04-162-0/+722
* API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen...Sven Gothel2012-04-163-16/+16
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-1644-73/+72
* Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.implSven Gothel2012-04-121-5/+1
* Refine API docSven Gothel2012-04-111-1/+0
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-115-81/+78
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-112-11/+11
* Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom...Sven Gothel2012-04-113-0/+0
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-091-0/+940
* GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra)Sven Gothel2012-04-095-157/+178
* GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_...Sven Gothel2012-04-071-3/+5