| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G... | Sven Gothel | 2012-08-16 | 3 | -12/+34 |
* | EGLGraphicsConfigurationFactory: Fix platform w/o GLX but X11 window handle. | Sven Gothel | 2012-08-16 | 1 | -5/+12 |
* | EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl... | Sven Gothel | 2012-08-16 | 4 | -59/+119 |
* | Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10 | Sven Gothel | 2012-08-03 | 5 | -20/+52 |
* | Add property: 'jogl.disable.opengles' to disable querying and using OpenGL ES | Sven Gothel | 2012-07-25 | 1 | -2/+9 |
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 3 | -62/+140 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 13 | -64/+159 |
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable... | Sven Gothel | 2012-07-22 | 6 | -328/+500 |
* | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based) | Sven Gothel | 2012-07-20 | 2 | -8/+10 |
* | Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl... | Sven Gothel | 2012-07-20 | 4 | -2/+27 |
* | GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s... | Sven Gothel | 2012-07-20 | 8 | -53/+66 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 77 | -1674/+4139 |
* | GLCapabilities*: Add 'isFBO()' and 'setFBO(boolean)', allowing upcoming impl.... | Sven Gothel | 2012-07-09 | 2 | -9/+44 |
* | EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU... | Sven Gothel | 2012-07-09 | 4 | -93/+133 |
* | Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid! | Sven Gothel | 2012-07-06 | 1 | -77/+22 |
* | C code: remove warnings | Sven Gothel | 2012-07-06 | 1 | -3/+3 |
* | Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf... | Sven Gothel | 2012-07-06 | 7 | -77/+205 |
* | GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo... | Sven Gothel | 2012-07-05 | 6 | -103/+281 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 23 | -213/+434 |
* | GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL... | Sven Gothel | 2012-07-02 | 8 | -263/+586 |
* | Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva... | Sven Gothel | 2012-06-30 | 1 | -41/+42 |
* | JAWTUtil/MacOSXWindowSystemInterface-pbuffer: Cleanup / More DEBUG info | Sven Gothel | 2012-06-30 | 1 | -13/+12 |
* | GLContextImpl/GLDrawableImpl: More fail-safe, cleanup, mark some methods final | Sven Gothel | 2012-06-29 | 3 | -19/+25 |
* | Minor cleanup | Sven Gothel | 2012-06-29 | 3 | -17/+16 |
* | AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'... | Sven Gothel | 2012-06-28 | 2 | -4/+4 |
* | SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc... | Sven Gothel | 2012-06-28 | 2 | -6/+30 |
* | SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process l... | Sven Gothel | 2012-06-28 | 1 | -103/+113 |
* | GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking. | Sven Gothel | 2012-06-28 | 2 | -12/+21 |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 24 | -401/+716 |
* | Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie... | Sven Gothel | 2012-06-27 | 4 | -71/+111 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 18 | -464/+603 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 22 | -238/+329 |
* | Misc cleanup: add @Override | Sven Gothel | 2012-06-27 | 1 | -1/+1 |
* | NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83... | Sven Gothel | 2012-06-27 | 3 | -11/+3 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 2 | -9/+23 |
* | JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '... | Sven Gothel | 2012-06-21 | 10 | -43/+51 |
* | TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan... | Sven Gothel | 2012-06-18 | 4 | -35/+65 |
* | Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test... | Sven Gothel | 2012-06-18 | 1 | -1/+1 |
* | Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_h... | Sven Gothel | 2012-06-16 | 1 | -0/+2 |
* | Adapt to GlueGen commit 1468286bf569a493e4fdb887d5f3732f88c8cec3 (IOUtil.crea... | Sven Gothel | 2012-06-16 | 1 | -1/+1 |
* | Java Source Files: dos -> unix format | Sven Gothel | 2012-05-15 | 7 | -1878/+1878 |
* | Clarify API Doc: GLRunnable and it's GLAutoDrawable::invoke(..) | Sven Gothel | 2012-05-15 | 2 | -16/+25 |
* | graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);" | Sven Gothel | 2012-05-15 | 3 | -1/+7 |
* | Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphInt | Sven Gothel | 2012-05-15 | 4 | -11/+13 |
* | GLContext.destroy() error case: Lock hold > 1 - More explicit error message. | Sven Gothel | 2012-05-14 | 1 | -2/+2 |
* | Fix Bug 572: AWT-GLCanvas shall force setRealized(true) on AWT-EDT avoiding A... | Sven Gothel | 2012-05-14 | 1 | -3/+8 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 9 | -89/+49 |
* | Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo... | Sven Gothel | 2012-05-11 | 2 | -40/+45 |
* | NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead... | Sven Gothel | 2012-05-02 | 2 | -4/+6 |
* | GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di... | Sven Gothel | 2012-05-01 | 2 | -22/+71 |