aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-221-2/+2
* Android Cleanup: Remove EGL header & library (compile time)Sven Gothel2011-08-111-1/+0
* Android: Add android/EGL lib for linkageSven Gothel2011-08-091-2/+6
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-202/+87
* Adapt latest gluegen changes for crossplatform.Sven Gothel2011-08-021-2/+2
* ES Native Libraries: Add missing GLDebugMessageHandler code ..Sven Gothel2011-07-311-0/+4
* build: add linux/armv7 support ; only add resources once w/o java sourceSven Gothel2011-07-281-10/+33
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...Sven Gothel2011-06-111-3/+26
* build: Query git branch/sha1 and use it if not set and tools are available; A...Sven Gothel2011-05-161-1/+0
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-241-0/+3
* copy all fonts and shader to build folder, allowing ide debuggingSven Gothel2011-04-221-2/+6
* Jogl build: Rebuild jar files if shaders were updatedSven Gothel2011-04-021-1/+9
* Add graph shaders and fonts ..Sven Gothel2011-04-011-2/+10
* integrated typecast into jogamp. treeSven Gothel2011-04-011-1/+8
* Remove reference to the deprecated option noCDC (2)Sylvestre Ledru2011-02-251-1/+0
* Prevent native libraries from always rebuilding and strippingWade Walker2011-02-181-54/+77
* Fix path to FixedFuncHook.class.Wade Walker2011-02-181-1/+1
* Remove CDCSven Gothel2011-02-091-209/+15
* Expand tabs to 4 spacesSven Gothel2011-02-091-8/+8
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-41/+44
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-171-1/+0
* Adding *Version to sub packagesSven Gothel2010-11-141-1/+1
* Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit sha...Sven Gothel2010-11-101-50/+10
* Gluegen parts in src/gluegen (clean)Sven Gothel2010-11-071-68/+87