| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro... | Sven Gothel | 2015-08-30 | 2 | -30/+66 |
* | Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries) | Sven Gothel | 2015-08-30 | 7 | -50/+182 |
* | Bug 1203: Fix regression: Handle GLRendererQuirks.GLES3ViaEGLES2Config | Sven Gothel | 2015-08-30 | 1 | -1/+4 |
* | Bug 1203: Fix regression of ES3 minMajor constraint lack (commit b8ba30a0bc7c... | Sven Gothel | 2015-08-29 | 1 | -7/+3 |
* | Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad... | Sven Gothel | 2015-08-29 | 5 | -6/+8 |
* | Bug 1203: EGLDrawableFactory.mapAvailableEGLESConfig(..): Add missing close o... | Sven Gothel | 2015-08-29 | 1 | -52/+53 |
* | Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*) | Sven Gothel | 2015-08-29 | 3 | -234/+325 |
* | Bug 1200: Refine fix for crash on GNU/Linux x86_64 'NVidia beta driver 355.06... | Sven Gothel | 2015-08-29 | 1 | -10/+11 |
* | Bug 1203: Cleanup and Prepare for regular EGL Profile probing | Sven Gothel | 2015-08-29 | 3 | -102/+253 |
* | Bug 1203: Refine DEBUG output | Sven Gothel | 2015-08-29 | 5 | -12/+46 |
* | Bug 1203: EGLGraphicsDevice.nativeDisplayID: Differentiate upstream device's ... | Sven Gothel | 2015-08-29 | 3 | -6/+19 |
* | Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ... | Sven Gothel | 2015-08-29 | 12 | -87/+193 |
* | Bug 1203: SharedResourceRunner.Implementation impl. shall use AbstractGraphic... | Sven Gothel | 2015-08-29 | 4 | -91/+56 |
* | Bug 1200: Fix crash on GNU/Linux x86_64 'NVidia beta driver 355.06' @ probeSu... | Sven Gothel | 2015-08-27 | 1 | -0/+10 |
* | Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLV... | Sven Gothel | 2015-08-27 | 1 | -14/+17 |
* | Bug 1203 (Related): Only attempt to retrieve getGLIntVersion(..) if required | Sven Gothel | 2015-08-27 | 1 | -37/+38 |
* | Bug 1202 - Move GLContextImpl.*SwapInterval* into its own section | Sven Gothel | 2015-08-27 | 1 | -28/+32 |
* | Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tear | Sven Gothel | 2015-08-27 | 6 | -43/+145 |
* | GLContextImpl.setRendererQuirks(..): Reduce duplicated code of adding quirks | Sven Gothel | 2015-08-26 | 1 | -45/+31 |
* | Bug 1062: Utilize 'GLProfile.disableOpenGLDesktop' for EGLDrawableFactory des... | Sven Gothel | 2015-08-05 | 1 | -28/+32 |
* | Remove unused jogamp.opengl.SystemUtil | Sven Gothel | 2015-08-05 | 1 | -18/+0 |
* | GLContextImpl: Update uncommented code (method name changed) | Sven Gothel | 2015-07-24 | 1 | -2/+2 |
* | StereoDevice (Generic/OVR): Add knowledge about LocationSensorParameter and a... | Sven Gothel | 2015-07-20 | 1 | -0/+6 |
* | Clarify code in stereo/ovr: Comments, states, names, formatting. | Sven Gothel | 2015-07-20 | 1 | -15/+6 |
* | Refine Frustum definition: Adding Frustum.FovDesc; Clarify makeFrustum argume... | Sven Gothel | 2015-07-20 | 1 | -1/+2 |
* | Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2) | Sven Gothel | 2015-07-18 | 2 | -37/+65 |
* | Bug 1153 - Adopt to ArrayHashSet change, don't use deprecated ctor (gluegen c... | Sven Gothel | 2015-04-01 | 2 | -2/+3 |
* | Bug 1116: Add ShutdownHook for all factories and devices to StereoDeviceFacto... | Sven Gothel | 2015-03-27 | 1 | -0/+5 |
* | Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >... | Sven Gothel | 2015-03-26 | 6 | -81/+113 |
* | Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker) | Sven Gothel | 2015-03-21 | 4 | -333/+129 |
* | Fix API Doc: GLBufferObjectTracker / GLBufferStorage | Sven Gothel | 2015-03-12 | 1 | -6/+9 |
* | Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI... | Sven Gothel | 2015-03-11 | 1 | -40/+42 |
* | Bug 1135 - Cleanup: Class ownership change of static GL enumerates | Sven Gothel | 2015-03-06 | 1 | -14/+13 |
* | Bug 1135 - GL/GLContext: Add isGLES31Compatible() | Sven Gothel | 2015-03-06 | 1 | -12/+24 |
* | Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo... | Sven Gothel | 2015-03-06 | 5 | -79/+3 |
* | FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas... | Sven Gothel | 2015-02-05 | 3 | -26/+131 |
* | Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packaging | Sven Gothel | 2015-02-05 | 6 | -66/+74 |
* | Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF... | Sven Gothel | 2015-02-05 | 2 | -92/+100 |
* | Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0... | Sven Gothel | 2015-02-03 | 4 | -11/+35 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 117 | -679/+679 |
* | Add FIXME notes: AWTPrintLifecycle, WindowsWGLGraphicsConfiguration | Sven Gothel | 2015-02-02 | 1 | -0/+1 |
* | Fix UbuntuFontLoader: Regression of commit bd24599b21f9787ac989e65b44dc1ba762... | Sven Gothel | 2015-01-27 | 1 | -14/+22 |
* | GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr... | Sven Gothel | 2015-01-23 | 4 | -39/+52 |
* | Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr... | Sven Gothel | 2015-01-23 | 9 | -209/+306 |
* | Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR... | Sven Gothel | 2015-01-23 | 6 | -22/+28 |
* | Bug 896: Refine criteria to allow OpenGL API usage for EGL | Sven Gothel | 2015-01-23 | 3 | -26/+50 |
* | Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..) | Sven Gothel | 2015-01-23 | 11 | -49/+21 |
* | Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContext | Sven Gothel | 2015-01-23 | 4 | -31/+58 |
* | Resolve merge conflict GLRendererQuirks | Sven Gothel | 2015-01-23 | 2 | -1/+12 |
|\ |
|
| * | Fixes the indentation :s | Julien Gouesse | 2014-10-24 | 1 | -2/+2 |