| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed clean target so it doesn't fail if GlueGenTask is not present | Sven Gothel | 2019-08-19 | 1 | -2/+2 |
* | Bug 1363: Java 11: bring back bootclasspath for java 8 target accuracy | Sven Gothel | 2019-08-19 | 1 | -0/+10 |
* | Removed remaining bootclasspath and javah; build now works on Windows 10 | Wade Walker | 2019-08-19 | 1 | -13/+51 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 1 | -20/+74 |
* | Bug 1190: Adapt cross build TARGET_PLATFORM_USRLIBS and TARGET_PLATFORM_SYSRO... | Sven Gothel | 2019-04-08 | 1 | -2/+2 |
* | Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib) | Sven Gothel | 2019-03-30 | 1 | -14/+3 |
* | Adapt to new JNI header location within GlueGen, completes commit 9fb45e70730... | Sven Gothel | 2015-03-24 | 1 | -6/+5 |
* | Bug 1135 - Change JOGL's GlueGen Plugin to support EGL 1.5 , ES 3.1 and GL 4.5 | Sven Gothel | 2015-03-06 | 1 | -2/+4 |
* | FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas... | Sven Gothel | 2015-02-05 | 1 | -1/+7 |
* | Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (G... | Sven Gothel | 2015-02-03 | 1 | -0/+3 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -51/+51 |
* | Bug 1124 - Refine AArch64 Linux in ant build recipe, add Android AArch64 buil... | Sven Gothel | 2015-01-30 | 1 | -1/+17 |
* | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto... | Sven Gothel | 2015-01-23 | 1 | -1/+3 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -11/+24 |
* | Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ... | Sven Gothel | 2014-07-07 | 1 | -2/+5 |
* | Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024) | Sven Gothel | 2014-07-05 | 1 | -2/+2 |
|\ |
|
| * | Attempt to remove aliasing from native libraries. | Mark Raynsford | 2014-06-30 | 1 | -2/+2 |
* | | Bug 1021: Refine Stereo Rendering API and OculusVR implementing renderer | Sven Gothel | 2014-07-03 | 1 | -1/+1 |
* | | Bug 1027: Fix usage of atomic jar files (NEWT) | Sven Gothel | 2014-06-29 | 1 | -2/+2 |
|/ |
|
* | Bug 1021: Add OculusSDK binding / Basic OVR support | Sven Gothel | 2014-06-19 | 1 | -3/+1 |
* | FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val... | Sven Gothel | 2014-05-09 | 1 | -2/+2 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 1 | -1/+1 |
* | Bug 754 - Remove Ubuntu fonts from jogl-all.jar, provide it separately to red... | Sven Gothel | 2013-10-31 | 1 | -1/+6 |
* | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core... | Sven Gothel | 2013-10-10 | 1 | -3/+16 |
* | Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks. | Sven Gothel | 2013-09-19 | 1 | -3/+3 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 1 | -0/+1 |
* | build-*.xml: Unify 'javah' tasks where possible, i.e. per destination directo... | Sven Gothel | 2013-09-08 | 1 | -2/+1 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 1 | -6/+16 |
* | Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ... | Sven Gothel | 2013-08-28 | 1 | -0/+3 |
* | Fix libav/ffmpeg compilation: Use 'dot less' dir/file names; Compile ffmpeg v... | Sven Gothel | 2013-08-28 | 1 | -13/+95 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 1 | -0/+1 |
* | libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM... | Sven Gothel | 2013-08-26 | 1 | -5/+9 |
* | ffmpeg/libav: lavc54.lavf54.lavu52 -> lavc54.lavf54.lavu52.lavr01: Adding lib... | Sven Gothel | 2013-08-26 | 1 | -1/+1 |
* | libav/ffmpeg: Move current lavc53.lavf53.lavu51 (version 8) header files to t... | Sven Gothel | 2013-08-25 | 1 | -1/+2 |
* | JOGL API Doc: Remove 'JSR 231' identifier - we are no more bound to a JSR, fo... | Sven Gothel | 2013-07-17 | 1 | -1/+1 |
* | Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildCom... | Sven Gothel | 2013-07-16 | 1 | -44/+9 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -54/+135 |
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ... | Sven Gothel | 2013-06-21 | 1 | -4/+5 |
* | Add optional JOAL dependency, enabling JOAL usage for our 'av' package. Note:... | Sven Gothel | 2013-06-18 | 1 | -4/+25 |
* | Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722... | Sven Gothel | 2013-03-28 | 1 | -4/+5 |
* | Fix CALayer pos/size and animation.b01 | Sven Gothel | 2013-02-22 | 1 | -6/+8 |
* | Cleanup atomic JARs; Removed Debug/Trace pipelines of common profiles | Sven Gothel | 2012-12-16 | 1 | -39/+20 |
* | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -1/+1 |
* | Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)... | Sven Gothel | 2012-10-31 | 1 | -3/+6 |
* | Footprint Stats ; Fix Bug 624 - Compile and generate android JAR files (jogl-... | Sven Gothel | 2012-10-04 | 1 | -5/+9 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -1/+1 |
* | Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 | Sven Gothel | 2012-08-16 | 1 | -7/+7 |
* | Fix commit a393e45613d87101dbb13763df263c2f9291d2d0: jogl's cg native lib is ... | Sven Gothel | 2012-06-26 | 1 | -2/+2 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -25/+25 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-15 | 1 | -13/+6 |