aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com
Commit message (Expand)AuthorAgeFilesLines
* Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...Sven Gothel2019-09-071-6/+6
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-071-2/+46
* Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...Sven Gothel2019-09-071-0/+73
* Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...Sven Gothel2019-09-072-6/+18
* Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail...Sven Gothel2019-09-051-7/+17
* Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl...Sven Gothel2019-09-041-58/+5
* Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.OverrideSven Gothel2019-08-232-20/+25
* Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ...Sven Gothel2019-08-221-0/+2
* Bug 1383: GLContext.isValidGLVersion() ensure only one profile bit is set max...Sven Gothel2019-08-221-1/+14
* GLRendererQuirks: Fix typoSven Gothel2019-08-211-1/+1
* JoglVersion.getGLInfo: Increase robustness of debug outputSven Gothel2019-08-212-8/+20
* Bug 1384: Allow GLRendererQuirks to be overridden by user propertiesSven Gothel2019-08-211-66/+125
* Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOsSven Gothel2019-08-201-3/+15
* Removed references to non-existent method getPeer() in debug codeWade Walker2019-08-191-2/+2
* iOS: Clean up promotion of EAGLLayer use down to FBObjectSven Gothel2019-06-241-51/+61
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-234-103/+219
* Bug 1381: Keep host PixelFormat functional using requested immutable alphaReq...Sven Gothel2019-05-132-13/+34
* Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...Sven Gothel2019-04-101-25/+21
* Bug 1362: Minimal action required: setBackground of the parent canvas before ...Sven Gothel2019-04-091-0/+5
* Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-032-2/+2
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-302-5/+7
* Merge pull request #100 from PissedCapslock/patch-2Sven Gothel2019-03-261-1/+1
|\
| * Typo in javadoc of GLDrawable#isRealizedRobin Stevens2016-05-041-1/+1
* | Merge pull request #99 from PissedCapslock/patch-1Sven Gothel2019-03-261-3/+3
|\ \
| * | Improved layout of last paragraph in class javadocRobin Stevens2016-05-041-3/+3
| |/
* | ShaderCode: Fixed constant usage (GL3 -> GL3ES3)Sven Gothel2019-03-261-15/+15
* | Bug 1283: Remove shader include filename quotes if exists at start and end onlySven Gothel2019-03-261-1/+9
* | Merge pull request #95 from elect86/patch-1Sven Gothel2019-03-261-1/+1
|\ \
| * | Removing also all the double quotesGiuseppe Barbieri2016-01-291-1/+1
| |/
* / Shows all information of the default graphics device in JoglVersion, bug 1294bug1294Julien Gouesse2016-04-051-2/+1
|/
* Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47acSven Gothel2015-11-151-0/+10
* Remove deprectated classes and methodsSven Gothel2015-10-158-240/+39
* Streamline Composed Pipeline's interfaces and implementations (Trace* Debug*)Sven Gothel2015-10-121-27/+8
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR...Sven Gothel2015-10-073-27/+59
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: Fix G...Sven Gothel2015-10-071-3/+6
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3: GLEmi...Sven Gothel2015-10-072-20/+32
* Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda...Sven Gothel2015-10-051-6/+13
* Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...Sven Gothel2015-10-034-7/+7
* Bug 1241 - Util's Texture.coords (image coordinates) not updated properlySven Gothel2015-10-021-22/+29
* Bug 1234 - GLReadBufferUtil.readPixelsImpl(..) not using [xy] offset in readT...Sven Gothel2015-09-281-2/+2
* Bug 1226 - GLPixelBuffer.GLPixelAttributes.getPixelFormat() doesn't handle gl...Sven Gothel2015-09-261-0/+4
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-156-127/+149
* Bug 1203: OpenGL ES 3.1 NVIDIA 355.06's EGL impl. is unstable requires GLRend...Sven Gothel2015-08-301-3/+4
* Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro...Sven Gothel2015-08-301-0/+1
* Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries)Sven Gothel2015-08-301-0/+12
* Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad...Sven Gothel2015-08-293-2/+19
* *AnimatorImpl: Catch concurrent pulling of GLAutoDrawable instancesSven Gothel2015-08-292-24/+37
* FloatUtil: Remove '@deprecated' for 'matrixToString' 'FloatBuffer' variantSven Gothel2015-08-291-1/+0
* Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*)Sven Gothel2015-08-291-38/+60
* Bug 1203: Cleanup and Prepare for regular EGL Profile probingSven Gothel2015-08-291-22/+21