| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph UI Demo: Add zoom w/ mouse wheel (desktop) | Sven Gothel | 2012-04-11 | 1 | -0/+5 |
* | Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te... | Sven Gothel | 2012-04-11 | 19 | -78/+971 |
* | Add missing: MovieSimpleActivity0 | Sven Gothel | 2012-04-09 | 1 | -0/+119 |
* | ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta... | Sven Gothel | 2012-04-09 | 2 | -3/+3 |
* | Android: Cleanup AndroidWindow. NewtBaseActivity: Reset FPSCounter on resume,... | Sven Gothel | 2012-04-09 | 1 | -0/+9 |
* | GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra) | Sven Gothel | 2012-04-09 | 7 | -145/+135 |
* | GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_... | Sven Gothel | 2012-04-07 | 3 | -5/+0 |
* | TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl... | Sven Gothel | 2012-04-07 | 6 | -5/+83 |
* | GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture); | Sven Gothel | 2012-04-06 | 5 | -190/+230 |
* | Android MovieSimple Split: zoom and orig size for performance analysis | Sven Gothel | 2012-04-06 | 4 | -0/+162 |
* | GLMediaPlayer: Use URLConnection to clarify emphasize passing an available co... | Sven Gothel | 2012-04-05 | 1 | -2/+2 |
* | Enhance MovieSimple Demo: Split shader to es2/gl2, check for GL_OES_EGL_image... | Sven Gothel | 2012-04-05 | 11 | -74/+92 |
* | Split Android MovieSimple Launcher to 3 | Sven Gothel | 2012-04-04 | 5 | -68/+324 |
* | GLMediaPlayer/MovieSimple: Refine API (split setStream(GL, URL) -> initStream... | Sven Gothel | 2012-04-03 | 3 | -46/+103 |
* | Add Android API 14 GLMediaPlayer demo: MovieSimple | Sven Gothel | 2012-04-03 | 6 | -114/+396 |
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr... | Sven Gothel | 2012-04-02 | 3 | -0/+416 |
* | Enhance and generalize AWT Threading* implementation; Minor changes .. | Sven Gothel | 2012-03-25 | 1 | -3/+15 |
* | Adding unit test to validate proper X11 Display closing (Bug 565) | Sven Gothel | 2012-03-19 | 2 | -0/+197 |
* | Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API... | Sven Gothel | 2012-03-17 | 4 | -5/+5 |
* | move src/test/native -> src/test-native - allowing better exclusion for archi... | Sven Gothel | 2012-03-17 | 18 | -3866/+0 |
* | Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5... | Sven Gothel | 2012-03-14 | 9 | -0/+683 |
* | Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demos | Sven Gothel | 2012-03-10 | 11 | -49/+66 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 2 | -2/+2 |
* | Test*ES2Newt: Add shutdown w/ type to internal loop test | Sven Gothel | 2012-03-05 | 2 | -4/+35 |
* | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes | Sven Gothel | 2012-03-05 | 1 | -1/+1 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 8 | -64/+83 |
* | Add es2readsquare, reassembling JOGL's RedSquareES2 demo | Sven Gothel | 2012-03-04 | 6 | -4/+636 |
* | Add native es2gears test (mesa-demos, eglut enhanced w/ programmatic lifecycle) | Sven Gothel | 2012-02-29 | 12 | -0/+2654 |
* | TestGearsES2NEWT: Remove redundant GLES2 test | Sven Gothel | 2012-02-29 | 1 | -11/+0 |
* | CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f... | Sven Gothel | 2012-02-29 | 24 | -114/+102 |
* | Fix minor test issues | Sven Gothel | 2012-02-27 | 3 | -33/+11 |
* | Fix TestGearsGLJPanelAWTBug450 (regression of commit 397665ff472d83809a028e4f... | Sven Gothel | 2012-02-26 | 1 | -1/+1 |
* | UITestCase: Gracely ignore unsupported tests (ES2) ; Ignore all Shared-Contex... | Sven Gothel | 2012-02-25 | 18 | -40/+230 |
* | Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in... | Sven Gothel | 2012-02-25 | 8 | -27/+24 |
* | TestInitConcurrentNEWT: Reduce max threads (16 -> 8) on ARM, also use vsync t... | Sven Gothel | 2012-02-24 | 1 | -2/+7 |
* | Surface2File: Use .tga to write pixels, which allows RGB and RGBA | Sven Gothel | 2012-02-24 | 1 | -1/+1 |
* | Fix MultisampleDemo01 -> MultisampleDemoES1 (proper profile, remove immediate... | Sven Gothel | 2012-02-24 | 3 | -31/+52 |
* | Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]() | Sven Gothel | 2012-02-24 | 4 | -8/+26 |
* | GLProfile.GL2GL3: Use GL2GL3 profile (required for this test) and check it's ... | Sven Gothel | 2012-02-23 | 1 | -8/+7 |
* | Fine tune unit tests for ES platforms | Sven Gothel | 2012-02-22 | 13 | -49/+134 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -1/+1 |
* | TestGPUMemSec01NEWT ES fix: No RGB read pixel available on ES platform | Sven Gothel | 2012-02-22 | 1 | -11/+65 |
* | Test: UITestCase.get*Name() takes 'String separator' as argument. | Sven Gothel | 2012-02-22 | 4 | -15/+15 |
* | TextureIO (TGA/NetPbm): Allow GL_BGR[A] and use GL_BGRA if available ; Fix Ne... | Sven Gothel | 2012-02-22 | 2 | -0/+208 |
* | Test (graph) fixes for ES | Sven Gothel | 2012-02-22 | 7 | -52/+108 |
* | FontSet (graph): get*(..) throws IOException - Proper passing and handling of... | Sven Gothel | 2012-02-22 | 3 | -39/+83 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 2 | -2/+2 |
* | Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta... | Sven Gothel | 2012-02-20 | 4 | -22/+23 |
* | Cleanup ShaderCode/Program/State | Sven Gothel | 2012-02-19 | 3 | -6/+3 |
* | Fix TestTransformFeedbackVaryingsBug407NEWT (2): Use getMaxProgrammable() for... | Sven Gothel | 2012-02-14 | 1 | -1/+1 |