aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 564 - part 2 (X11 Mesa 8.0.1 GL 3.0 w/ failing GLX_ARB_create_context)Sven Gothel2012-03-201-26/+34
* Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...Sven Gothel2012-03-203-51/+49
* Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...Sven Gothel2012-03-194-47/+46
* X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet )Sven Gothel2012-03-191-3/+3
* GLContextImpl: Detect "llvmpipe" as a software renderer (Mesa 8.0.1)Sven Gothel2012-03-191-1/+2
* Adding unit test to validate proper X11 Display closing (Bug 565)Sven Gothel2012-03-192-0/+197
* Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context)Sven Gothel2012-03-183-19/+26
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-1811-13/+8
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-1712-118/+365
* move src/test/native -> src/test-native - allowing better exclusion for archi...Sven Gothel2012-03-1718-0/+0
* Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5...Sven Gothel2012-03-1422-1001/+792
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-1323-281/+89
* Android: Minor cleanup ; NewtBaseActivity: clear static context at destroySven Gothel2012-03-103-3/+2
* AndroidWindow: Fix Native PixelFormat == VisualID { <0 case, TRANSLUCENCY, .....Sven Gothel2012-03-101-73/+53
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-106-28/+63
* Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demosSven Gothel2012-03-1012-63/+81
* NEWT/setFullscreen(v): Save new state for to-be-created windows (not yet valid).Sven Gothel2012-03-101-11/+12
* ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,...Sven Gothel2012-03-101-17/+19
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-30/+39
* AndroidWindow.surfaceChanged(.., int pFormat, ..): Use passed pixel-format if...Sven Gothel2012-03-071-4/+8
* GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4...Sven Gothel2012-03-072-24/+47
* NativeWindowFactory: Get and hold singleton JAWT ToolkitLock (efficiency); Co...Sven Gothel2012-03-061-28/+34
* NativeSurface.lockSurface(): Update API doc (+ emphasize LOCK_SURFACE_CHANGED...Sven Gothel2012-03-062-13/+39
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-0619-249/+251
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0661-140/+204
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0616-54/+0
* X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...Sven Gothel2012-03-057-37/+132
* 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-054-3/+8
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-0530-301/+577
* Fix GLArrayDataServer.destroy(GL): vboName was cleared by super class before ...Sven Gothel2012-03-051-3/+6
* NEWT/Windows lockSurfaceImpl(): Detect hdc change and result w/ LOCK_SURFACE_...Sven Gothel2012-03-041-4/+19
* NewtFactory: Since the platform string references are unique, let's just comp...Sven Gothel2012-03-044-20/+18
* NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-044-14/+28
* 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
* Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ...Sven Gothel2012-02-292-9/+11
* NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...Sven Gothel2012-02-279-92/+190
* ScreenMode/X11: Use common defaults in case of undefined values. X11: Tolerat...Sven Gothel2012-02-272-9/+17
* Fix minor test issuesSven Gothel2012-02-273-33/+11
* NEWT Screen.getCurrentScreenModeIntern() !ScreenMode case: Attempt to get scr...Sven Gothel2012-02-261-0/+3
* Fix TestGearsGLJPanelAWTBug450 (regression of commit 397665ff472d83809a028e4f...Sven Gothel2012-02-261-1/+1
* GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium...Sven Gothel2012-02-261-3/+18
* UITestCase: Gracely ignore unsupported tests (ES2) ; Ignore all Shared-Contex...Sven Gothel2012-02-2518-40/+230
* Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ...Sven Gothel2012-02-253-26/+64
* X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ...Sven Gothel2012-02-254-21/+35
* Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew...Sven Gothel2012-02-254-7/+0
* X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...Sven Gothel2012-02-255-26/+36