aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com
Commit message (Expand)AuthorAgeFilesLines
...
| * Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b...Sven Gothel2013-11-141-1/+3
| * Bug 904 - GLJPanel: Allow user to skip isGLOriented() based vertical flip of ...Sven Gothel2013-11-142-48/+135
| * Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo...Sven Gothel2013-11-106-121/+378
| * Add TestGLWindows03NEWTAnimResize: Test NEWT basic resize while holding posit...Sven Gothel2013-11-101-0/+138
| * Tests: Align NEWT parenting focus tests (package and class names) using NewtC...Sven Gothel2013-11-103-106/+112
| * Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp...Sven Gothel2013-11-101-197/+177
| * Tests: Add com/jogamp/opengl/test/junit/jogl/acore/anim Animator test packageSven Gothel2013-11-094-2/+570
| * TestPerf001GLJPanelInit02AWT: Same size for !overlap and overlapSven Gothel2013-11-091-6/+4
| * TestPerf001GLJPanelInit02AWT: Add overlapping test ..Sven Gothel2013-11-081-4/+38
| * Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima...Sven Gothel2013-11-073-202/+226
| * TestTiledPrintingGearsSwingAWT: Cleanup whitespacesSven Gothel2013-11-071-26/+26
| * Bug 898: Apply best efford on Animator operation's finishLifecycleAction(..) ...Sven Gothel2013-11-071-0/+129
| * Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-072-4/+6
| * Android NEWT*Activity: Request GL2ES2 instead of GLES2 (Be aware of ES3)Sven Gothel2013-11-076-23/+23
| * Android: Cleanup Movie*ActivityLauncher* propertiesSven Gothel2013-11-078-110/+115
| * TestPerf001GLWindowInit03NEWT: Don't run !reuse Display - Crash on Windows/AT...Sven Gothel2013-11-061-1/+6
| * Bug 894 - GLJPanel: Expose 'initializeBackend(boolean offthread)' allowing us...Sven Gothel2013-11-063-41/+343
| * Bug 888 / Bug 891- Enhance GLCapabilities-Query: Refine unit testsSven Gothel2013-11-053-15/+26
| * Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add raw perf. test case 'cho...Sven Gothel2013-11-053-6/+239
| * Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add perf. test caseSven Gothel2013-11-052-0/+478
| * Test DumpGLInfo: Dump caps list and extenionsSven Gothel2013-11-051-6/+6
| * Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip...Sven Gothel2013-11-011-50/+50
| * Bug 852: Add unit test TestCPUSourcingAPINEWT validating CPU sourcing, i.e. e...Sven Gothel2013-11-012-3/+225
| * Clarify Bug 692: Unbinding a VAO does _not_ imply unbinding of set VBOs (spec...Sven Gothel2013-11-011-36/+127
| * Bug 882 - Crash on OSX when closing NEWT window - Fix: Release NewtMacWindow ...Sven Gothel2013-11-011-0/+140
| * GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili...Sven Gothel2013-10-312-2/+2
| * TestBinary16NOUI: Remove hardship from test node - Disable 'verbose' avoids '...Sven Gothel2013-10-311-49/+79
| * Fix Bug 878 - JAWTWindow's HierarchyListener doesn't set component visible (a...Sven Gothel2013-10-311-0/+175
| * Test Rename: Add Bug 729 / Bug 849 to Bug 816 Unit Test Names - Allowing a be...Sven Gothel2013-10-314-8/+7
| * Rename Binary*Test -> TestBinary*NOUI to get picked up by build-test.xml's ju...Sven Gothel2013-10-313-3/+3
| * Merge remote-tracking branch 'mraynsford/mark'Sven Gothel2013-10-313-0/+871
| |\
| | * Add functions for converting to and from binary16 half-precision floating poi...Mark Raynsford2013-10-313-0/+871
| * | TestSharedContextVBOES2NEWT1: Fix copy/paste (mistakenly used sharedGears), a...Sven Gothel2013-10-312-3/+5
| |/
| * Fix Unit Test Regression (commit 9f2a9df0a4b7093925c8854b37fba053469a4b35): G...Sven Gothel2013-10-302-22/+20
| * Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: Add 'glFinish()' to...Sven Gothel2013-10-306-0/+37
| * Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: No 'Driver stabilit...Sven Gothel2013-10-306-27/+21
| * Bug 776 GLContext Sharing: Add copy-ctor to GLArrayData* w/ sliced Buffer; Re...Sven Gothel2013-10-295-58/+65
| * Fix TestSharedContextNewtAWTBug523: Don't use VAO's w/ GL2 context - No VAO o...Sven Gothel2013-10-291-80/+112
| * Bug 776 GLContext Sharing: Add GLSharedContextSetter to SWT GLCanvasSven Gothel2013-10-286-53/+420
| * Bug 776 GLContext Sharing: Add note about driver stability (destruction order...Sven Gothel2013-10-2811-135/+354
| * Bug 776 GLContext Sharing: Add GLSharedContextSetter to GLJPanelSven Gothel2013-10-272-1/+322
| * Fix GLCanvas ctor shared GLContext: Use helper.setSharedContext(..) remove lo...Sven Gothel2013-10-272-1/+2
| * Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-2733-892/+2547
| * TestGLProfile00NEWT: Dump Desktop's and EGL's default-device GLProfilesSven Gothel2013-10-251-1/+17
| * GLProfile: Fix native profile mapping, i.e. use actual mapped profile-impl as...Sven Gothel2013-10-251-5/+7
| * Use org.junit.Assert instead of deprecated junit.framework.AssertSven Gothel2013-10-257-304/+300
| * Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-251-31/+37
| * PinchToZoomGesture: Add ctor arg 'allowMorePointer', should be false to be mo...v2.1.1Sven Gothel2013-10-191-61/+63
| * MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven...Sven Gothel2013-10-173-4/+4
| * AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-159-58/+98