| Commit message (Expand) | Author | Age | Files | Lines |
* | GLArrayData: Promote sealed() from GLArrayDataEditable, to correctly being us... | Sven Gothel | 2023-03-07 | 5 | -119/+286 |
* | GLArrayData: year-range | Sven Gothel | 2023-03-06 | 1 | -1/+1 |
* | GLArrayData*: Minor edits: API doc, space and year-range | Sven Gothel | 2023-03-06 | 3 | -5/+5 |
* | GLArrayDataEditable: Clarify API doc on clear*(..) and rewind() | Sven Gothel | 2023-03-06 | 1 | -2/+54 |
* | GLArrayDataClient: Minor toString() and DEBUG output fixes | Sven Gothel | 2023-03-06 | 1 | -3/+3 |
* | GLArrayData[Editable,Client]: Add put[34][bsif](..) and array put[bsif](..) v... | Sven Gothel | 2023-03-06 | 2 | -0/+101 |
* | GLDrawableFactory: Fix typos and mention 'surfaceless' in createDummyDrawable... | Sven Gothel | 2023-03-04 | 1 | -3/+3 |
* | GLProfile::initProfilesForDeviceCritical(): initLock.addOwner(t) only if t is... | Sven Gothel | 2023-03-04 | 1 | -8/+21 |
* | GLProfile.isValidArrayDataType() add missing accepted types for ES3/GL3+ but ... | Sven Gothel | 2023-03-02 | 2 | -24/+74 |
* | GLArrayData*: Expose reserve() for total elementCount and growIfNeeded() for ... | Sven Gothel | 2023-02-24 | 2 | -37/+69 |
* | GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina... | Sven Gothel | 2023-02-24 | 5 | -213/+247 |
* | Rename VectorUtil.ccw(..) -> isCCW(..) | Sven Gothel | 2023-02-17 | 1 | -2/+3 |
* | Merge pull request #109 from david-hall/master | Sven Gothel | 2023-02-17 | 1 | -0/+1 |
|\ |
|
| * | Add GL_DEBUG_SEVERITY_NOTIFICATION to getDbgSeverityString() | David Hall | 2023-02-13 | 1 | -0/+1 |
* | | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 1 | -7/+23 |
|/ |
|
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 1 | -1/+20 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 1 | -10/+2 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 1 | -2/+1 |
* | Fix GLProfile GL2 Mapping: Only use GL3bc is available, add additional GLCont... | Sven Gothel | 2023-01-15 | 1 | -1/+11 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 2 | -4/+4 |
* | Bug 1374: NEWT/AWT: Annotation regarding general High-DPI for even non native... | Sven Gothel | 2020-01-17 | 1 | -0/+6 |
* | SWT GLCanvas: Fix NPE in DEBUG mode; NewtCanvasSWT: Resurect comment in setBo... | Sven Gothel | 2020-01-06 | 1 | -1/+3 |
* | Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge... | Sven Gothel | 2020-01-05 | 1 | -1/+14 |
* | Reuse Gluegen's Bitfield.Util for 'PowerOf2' computation | Sven Gothel | 2019-12-31 | 1 | -30/+6 |
* | Bug 1347: Resolve Merged EGL/Desktop Profile Mapping | Sven Gothel | 2019-12-28 | 2 | -11/+14 |
* | Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable... | Sven Gothel | 2019-12-09 | 1 | -0/+10 |
* | Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI... | Sven Gothel | 2019-12-08 | 1 | -0/+1 |
* | Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter... | Sven Gothel | 2019-09-07 | 1 | -6/+6 |
* | Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and... | Sven Gothel | 2019-09-07 | 1 | -2/+46 |
* | Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ... | Sven Gothel | 2019-09-07 | 1 | -0/+73 |
* | Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu... | Sven Gothel | 2019-09-07 | 2 | -6/+18 |
* | Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail... | Sven Gothel | 2019-09-05 | 1 | -7/+17 |
* | Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl... | Sven Gothel | 2019-09-04 | 1 | -58/+5 |
* | Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.Override | Sven Gothel | 2019-08-23 | 2 | -20/+25 |
* | Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ... | Sven Gothel | 2019-08-22 | 1 | -0/+2 |
* | Bug 1383: GLContext.isValidGLVersion() ensure only one profile bit is set max... | Sven Gothel | 2019-08-22 | 1 | -1/+14 |
* | GLRendererQuirks: Fix typo | Sven Gothel | 2019-08-21 | 1 | -1/+1 |
* | JoglVersion.getGLInfo: Increase robustness of debug output | Sven Gothel | 2019-08-21 | 2 | -8/+20 |
* | Bug 1384: Allow GLRendererQuirks to be overridden by user properties | Sven Gothel | 2019-08-21 | 1 | -66/+125 |
* | Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOs | Sven Gothel | 2019-08-20 | 1 | -3/+15 |
* | Removed references to non-existent method getPeer() in debug code | Wade Walker | 2019-08-19 | 1 | -2/+2 |
* | iOS: Clean up promotion of EAGLLayer use down to FBObject | Sven Gothel | 2019-06-24 | 1 | -51/+61 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 4 | -103/+219 |
* | Bug 1381: Keep host PixelFormat functional using requested immutable alphaReq... | Sven Gothel | 2019-05-13 | 2 | -13/+34 |
* | Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ... | Sven Gothel | 2019-04-10 | 1 | -25/+21 |
* | Bug 1362: Minimal action required: setBackground of the parent canvas before ... | Sven Gothel | 2019-04-09 | 1 | -0/+5 |
* | Bug 1367: Adapt to TempFileCache & TempJarCache Changes | Sven Gothel | 2019-04-03 | 2 | -2/+2 |
* | Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f... | Sven Gothel | 2019-03-30 | 2 | -5/+7 |
* | Merge pull request #100 from PissedCapslock/patch-2 | Sven Gothel | 2019-03-26 | 1 | -1/+1 |
|\ |
|
| * | Typo in javadoc of GLDrawable#isRealized | Robin Stevens | 2016-05-04 | 1 | -1/+1 |