aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736aSven Gothel2012-02-251-1/+1
* enhancement: NWJNILibLoader.loadNativeWindow(..) returns true/false if loadin...Sven Gothel2012-02-255-10/+17
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-257-31/+71
* JoglVersion: Avoid NPE if no caps are available.Sven Gothel2012-02-251-3/+5
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-2516-56/+67
* 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-245-8/+58
* GLProfile.GL2GL3: Use GL2GL3 profile (required for this test) and check it's ...Sven Gothel2012-02-231-8/+7
* MemoryObject: Use proper generics styleSven Gothel2012-02-231-2/+2
* Enhance GLProfile's profile tests - compare the final String references, inst...Sven Gothel2012-02-231-19/+19
* Fix GLProfile.isGL2ES2(): "isGL2() || isGL3()" -> "isGL2GL3()"Sven Gothel2012-02-231-14/+14
* NEWT/ScreenMode DEBUG_TEST_SCREENMODE_DISABLED (-Dnewt.test.Screen.disableScr...Sven Gothel2012-02-231-1/+6
* NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration...Sven Gothel2012-02-235-128/+186
* Fine tune unit tests for ES platformsSven Gothel2012-02-2213-49/+134
* X11Screen: Only dump RandR version info in DEBUG mode.Sven Gothel2012-02-221-1/+1
* EGL Display Lifecycle Robustness Patch (impl. workaround)Sven Gothel2012-02-226-13/+121
* Fix commit 33249b6eca519947b02f3bfbf05b73d73c936094Sven Gothel2012-02-221-4/+0
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-2227-119/+125
* 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
* GraphicsConfigurationFactory: Add DEBUG dump @ chooserSven Gothel2012-02-223-1/+8
* ExtensionAvailabilityCache: Remove 'XXX_NV_vertex_array_range' hackSven Gothel2012-02-221-11/+1
* Fix VBORegion2PES2: Don't exceed MAQX_TEXTURE_SIZESven Gothel2012-02-221-0/+8
* TextureIO (TGA/NetPbm): Allow GL_BGR[A] and use GL_BGRA if available ; Fix Ne...Sven Gothel2012-02-226-61/+284
* Test (graph) fixes for ESSven Gothel2012-02-227-52/+108
* Fix GLReadBufferUtil for ES platforms: RGB read format may not be supported. ...Sven Gothel2012-02-221-13/+44
* FBObject: Meaningfull error message if TexImage2D fails.Sven Gothel2012-02-221-10/+17
* FontSet (graph): get*(..) throws IOException - Proper passing and handling of...Sven Gothel2012-02-228-58/+109
* EGLDrawable: use the original requested Capabilities, ignore previously chose...Sven Gothel2012-02-221-3/+2
* Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())Sven Gothel2012-02-225-11/+22
* Remove unused class jogamp/opengl/gl2/UtilSven Gothel2012-02-221-244/+0
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-209-114/+270
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-208-57/+38
* Hide dump of screen origin/size behind DEBUG flag.Sven Gothel2012-02-191-1/+3
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-197-40/+66