summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* TestGLContextSurfaceLockNEWT: Add GLWindow destroy @ test endSven Gothel2012-05-131-1/+1
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+1
* GLContext/Surface Deadlock: Add unit test, provoking deadlock w/ 2 threads, o...glctx_deadlockSven Gothel2012-05-131-1/+2
* Add unit tests for gluUnProject fix (commit cbc77718f01a8190e1a8aa0e9afdc2a3a...Sven Gothel2012-05-121-1/+2
* Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...Sven Gothel2012-05-111-1/+3
* Android: Bump version.code: 914010Sven Gothel2012-05-091-1/+1
* Android: Bump version.code to 0914009Sven Gothel2012-05-091-1/+1
* Android: Add xhdpi iconSven Gothel2012-05-092-0/+0
* Android: proper version.code and test manifestSven Gothel2012-05-043-3/+27
* Android: Cleanup Manifest, don't require touch .., Bump version.code: 4Sven Gothel2012-05-043-3/+12
* Bump Android version.code: 2Sven Gothel2012-05-041-1/+1
* Android: Fix JOGL's (NEWT) Version activity: Use Launcher, show GL versionSven Gothel2012-05-042-3/+3
* APK version code = 1Sven Gothel2012-05-031-1/+1
* Reduce APK version name to 30 charsSven Gothel2012-05-031-1/+1
* Android Unit Test (incomplete): Manually test new GlueGen's MainLauncherSven Gothel2012-05-032-12/+21
* Test script: Add commented-out CLASSPATH and cmd-line args for Broadcom testsSven Gothel2012-05-021-2/+5
* NEWT/OSX: Fix occasional crash 'free of non allocated object' - change window...v2.0-rc8Sven Gothel2012-05-021-2/+2
* test scriptsSven Gothel2012-04-271-3/+5
* Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555Sven Gothel2012-04-222-5/+7
* Test: Added commented-out hacks for gdb invocation, OSX NSZombieEnabled env, ...Sven Gothel2012-04-213-0/+7
* Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices...Sven Gothel2012-04-182-1/+3
* Adding initial Libav/FFMpeg GLMediaPlayer implementationSven Gothel2012-04-163-19/+31
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-163-3/+11
* Adding libav (ffmpeg) header file, allowing upcoming dynamic linked GLMediaPl...Sven Gothel2012-04-1648-0/+13480
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-114-6/+19
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-091-1/+1
* Adding assets-test/placeholder.txtSven Gothel2012-04-091-0/+1
* Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions...Sven Gothel2012-04-097-14/+19
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-073-2/+17
* Merge PNGJ 0.85 into namespaceSven Gothel2012-04-075-0/+338
* Remove tga textureSven Gothel2012-04-071-0/+0
* NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ...Sven Gothel2012-04-075-4/+4
* GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture);Sven Gothel2012-04-063-1/+5
* Android MovieSimple Split: zoom and orig size for performance analysisSven Gothel2012-04-062-8/+30
* Split Android MovieSimple Launcher to 3Sven Gothel2012-04-042-3/+25
* Add Android API 14 GLMediaPlayer demo: MovieSimpleSven Gothel2012-04-033-0/+15
* Ant Build: Split 2nd pass in android and non-android builds. The former uses ...Sven Gothel2012-04-032-2/+28
* Fix commit de2b129a56335262a44a05541a3ab2e35668cc6e - Relocation/Exposure of ...Sven Gothel2012-04-021-0/+1
* Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...Sven Gothel2012-04-023-8/+40
* Remote unit tests: Include AWT unit testsSven Gothel2012-03-281-1/+1
* Add armhf cross build/test scriptsSven Gothel2012-03-283-0/+65
* minor edits: test.sh and android cross build scriptSven Gothel2012-03-272-3/+5
* NIODirectOnly: Remove invalid comment 'where a Buffer argument shall hold ret...Sven Gothel2012-03-261-8/+8
* Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES)Sven Gothel2012-03-251-2/+2
* edit tests.shSven Gothel2012-03-251-5/+5
* X11GLXContext: Remove DEBUG_GLX_MAKECURRENTSven Gothel2012-03-251-5/+2
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-6/+20
* Reviewed JOGL GlueGen Tags: NIODirectOnly - Removed where not technically req...Sven Gothel2012-03-222-31/+29
* Adding unit test to validate proper X11 Display closing (Bug 565)Sven Gothel2012-03-191-1/+3
* Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5...Sven Gothel2012-03-1419-260/+176