aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com
Commit message (Expand)AuthorAgeFilesLines
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-081-16/+49
* NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...Sven Gothel2012-09-071-1/+19
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-077-277/+20
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-072-0/+246
* Fix Android Power-suspend and Power-resumeSven Gothel2012-08-231-4/+4
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-182-8/+8
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-184-4/+4
* Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...Sven Gothel2012-08-181-31/+29
* GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer ...Sven Gothel2012-08-172-183/+171
* Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...Sven Gothel2012-08-171-2/+5
* Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10Sven Gothel2012-08-034-7/+7
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-256-303/+976
* Align TestSWTAccessor02GLn w/ TestSWTJOGLGLCanvas01GLn, dropping the canvas c...Sven Gothel2012-07-222-14/+2
* Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-223-34/+78
* Fix TestSWTAccessor02GLn regression .. forgot to: canvas.addControlListener(s...Sven Gothel2012-07-201-3/+7
* Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t...Sven Gothel2012-07-202-23/+9
* Minor editsSven Gothel2012-07-201-7/+4
* GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-203-7/+4
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-1941-259/+1488
* Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87Sven Gothel2012-07-061-5/+0
* Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!Sven Gothel2012-07-064-48/+68
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-062-8/+13
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-054-17/+394
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-043-60/+144
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-021-0/+116
* Test case cleanupSven Gothel2012-07-0214-63/+122
* Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...Sven Gothel2012-06-301-3/+24
* Bug #589 - Enhance snapshot/textIO test: Add offscreen mode; Add AWT onscreen...Sven Gothel2012-06-284-83/+298
* SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process l...Sven Gothel2012-06-282-4/+4
* 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