aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add screenshot AWT version: TestGLReadBufferUtilTextureIOWrite01AWTSven Gothel2012-06-251-0/+134
* Tests [Multisample, Offscreen, ..]: Add Snapshots and store them in current d...Sven Gothel2012-06-259-95/+195
* JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...Sven Gothel2012-06-211-1/+6
* NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro...Sven Gothel2012-06-213-15/+3
* Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test...Sven Gothel2012-06-1813-182/+755
* Unit Test: Cleanup TextureSequence Demo Code and Tests, adding AWT Test 'laun...Sven Gothel2012-06-175-65/+225
* JOGL Texture Util Unit Test merge to 'com.jogamp.opengl.test.junit.jogl.util....Sven Gothel2012-06-176-7/+5
* Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...Sven Gothel2012-06-153-36/+17
* Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT10' w/o...Sven Gothel2012-05-162-1/+168
* Unit Test Util NEWTGLContext: Pass GLCapabilities instead of GLProfile, allow...Sven Gothel2012-05-168-17/+31
* Java Source Files: dos -> unix formatSven Gothel2012-05-158-1416/+1416
* Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT00'Sven Gothel2012-05-153-0/+290
* GPUTextRendererListenerBase01: Remove unused var.Sven Gothel2012-05-151-2/+0
* TestGLContextSurfaceLockNEWT: Add GLWindow destroy @ test endSven Gothel2012-05-131-0/+2
* Demo/Test GearsES2: Supress reshape debug printlnSven Gothel2012-05-131-2/+2
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+0
* GLContext/Surface Deadlock: Add unit test, provoking deadlock w/ 2 threads, o...glctx_deadlockSven Gothel2012-05-131-0/+218
* Add unit tests for gluUnProject fix (commit cbc77718f01a8190e1a8aa0e9afdc2a3a...Sven Gothel2012-05-121-5/+50
* Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...Sven Gothel2012-05-111-0/+113
* LauncherUtil: Allow no query in URI and no PKG in query (Align w/ GlueGen com...Sven Gothel2012-05-041-4/+1
* Minor cleanup ..Sven Gothel2012-05-042-6/+3
* Test MovieCube: Allow recreation - Video is still not visible after recreatio...Sven Gothel2012-05-021-6/+9
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-023-19/+19
* Complete commit c9faebb8f8f6be4c0de4919a516b4692742bc13c: Use 'enum ReparentO...Sven Gothel2012-05-021-6/+6
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-011-1/+1
* TestGearsES2NEWT: fullscreen/above toggle print fullscreen/above state alwaysSven Gothel2012-04-271-4/+4
* UITest, fix exception message: Add 'not'.v2.0-rc7Sven Gothel2012-04-251-1/+1
* Newt/AWT Event Factory: Add Mouse Wheel Event ConversionSven Gothel2012-04-241-1/+1
* Test (Applets): Add MovieCube to jogl-test-applets page.Sven Gothel2012-04-241-1/+6
* Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555Sven Gothel2012-04-222-7/+38
* Test: Added commented-out hacks for gdb invocation, OSX NSZombieEnabled env, ...Sven Gothel2012-04-211-4/+17
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-1612-67/+252
* NEWT/Android: Add (soft) keyboard input. Complete the Android -> NEWT key tra...Sven Gothel2012-04-162-4/+20
* API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen...Sven Gothel2012-04-167-49/+49
* TexSequence/Movie Demo's Shader: Remove profile specific 'header' files, prep...Sven Gothel2012-04-167-42/+7
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-162-3/+3
* Graph UI Demo: Add zoom w/ mouse wheel (desktop)Sven Gothel2012-04-111-0/+5
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-1119-78/+971
* Add missing: MovieSimpleActivity0Sven Gothel2012-04-091-0/+119
* ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta...Sven Gothel2012-04-092-3/+3
* Android: Cleanup AndroidWindow. NewtBaseActivity: Reset FPSCounter on resume,...Sven Gothel2012-04-091-0/+9
* GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra)Sven Gothel2012-04-097-145/+135
* GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_...Sven Gothel2012-04-073-5/+0
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-076-5/+83
* GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture);Sven Gothel2012-04-065-190/+230
* Android MovieSimple Split: zoom and orig size for performance analysisSven Gothel2012-04-064-0/+162
* GLMediaPlayer: Use URLConnection to clarify emphasize passing an available co...Sven Gothel2012-04-051-2/+2
* Enhance MovieSimple Demo: Split shader to es2/gl2, check for GL_OES_EGL_image...Sven Gothel2012-04-0511-74/+92
* Split Android MovieSimple Launcher to 3Sven Gothel2012-04-045-68/+324
* GLMediaPlayer/MovieSimple: Refine API (split setStream(GL, URL) -> initStream...Sven Gothel2012-04-033-46/+103