aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
Commit message (Expand)AuthorAgeFilesLines
* Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (G...Sven Gothel2015-02-031-0/+3
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-51/+51
* Bug 1124 - Refine AArch64 Linux in ant build recipe, add Android AArch64 buil...Sven Gothel2015-01-301-1/+17
* Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-231-1/+3
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-11/+24
* Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...Sven Gothel2014-07-071-2/+5
* Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024)Sven Gothel2014-07-051-2/+2
|\
| * Attempt to remove aliasing from native libraries.Mark Raynsford2014-06-301-2/+2
* | Bug 1021: Refine Stereo Rendering API and OculusVR implementing rendererSven Gothel2014-07-031-1/+1
* | Bug 1027: Fix usage of atomic jar files (NEWT)Sven Gothel2014-06-291-2/+2
|/
* Bug 1021: Add OculusSDK binding / Basic OVR supportSven Gothel2014-06-191-3/+1
* FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...Sven Gothel2014-05-091-2/+2
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-311-1/+1
* Bug 754 - Remove Ubuntu fonts from jogl-all.jar, provide it separately to red...Sven Gothel2013-10-311-1/+6
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-101-3/+16
* Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks.Sven Gothel2013-09-191-3/+3
* Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...Sven Gothel2013-09-111-0/+1
* build-*.xml: Unify 'javah' tasks where possible, i.e. per destination directo...Sven Gothel2013-09-081-2/+1
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-291-6/+16
* Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-281-0/+3
* Fix libav/ffmpeg compilation: Use 'dot less' dir/file names; Compile ffmpeg v...Sven Gothel2013-08-281-13/+95
* GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-271-0/+1
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-261-5/+9
* ffmpeg/libav: lavc54.lavf54.lavu52 -> lavc54.lavf54.lavu52.lavr01: Adding lib...Sven Gothel2013-08-261-1/+1
* libav/ffmpeg: Move current lavc53.lavf53.lavu51 (version 8) header files to t...Sven Gothel2013-08-251-1/+2
* JOGL API Doc: Remove 'JSR 231' identifier - we are no more bound to a JSR, fo...Sven Gothel2013-07-171-1/+1
* Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildCom...Sven Gothel2013-07-161-44/+9
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-54/+135
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ...Sven Gothel2013-06-211-4/+5
* Add optional JOAL dependency, enabling JOAL usage for our 'av' package. Note:...Sven Gothel2013-06-181-4/+25
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-4/+5
* Fix CALayer pos/size and animation.b01Sven Gothel2013-02-221-6/+8
* Cleanup atomic JARs; Removed Debug/Trace pipelines of common profilesSven Gothel2012-12-161-39/+20
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-1/+1
* Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)...Sven Gothel2012-10-311-3/+6
* Footprint Stats ; Fix Bug 624 - Compile and generate android JAR files (jogl-...Sven Gothel2012-10-041-5/+9
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-1/+1
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597Sven Gothel2012-08-161-7/+7
* Fix commit a393e45613d87101dbb13763df263c2f9291d2d0: jogl's cg native lib is ...Sven Gothel2012-06-261-2/+2
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-25/+25
* Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...Sven Gothel2012-06-151-13/+6
* Adding initial Libav/FFMpeg GLMediaPlayer implementationSven Gothel2012-04-161-14/+19
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-111-5/+2
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-071-1/+1
* NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ...Sven Gothel2012-04-071-0/+1
* Ant Build: Split 2nd pass in android and non-android builds. The former uses ...Sven Gothel2012-04-031-2/+21
* Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...Sven Gothel2012-04-021-7/+27
* Get JOGL to build with NDK r7Edwin Vane2012-02-281-1/+1
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-201-0/+1
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+8