aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'remotes/xranby/www'Sven Gothel2018-01-153-8/+8
|\ \ \
| * | | make/doc/jogl/spec-overview.html, make/config/jogl/gl-common.cfg: OpenGL ES 3...Xerxes Rånby2015-10-202-3/+3
| * | | www/index.html: Update links and text OpenGL ES 3.x -> OpenGL ES 3.2Xerxes Rånby2015-10-201-5/+5
* | | | Merge remote-tracking branch 'remotes/xranby/aarch64'Sven Gothel2018-01-152-0/+42
|\ \ \ \
| * | | | Bug 1295: Add linux-aarch64 GNU/Linux AArch64 supportXerxes Rånby2016-12-122-0/+42
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/hharrison/master'Sven Gothel2018-01-153-13/+11
|\ \ \ \
| * | | | WWW: update description of jaamsim on the website.Harvey Harrison2016-02-242-5/+3
| * | | | jogl: complete audit of code for unneeded calls to .intern()Harvey Harrison2015-12-071-8/+8
| |/ / /
* | | | Bug 1299: Fix Warning when using JOGL on Mac OS X El CapitanSven Gothel2018-01-151-1/+6
* | | | HowToBuild: Add Debian 9 NotesSven Gothel2018-01-151-2/+20
|/ / /
* | | Bump scripts to jre1.8.0_66Sven Gothel2015-11-169-17/+19
* | | X11Util.openDisplay: DEBUG: Show reusable and pending display countSven Gothel2015-11-151-4/+6
* | | Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open...Sven Gothel2015-11-152-12/+27
* | | Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47acSven Gothel2015-11-155-1/+41
* | | Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resizeSven Gothel2015-11-154-5/+48
|/ /
* | Remove deprectated classes and methodsSven Gothel2015-10-1513-327/+69
* | Cleanup IgnoreExtension for GL3 and GL4 exclusive extensionsSven Gothel2015-10-122-1/+17
* | TestGearsES2NEWT: Adding programmatic Debug|Trace pipelineSven Gothel2015-10-122-4/+41
* | Streamline Composed Pipeline's interfaces and implementations (Trace* Debug*)Sven Gothel2015-10-121-27/+8
* | Streamline GL* profile interfaces and implementationsSven Gothel2015-10-123-20/+22
* | Drop Vendor Extensions: INGR and PGI for all profilesSven Gothel2015-10-121-2/+2
* | Version Semantics Test: Bump for 2.3.2 -> 2.4.xSven Gothel2015-10-122-2/+40
* | WindowImpl.quirks: Access default -> protected, also fix API doc comment.v2.3.2Sven Gothel2015-10-101-3/+3
* | Bug 1249: NEWT/X11 Visibility: Listening to more events for updated state; Ad...Sven Gothel2015-10-104-48/+165
* | Bug 1247 - TestGearsNewtAWTWrapper fails AWT recreation case removeNotify -> ...Sven Gothel2015-10-093-49/+115
* | Bug 1247: JAWTWindow fail early w/ useful info: setAWTGraphicsConfiguration(....Sven Gothel2015-10-091-0/+6
* | Bug 1247: Enhance JAWTWindow DEBUG output (not fixing any issues)Sven Gothel2015-10-091-13/+17
* | Bug 1247: Align NEWT AWT driver w/ GLCanvas (not fixing any issues)Sven Gothel2015-10-091-18/+40
* | Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN: Hand...Sven Gothel2015-10-092-5/+8
* | Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600 (otherwise b...Sven Gothel2015-10-092-3/+3
* | Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a...Sven Gothel2015-10-097-103/+202
* | Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S...Sven Gothel2015-10-089-226/+416
* | Bug 1189: Fix gcc redefinition error, even thought typedef equals - on OpenIn...Sven Gothel2015-10-081-0/+4
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR...Sven Gothel2015-10-077-33/+88
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: Fix G...Sven Gothel2015-10-072-5/+8
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3: GLEmi...Sven Gothel2015-10-072-20/+32
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part2: Updat...Sven Gothel2015-10-0711-12/+83
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1b: Upda...Sven Gothel2015-10-071-12/+99
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1: Updat...Sven Gothel2015-10-078-31/+1210
* | Bug 1239: Fix comment in c-code 'how to set preferred pixel_format'Sven Gothel2015-10-051-1/+1
* | Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...Sven Gothel2015-10-055-6/+12
* | Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)Sven Gothel2015-10-051-5/+14
* | Bug 1239: Add support for UYVY422 (swizzled YUYV422)Sven Gothel2015-10-053-5/+32
* | Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda...Sven Gothel2015-10-052-7/+19
* | Bug 1223: Add '-traceMouse' commandline argument to check whether mouse event...Sven Gothel2015-10-051-0/+8
* | Merge remote-tracking branch 'xranby/junit'Sven Gothel2015-10-052-2/+2
|\ \
| * | Fix: junit/jogl/awt/TestBug1225EventQueueInterruptedAWT and junit/jogl/util/t...Xerxes Rånby2015-10-042-2/+2
* | | Bug 1206 - Security: Clear exposed framebuffer after creation and before visi...Sven Gothel2015-10-055-41/+133
* | | GLContextImpl: clarify surfacelessOK -> isSurfacelessSven Gothel2015-10-052-7/+7
|/ /
* | Bug 1245: Adding Unit Test, similar to TestBug816JTabbedPanelVisibilityB849B8...Sven Gothel2015-10-043-10/+253