summaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...Sven Gothel2012-01-221-16/+44
* Complete SWT GLCanvas relocationSven Gothel2012-01-091-1/+1
* Merge pull request #41 from krisher/masterSven Gothel2012-01-091-4/+19
|\
| * [WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT ...Dan Krisher2011-11-141-4/+19
* | Fix Bug 547: Enable others architectures under GNU/LinuxSylvestre Ledru2012-01-091-1/+37
* | OSX: JOGL desktop DLL now uses weak binding for Quartz, Cocoa and OpenGL (com...Sven Gothel2012-01-091-3/+3
* | Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...Sven Gothel2012-01-091-9/+0
* | JOGL: Add 'struct timespec' (POSIX) utils for native time handlingSven Gothel2011-11-081-0/+4
* | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer)Sven Gothel2011-11-061-0/+1
|/
* Cleanup JARs: Add jogl_cg native jar (atomic only); Move newt.event.jar to at...Sven Gothel2011-10-211-8/+17
* Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ...Sven Gothel2011-10-181-10/+4
* Remove native lib cg from jogl native lib jarSven Gothel2011-09-211-0/+1
* Remove duplicates in jogl.test.jar, jogl.util.jar, jogl.util.fixedfuncemu.jarSven Gothel2011-09-141-7/+3
* Proper classpath for all javah commands, using 'rootrel.build'Sven Gothel2011-08-301-3/+5