aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos...Sven Gothel2014-03-0211-63/+238
* TestRulerNEWT01: Use new MonitorDevice.getPixelsPerMM(store)Sven Gothel2014-03-011-39/+34
* Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ...Sven Gothel2014-03-0120-293/+481
* Bug 801: TextRenderUtil/TextRendererGLELBase - Pass Font and fontSize to all ...Sven Gothel2014-02-288-82/+124
* Bug 801: TypecastRenderer: Disable DEBUG ; Performance Note: ~800-1200 fps on...Sven Gothel2014-02-281-9/+17
* Bug 801: TextRegionUtil add 'special' for cache-key; Minor editsSven Gothel2014-02-281-1/+0
* Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al...Sven Gothel2014-02-283-10/+10
* Bug 801: Graph TextRenderer Cleanup Part-4: Text[Render->Region]Util API: Bet...Sven Gothel2014-02-278-53/+72
* Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G...Sven Gothel2014-02-271-1/+1
* Merge branch 'master' into 2.2-trainSven Gothel2014-02-261-23/+59
|\
| * Bug 984 - Fix GLBufferObjectTracker.mapBuffer(..)'s mapBufferImpl(..) paramet...Sven Gothel2014-02-261-23/+59
* | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom...Sven Gothel2014-02-2516-82/+77
* | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-2423-535/+576
* | Bug 801: Graph TextRenderer Cleanup Part-1b (clean)Sven Gothel2014-02-232-47/+109
* | Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-23466-5692/+62185
|\|
| * Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th...Sven Gothel2014-02-223-59/+78
| * Merge remote-tracking branch 'xranby/master'Sven Gothel2014-02-211-0/+208
| |\
| | * Bug 927: demos/es2/av/CrossFadePlayerXerxes RĂ„nby2014-02-211-0/+208
| * | Cleanup imports TestGLReadBuffer01GL*Sven Gothel2014-02-202-2/+0
| |/
| * Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ...Sven Gothel2014-02-183-31/+24
| * Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Refine unit te...Sven Gothel2014-02-183-11/+43
| * Movie* Demo: Utilize TextRendererGLELBase (fps, vsync, ..)Sven Gothel2014-02-153-44/+214
| * Extract TextRendererGLELBase (demo) - Utilize general text rendering for demos.Sven Gothel2014-02-153-111/+210
| * Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Use default au...Sven Gothel2014-02-144-90/+258
| * Bug 975 - GLJPanel's OffscreenDrawable shall not double swap (custom swap by ...Sven Gothel2014-02-133-36/+301
| * Bug 962 - AWTGLReadBufferUtil should use aligned BufferedImage [for resized i...Sven Gothel2014-02-131-0/+204
| * Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro...Sven Gothel2014-02-101-4/+79
| * Bug 927 - Enhance GLMediaPlayer/FFMPEGMediaPlayer MovieSimple to run multiple...Sven Gothel2014-01-261-121/+166
| * TestPerf001*Init0*: Add INIT_TIMEOUT for perf. loop (10s)Sven Gothel2014-01-253-15/+30
| * TestSharedContextVBOES2NEWT3: Re-enable temp disabled tests (oops)Sven Gothel2014-01-211-5/+3
| * Bug 942: GLBufferObjectTracker Enhancement [2/2]: Add mapped buffer capabilit...Sven Gothel2014-01-2113-155/+594
| * JAWTWindow DEBUG: Dump all JAVA_VERSION* informationSven Gothel2014-01-141-25/+16
| * TestParenting01dAWT: Add waitForVisible after toggling NEWT child window visi...Sven Gothel2014-01-131-1/+4
| * DefaultEDTUtil: At EDT finish, notify all task-waiter to avoid deadlock at er...Sven Gothel2014-01-122-18/+48
| * AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(...Sven Gothel2014-01-121-2/+2
| * Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-126-104/+149
| * Fix PNGTstFiles: Typo of new PNG icons .. used AE's 'gray' instead of BE's 'g...Sven Gothel2014-01-093-5/+16
| * Bug 676: Use proper pointer icon images (artwork)Sven Gothel2014-01-097-17/+17
| * Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-089-154/+542
| * Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...Sven Gothel2014-01-081-0/+364
| * TestInitConcurrent01NEWT: Fix test enumerationSven Gothel2014-01-041-10/+10
| * Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...Sven Gothel2014-01-042-13/+68
| * Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-311-3/+26
| * JOGL Assets: Replace test-ntsc01-160x90.png w/ test-ntsc01-57x32.png (Save ~2...Sven Gothel2013-12-284-5/+5
| * Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need...Sven Gothel2013-12-231-11/+50
| * Fix TestGLProfile01NEWT: Regression of commit 3d0ab3e6263dfdbb9dd0014443ad28b...Sven Gothel2013-12-221-2/+8
| * Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-57/+220
| * Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a...Sven Gothel2013-12-201-0/+6
| * Merge pull request #76 from esemplare/masterSven Gothel2013-12-154-0/+98
| |\
| | * Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16Michael Esemplare2013-12-114-0/+98