| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #95 from elect86/patch-1 | Sven Gothel | 2019-03-26 | 1 | -1/+1 |
|\ |
|
| * | Removing also all the double quotes | Giuseppe Barbieri | 2016-01-29 | 1 | -1/+1 |
* | | Bug 1357 Related: GLRendererQuirks NoSetSwapIntervalPostRetarget and NoDouble... | Julien Gouesse | 2019-03-25 | 1 | -5/+9 |
* | | Merge pull request #105 from serebit/patch-1 | Sven Gothel | 2019-03-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Update GLContextImpl.java | Campbell Jones | 2017-12-26 | 1 | -1/+1 |
| |/ |
|
* | | Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'rcpulled | Sven Gothel | 2018-01-16 | 1 | -9/+9 |
* | | Merge pull request #96 from gohai/vc4-module | Sven Gothel | 2018-01-15 | 1 | -1/+17 |
|\ \ |
|
| * | | Change library search order for Broadcom VC IV graphics | gohai | 2017-02-16 | 1 | -1/+17 |
| |/ |
|
* / | Shows all information of the default graphics device in JoglVersion, bug 1294bug1294 | Julien Gouesse | 2016-04-05 | 1 | -2/+1 |
|/ |
|
* | Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open... | Sven Gothel | 2015-11-15 | 2 | -12/+27 |
* | Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47ac | Sven Gothel | 2015-11-15 | 4 | -1/+31 |
* | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 9 | -243/+62 |
* | Streamline Composed Pipeline's interfaces and implementations (Trace* Debug*) | Sven Gothel | 2015-10-12 | 1 | -27/+8 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR... | Sven Gothel | 2015-10-07 | 4 | -33/+73 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: Fix G... | Sven Gothel | 2015-10-07 | 1 | -3/+6 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3: GLEmi... | Sven Gothel | 2015-10-07 | 2 | -20/+32 |
* | Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind... | Sven Gothel | 2015-10-05 | 1 | -3/+1 |
* | Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources) | Sven Gothel | 2015-10-05 | 1 | -5/+14 |
* | Bug 1239: Add support for UYVY422 (swizzled YUYV422) | Sven Gothel | 2015-10-05 | 2 | -3/+28 |
* | Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda... | Sven Gothel | 2015-10-05 | 2 | -7/+19 |
* | Bug 1206 - Security: Clear exposed framebuffer after creation and before visi... | Sven Gothel | 2015-10-05 | 1 | -31/+33 |
* | GLContextImpl: clarify surfacelessOK -> isSurfaceless | Sven Gothel | 2015-10-05 | 2 | -7/+7 |
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78... | Sven Gothel | 2015-10-03 | 5 | -13/+11 |
* | Bug 1241 - Util's Texture.coords (image coordinates) not updated properly | Sven Gothel | 2015-10-02 | 1 | -22/+29 |
* | Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La... | Sven Gothel | 2015-10-01 | 1 | -18/+1 |
* | Bug 1234 - GLReadBufferUtil.readPixelsImpl(..) not using [xy] offset in readT... | Sven Gothel | 2015-09-28 | 1 | -2/+2 |
* | Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La... | Sven Gothel | 2015-09-26 | 1 | -2/+3 |
* | Bug 1226 - GLPixelBuffer.GLPixelAttributes.getPixelFormat() doesn't handle gl... | Sven Gothel | 2015-09-26 | 1 | -0/+4 |
* | FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr... | Sven Gothel | 2015-09-17 | 1 | -4/+8 |
* | Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit 68c8e39fa8d6e7... | Sven Gothel | 2015-09-17 | 1 | -3/+12 |
* | Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter... | Sven Gothel | 2015-09-15 | 13 | -279/+402 |
* | Bug 1202: Fix vsync regression on OSX when using CALayer | Sven Gothel | 2015-09-01 | 5 | -3/+20 |
* | Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate... | Sven Gothel | 2015-08-31 | 1 | -15/+0 |
* | Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail... | Sven Gothel | 2015-08-30 | 4 | -9/+34 |
* | Bug 1203: OpenGL ES 3.1 NVIDIA 355.06's EGL impl. is unstable requires GLRend... | Sven Gothel | 2015-08-30 | 2 | -5/+6 |
* | Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro... | Sven Gothel | 2015-08-30 | 3 | -30/+67 |
* | Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries) | Sven Gothel | 2015-08-30 | 8 | -50/+194 |
* | 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 | 8 | -8/+27 |
* | *AnimatorImpl: Catch concurrent pulling of GLAutoDrawable instances | Sven Gothel | 2015-08-29 | 2 | -24/+37 |
* | Bug 1203: EGLDrawableFactory.mapAvailableEGLESConfig(..): Add missing close o... | Sven Gothel | 2015-08-29 | 1 | -52/+53 |
* | FloatUtil: Remove '@deprecated' for 'matrixToString' 'FloatBuffer' variant | Sven Gothel | 2015-08-29 | 1 | -1/+0 |
* | Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*) | Sven Gothel | 2015-08-29 | 4 | -272/+385 |
* | 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 | 4 | -124/+274 |
* | Bug 1203: Refine DEBUG output | Sven Gothel | 2015-08-29 | 6 | -19/+56 |
* | 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 |