| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix commit 48bcceaf611a17bb3795aa9fe25a0e0c726879f7, EGLDrawableFactory's ES1... | Sven Gothel | 2012-10-19 | 1 | -1/+0 |
* | EGLDrawableFactory: Detect ES1 implementation within ES2 library, if not foun... | Sven Gothel | 2012-10-19 | 1 | -2/+16 |
* | Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76... | Sven Gothel | 2012-10-13 | 1 | -10/+21 |
* | EGL/X11 DummySurfaceHook: Lock display device at creation/destruction | Sven Gothel | 2012-10-05 | 1 | -11/+21 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 1 | -4/+4 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 1 | -2/+1 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 3 | -141/+216 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 13 | -267/+315 |
* | Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i... | Sven Gothel | 2012-09-08 | 2 | -15/+46 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 2 | -16/+44 |
* | Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a... | Sven Gothel | 2012-09-07 | 4 | -59/+72 |
* | Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang... | Sven Gothel | 2012-08-21 | 3 | -49/+144 |
* | NativeWindowFactory.getNativeWindowType(..): Return canonical string represen... | Sven Gothel | 2012-08-18 | 2 | -2/+2 |
* | Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p... | Sven Gothel | 2012-08-17 | 1 | -1/+1 |
* | Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev... | Sven Gothel | 2012-08-17 | 1 | -1/+8 |
* | 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 GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 2 | -10/+12 |
* | GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s... | Sven Gothel | 2012-07-20 | 2 | -22/+23 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 9 | -280/+505 |
* | EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU... | Sven Gothel | 2012-07-09 | 4 | -93/+133 |
* | GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo... | Sven Gothel | 2012-07-05 | 2 | -10/+2 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 1 | -5/+0 |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 1 | -48/+81 |
* | Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie... | Sven Gothel | 2012-06-27 | 1 | -11/+14 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 4 | -43/+64 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 3 | -27/+39 |
* | JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '... | Sven Gothel | 2012-06-21 | 2 | -8/+9 |
* | GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di... | Sven Gothel | 2012-05-01 | 1 | -16/+42 |
* | EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow... | Sven Gothel | 2012-05-01 | 1 | -1/+16 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -4/+4 |
* | EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro... | Sven Gothel | 2012-04-03 | 4 | -22/+25 |
* | Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566 | Sven Gothel | 2012-03-26 | 1 | -1/+7 |
* | Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES) | Sven Gothel | 2012-03-25 | 4 | -17/+32 |
* | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an... | Sven Gothel | 2012-03-10 | 1 | -6/+7 |
* | GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4... | Sven Gothel | 2012-03-07 | 1 | -2/+11 |
* | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 5 | -72/+48 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 1 | -2/+2 |
* | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes | Sven Gothel | 2012-03-05 | 1 | -1/+4 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 6 | -124/+257 |
* | Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ... | Sven Gothel | 2012-02-29 | 1 | -7/+7 |
* | Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736a | Sven Gothel | 2012-02-25 | 1 | -1/+1 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 1 | -4/+4 |
* | EGL Display Lifecycle Robustness Patch (impl. workaround) | Sven Gothel | 2012-02-22 | 4 | -7/+115 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 3 | -18/+21 |
* | EGLDrawable: use the original requested Capabilities, ignore previously chose... | Sven Gothel | 2012-02-22 | 1 | -3/+2 |
* | Fix ExtensionAvailabilityCache ; Enhance caching. | Sven Gothel | 2012-02-14 | 2 | -2/+2 |
* | Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and... | Sven Gothel | 2012-02-13 | 1 | -2/+2 |
* | Fix JOGL GLContextImpl ProcAddressTable and Extension Caching | Sven Gothel | 2012-02-13 | 1 | -7/+4 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 7 | -40/+220 |