| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable... | Sven Gothel | 2019-12-09 | 1 | -0/+19 |
* | Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT | Sven Gothel | 2019-11-28 | 1 | -0/+12 |
* | Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter... | Sven Gothel | 2019-09-07 | 1 | -5/+5 |
* | Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and... | Sven Gothel | 2019-09-07 | 1 | -36/+52 |
* | Bug 1203: EGLGraphicsDevice.nativeDisplayID: Differentiate upstream device's ... | Sven Gothel | 2015-08-29 | 1 | -1/+1 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -18/+18 |
* | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto... | Sven Gothel | 2015-01-23 | 1 | -1/+1 |
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff... | Sven Gothel | 2014-12-07 | 1 | -11/+12 |
* | Findbugs: Remove dead-code / unused [temp] storage and it's assignment | Sven Gothel | 2014-07-08 | 1 | -3/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -23/+23 |
* | EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ... | Sven Gothel | 2014-01-23 | 1 | -5/+4 |
* | Bug 925 - Accept an ES3 Context, if reported via GL-Version-String w/o EGL_OP... | Sven Gothel | 2013-12-21 | 1 | -1/+3 |
* | Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613... | Sven Gothel | 2013-11-05 | 1 | -12/+38 |
* | Fix Bug 866 - Frequent IndexOutOfBoundsException in jogamp.opengl.egl.EGLGrap... | Brice Figureau | 2013-10-23 | 1 | -1/+1 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -34/+34 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 1 | -1/+1 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 1 | -2/+10 |
* | EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 1 | -1/+1 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 1 | -3/+1 |
* | Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i... | Sven Gothel | 2012-09-08 | 1 | -3/+10 |
* | Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a... | Sven Gothel | 2012-09-07 | 1 | -17/+19 |
* | EGLGraphicsConfigurationFactory: Fix platform w/o GLX but X11 window handle. | Sven Gothel | 2012-08-16 | 1 | -5/+12 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 1 | -8/+8 |
* | GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s... | Sven Gothel | 2012-07-20 | 1 | -4/+4 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -35/+30 |
* | EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU... | Sven Gothel | 2012-07-09 | 1 | -20/+14 |
* | JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '... | Sven Gothel | 2012-06-21 | 1 | -6/+6 |
* | EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow... | Sven Gothel | 2012-05-01 | 1 | -1/+16 |
* | EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro... | Sven Gothel | 2012-04-03 | 1 | -14/+15 |
* | Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES) | Sven Gothel | 2012-03-25 | 1 | -0/+1 |
* | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 1 | -16/+16 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 1 | -68/+136 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 1 | -2/+4 |
* | Minor edits / cleanup of GLContext* | Sven Gothel | 2011-10-26 | 1 | -1/+1 |
* | EGL: In case a nativeVisualID is given to match, but none visual IDs are avai... | Sven Gothel | 2011-10-06 | 1 | -2/+8 |
* | Android/EGL: dump all caps, write-back format | Sven Gothel | 2011-10-01 | 1 | -0/+3 |
* | EGL: chooseGraphicsConfigurationStatic() public and w/ optional visualID | Sven Gothel | 2011-09-30 | 1 | -13/+34 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 1 | -1/+1 |
* | EGL Fixes ... | Sven Gothel | 2011-08-09 | 1 | -22/+23 |
* | EGL: Collect all avail EGL caps w/o GLProfile preset ; Tolerate failing EGL.e... | Sven Gothel | 2011-07-31 | 1 | -29/+28 |
* | Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1 | Sven Gothel | 2011-03-20 | 1 | -1/+1 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -4/+4 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 1 | -0/+343 |