aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Android API 14 GLMediaPlayer demo: MovieSimpleSven Gothel2012-04-036-114/+396
* Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...Sven Gothel2012-04-023-0/+416
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-3/+15
* Adding unit test to validate proper X11 Display closing (Bug 565)Sven Gothel2012-03-192-0/+197
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-174-5/+5
* move src/test/native -> src/test-native - allowing better exclusion for archi...Sven Gothel2012-03-1718-3866/+0
* Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5...Sven Gothel2012-03-149-0/+683
* Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demosSven Gothel2012-03-1011-49/+66
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-062-2/+2
* Test*ES2Newt: Add shutdown w/ type to internal loop testSven Gothel2012-03-052-4/+35
* Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc ChangesSven Gothel2012-03-051-1/+1
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-058-64/+83
* Add es2readsquare, reassembling JOGL's RedSquareES2 demoSven Gothel2012-03-046-4/+636
* Add native es2gears test (mesa-demos, eglut enhanced w/ programmatic lifecycle)Sven Gothel2012-02-2912-0/+2654
* TestGearsES2NEWT: Remove redundant GLES2 testSven Gothel2012-02-291-11/+0
* CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f...Sven Gothel2012-02-2924-114/+102
* Fix minor test issuesSven Gothel2012-02-273-33/+11
* Fix TestGearsGLJPanelAWTBug450 (regression of commit 397665ff472d83809a028e4f...Sven Gothel2012-02-261-1/+1
* UITestCase: Gracely ignore unsupported tests (ES2) ; Ignore all Shared-Contex...Sven Gothel2012-02-2518-40/+230
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-258-27/+24
* TestInitConcurrentNEWT: Reduce max threads (16 -> 8) on ARM, also use vsync t...Sven Gothel2012-02-241-2/+7
* Surface2File: Use .tga to write pixels, which allows RGB and RGBASven Gothel2012-02-241-1/+1
* Fix MultisampleDemo01 -> MultisampleDemoES1 (proper profile, remove immediate...Sven Gothel2012-02-243-31/+52
* Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]()Sven Gothel2012-02-244-8/+26
* GLProfile.GL2GL3: Use GL2GL3 profile (required for this test) and check it's ...Sven Gothel2012-02-231-8/+7
* Fine tune unit tests for ES platformsSven Gothel2012-02-2213-49/+134
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-1/+1
* TestGPUMemSec01NEWT ES fix: No RGB read pixel available on ES platformSven Gothel2012-02-221-11/+65
* Test: UITestCase.get*Name() takes 'String separator' as argument.Sven Gothel2012-02-224-15/+15
* TextureIO (TGA/NetPbm): Allow GL_BGR[A] and use GL_BGRA if available ; Fix Ne...Sven Gothel2012-02-222-0/+208
* Test (graph) fixes for ESSven Gothel2012-02-227-52/+108
* FontSet (graph): get*(..) throws IOException - Proper passing and handling of...Sven Gothel2012-02-223-39/+83
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-202-2/+2
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-204-22/+23
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-193-6/+3
* Fix TestTransformFeedbackVaryingsBug407NEWT (2): Use getMaxProgrammable() for...Sven Gothel2012-02-141-1/+1
* Fix TestTransformFeedbackVaryingsBug407NEWT regression: Get default profile (...Sven Gothel2012-02-141-2/+1
* Simplify TestTransformFeedbackVaryingsBug407NEWT: Use 'in thread' ctx flow an...Sven Gothel2012-02-141-81/+50
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-131-11/+49
* Test: Remove dedicated mobile profile test, will be included in TestGLProfile...Sven Gothel2012-02-131-93/+0
* OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations)Sven Gothel2012-02-132-9/+38
* OpenGL ES/EGL OverhaulSven Gothel2012-02-135-35/+123
* Bug 551 validation.Sven Gothel2012-01-231-0/+150
* NativeWindow/OSX: Fix Offscreen CALayer SIGSEGV @ Shutdown (Cleanup referencing)Sven Gothel2012-01-191-1/+1
* UI Test AWTRobotUtil's toFront*(): retry requestFocus() within loop.Sven Gothel2012-01-191-11/+14