aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
...
* opengl/util/glsl/Shader*: Mark classes and fields final, rename dump{Shader->...Sven Gothel2023-03-154-22/+41
* AABBox: Add API doc comment on reset() and hence default ctor regarding infin...Sven Gothel2023-03-141-3/+10
* TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...Sven Gothel2023-03-142-16/+46
* GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...Sven Gothel2023-03-131-17/+28
* Merge pull request #110 from gbburkhardt/masterGöthel Software2023-03-081-1/+7
|\
| * Fix for AWT GLCcanvas DPI scaling. Forum thread https://forum.jogamp.org/DPI...Glenn Burkhardt2023-03-061-1/+7
* | Rename NonFSAAGLCapabilitiesChooser -> NonFSAAGLCapsChooser (too long)Sven Gothel2023-03-081-3/+3
* | Apply NonFSAAGLCapabilitiesChooser in NEWTGLContext (tests only). TODO: Consi...Sven Gothel2023-03-081-3/+14
* | Graph GPUUISceneNewtDemo: Filter out all FSAA (multisample) caps if undesired...Sven Gothel2023-03-081-0/+73
* | GLArrayData: Fix API doc typo in sealed()Sven Gothel2023-03-071-1/+1
* | GLArrayData: Promote sealed() from GLArrayDataEditable, to correctly being us...Sven Gothel2023-03-075-119/+286
|/
* GLArrayData: year-rangeSven Gothel2023-03-061-1/+1
* GLArrayData*: Minor edits: API doc, space and year-rangeSven Gothel2023-03-063-5/+5
* GLArrayDataEditable: Clarify API doc on clear*(..) and rewind()Sven Gothel2023-03-061-2/+54
* GLArrayDataClient: Minor toString() and DEBUG output fixesSven Gothel2023-03-061-3/+3
* GLArrayData[Editable,Client]: Add put[34][bsif](..) and array put[bsif](..) v...Sven Gothel2023-03-062-0/+101
* GLDrawableFactory: Fix typos and mention 'surfaceless' in createDummyDrawable...Sven Gothel2023-03-041-3/+3
* GLProfile::initProfilesForDeviceCritical(): initLock.addOwner(t) only if t is...Sven Gothel2023-03-041-8/+21
* GLProfile.isValidArrayDataType() add missing accepted types for ES3/GL3+ but ...Sven Gothel2023-03-022-24/+74
* GLArrayData*: Expose reserve() for total elementCount and growIfNeeded() for ...Sven Gothel2023-02-242-37/+69
* GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina...Sven Gothel2023-02-245-213/+247
* Rename VectorUtil.ccw(..) -> isCCW(..)Sven Gothel2023-02-171-2/+3
* Merge pull request #109 from david-hall/masterSven Gothel2023-02-171-0/+1
|\
| * Add GL_DEBUG_SEVERITY_NOTIFICATION to getDbgSeverityString()David Hall2023-02-131-0/+1
* | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...Sven Gothel2023-02-171-7/+23
|/
* Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s...Sven Gothel2023-02-131-1/+20
* Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...Sven Gothel2023-02-061-10/+2
* Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-041-2/+1
* Fix GLProfile GL2 Mapping: Only use GL3bc is available, add additional GLCont...Sven Gothel2023-01-151-1/+11
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-142-4/+4
* Bug 1374: NEWT/AWT: Annotation regarding general High-DPI for even non native...Sven Gothel2020-01-171-0/+6
* SWT GLCanvas: Fix NPE in DEBUG mode; NewtCanvasSWT: Resurect comment in setBo...Sven Gothel2020-01-061-1/+3
* Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge...Sven Gothel2020-01-051-1/+14
* Reuse Gluegen's Bitfield.Util for 'PowerOf2' computationSven Gothel2019-12-311-30/+6
* Bug 1347: Resolve Merged EGL/Desktop Profile MappingSven Gothel2019-12-282-11/+14
* Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable...Sven Gothel2019-12-091-0/+10
* Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI...Sven Gothel2019-12-081-0/+1
* 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