Bugzilla – Attachment 233 Details for
Bug 429
Error: Failed to create an external OpenGL Context from an SWT GLCanvas
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
New debug log for b329; shows unsupported color depth
bug 429 debug log for b329.txt (text/plain), 43.47 KB, created by
Wade Walker
on 2011-02-27 00:49:56 CET
(
hide
)
Description:
New debug log for b329; shows unsupported color depth
Filename:
MIME Type:
Creator:
Wade Walker
Created:
2011-02-27 00:49:56 CET
Size:
43.47 KB
patch
obsolete
>Locked C:\Documents and Settings\Wade\Local Settings\Temp\UITestCase.lock >java.lang.Throwable: main - Info: NativeWindowFactory.<init> > at javax.media.nativewindow.NativeWindowFactory.<clinit>(NativeWindowFactory.java:119) > at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1164) > at javax.media.opengl.GLProfile.access$000(GLProfile.java:71) > at javax.media.opengl.GLProfile$1.run(GLProfile.java:117) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:115) > at com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn.startup(TestSWT01GLn.java:83) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) > at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) > at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) > at org.junit.runners.ParentRunner.run(ParentRunner.java:236) > at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:49) > at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) >main - NativeWindowFactory.initSingleton(true) >GDI.isFirstX11ActionOnProcess: true >JOGL/Java2D integration disabled >JAWTUtil: Has sun.awt.SunToolkit.awtLock/awtUnlock false >JAWTUtil: Has Java2D true >JAWTUtil: Is headless false >JAWTUtil: AWT Desktop hints 1 >NativeWindowFactory.registerFactory() interface javax.media.nativewindow.NativeWindow -> jogamp.nativewindow.NativeWindowFactoryImpl@15b0333 >NativeWindowFactory.registerFactory() class java.awt.Component -> jogamp.nativewindow.NativeWindowFactoryImpl@15b0333 >NativeWindowFactory firstUIActionOnProcess true >NativeWindowFactory isAWTAvailable true, defaultFactory jogamp.nativewindow.NativeWindowFactoryImpl@15b0333 >GLProfile.init firstUIActionOnProcess: true, thread: main >----------------------------------------------------------------------------------------------------- >Platform: Windows XP 5.1 (os), x86 (arch) 1 cores >Platform: littleEndian true, 32Bit true, a-ptr bit-size 32 >Platform: Java 1.6.0_23, Java HotSpot(TM) Client VM, Sun Microsystems Inc., http://java.sun.com/, is JavaSE: true >----------------------------------------------------------------------------------------------------- >----------------------------------------------------------------------------------------------------- >Package: com.jogamp.common >Extension Name: null >Specification Title: null >Specification Vendor: null >Specification Version: null >Implementation Title: null >Implementation Vendor: null >Implementation Vendor ID: null >Implementation URL: null >Implementation Version: null >Implementation Branch: null >Implementation Commit: null >----------------------------------------------------------------------------------------------------- >----------------------------------------------------------------------------------------------------- >Package: javax.media.nativewindow >Extension Name: null >Specification Title: null >Specification Vendor: null >Specification Version: null >Implementation Title: null >Implementation Vendor: null >Implementation Vendor ID: null >Implementation URL: null >Implementation Version: null >Implementation Branch: null >Implementation Commit: null >----------------------------------------------------------------------------------------------------- >----------------------------------------------------------------------------------------------------- >Package: javax.media.opengl >Extension Name: null >Specification Title: null >Specification Vendor: null >Specification Version: null >Implementation Title: null >Implementation Vendor: null >Implementation Vendor ID: null >Implementation URL: null >Implementation Version: null >Implementation Branch: null >Implementation Commit: null >----------------------------------------------------------------------------------------------------- >GLDrawableFactory.static - Native OS Factory for: Windows: jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory >GraphicsConfigurationFactory.registerFactory() interface javax.media.nativewindow.AbstractGraphicsDevice -> jogamp.nativewindow.DefaultGraphicsConfigurationFactoryImpl@1642bd6 >GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.windows.WindowsGraphicsDevice -> jogamp.opengl.windows.wgl.WindowsWGLGraphicsConfigurationFactory@119e583 >GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.awt.AWTGraphicsDevice -> jogamp.opengl.windows.wgl.awt.WindowsAWTWGLGraphicsConfigurationFactory@1c6e818 >GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.egl.EGLGraphicsDevice -> jogamp.opengl.egl.EGLGraphicsConfigurationFactory@1a5ec6c >main-SharedResourceRunner STARTED >main-SharedResourceRunner -> ready >WindowsWGLDrawableFactory.enterThreadCriticalZone() - 0xffffffffffffffff - main >java.lang.Exception: Stack trace > at java.lang.Thread.dumpStack(Thread.java:1249) > at jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory.enterThreadCriticalZone(WindowsWGLDrawableFactory.java:141) > at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1296) > at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1266) > at javax.media.opengl.GLProfile.access$000(GLProfile.java:71) > at javax.media.opengl.GLProfile$1.run(GLProfile.java:117) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:115) > at com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn.startup(TestSWT01GLn.java:83) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) > at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) > at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) > at org.junit.runners.ParentRunner.run(ParentRunner.java:236) > at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:49) > at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) >java.lang.Throwable: Info: GLProfile.initProfilesForDevice: WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], isSet false > at javax.media.opengl.GLProfile.initProfilesForDeviceImpl(GLProfile.java:1308) > at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1298) > at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1266) > at javax.media.opengl.GLProfile.access$000(GLProfile.java:71) > at javax.media.opengl.GLProfile$1.run(GLProfile.java:117) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:115) > at com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn.startup(TestSWT01GLn.java:83) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) > at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) > at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) > at org.junit.runners.ParentRunner.run(ParentRunner.java:236) > at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:49) > at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) >GLProfile.init map decon, desktopCtxUndef true, eglCtxUndef true >GLProfile.init map GLProfile[GL4bc/GL4bc] on devide decon >GLProfile.init map default GLProfile[GL4bc/GL4bc] on device decon >GLProfile.init map GLProfile[GL3bc/GL3bc] on devide decon >GLProfile.init map GLProfile[GL2/GL2] on devide decon >GLProfile.init map GLProfile[GL2GL3/GL2] on devide decon >GLProfile.init map GLProfile[GL4/GL4] on devide decon >GLProfile.init map GLProfile[GL3/GL3] on devide decon >GLProfile.init map GLProfile[GL2ES2/GL2] on devide decon >GLProfile.init map *** no mapping for GLES2 on device decon >GLProfile.init map GLProfile[GL2ES1/GL2] on devide decon >GLProfile.init map *** no mapping for GLES1 on device decon >getOrCreateShared() decon: trying >main doAndWait START init: decon, release: null >main initializeAndWait set command init: decon, release: null >main-SharedResourceRunner woke up for device connection init: decon, release: null >main-SharedResourceRunner create Shared for: decon >RegisteredClassFactory getSharedClass (0) initialized: RegisteredClass[handle 0x400000, _dummyWindow_clazz0] >updateGraphicsConfiguration(using target): hdc 0x6010c93 >!!! user chosen caps GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2]] >updateGraphicsConfigurationARB: SharedResource is null: WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0] >updateGraphicsConfigurationGDI: ChoosePixelFormat(HDC 0x6010c93) = 3, idx 2 (LastError: 0) >chooseCapabilities: Using recommendedIndex: idx 2 >!!! chosen pfdID (GDI): native recommended 3, caps GLCaps[3 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >!!! setPixelFormat (GDI): hdc 0x6010c93, 0 -> 3 >*** setCapsPFD: GLCaps[3 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >!!! WindowsDummyWGLDrawable: WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID 3, ARB-Choosen false, > requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2]], > chosen GLCaps[3 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]]] >java.lang.Exception: Info: setGL (OpenGL null): main-SharedResourceRunner, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@15b1773 > at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:177) > at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:814) > at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:301) > at jogamp.opengl.GLContextImpl.makeCurrentLocking(GLContextImpl.java:406) > at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:352) >ExtensionAvailabilityCache: Flush availability OpenGL 2.0 (compatibility profile, any, old) - 2.0.5279 WinXP Release > at jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(WindowsWGLDrawableFactory.java:247) > at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:206) > at java.lang.Thread.run(Thread.java:662) >main-SharedResourceRunner: !!! Initializing WGL extension address table: Windows_decon_0 >main-SharedResourceRunner: !!! GLContext WGL ProcAddressTable mapping key(Windows_decon_0) -> 31807380 >main-SharedResourceRunner: !!! Context FQN: Windows_decon_0-0x2202 >main-SharedResourceRunner: !!! GLContext GL ProcAddressTable mapping key(Windows_decon_0-0x2202) -> 2972067 >main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching init jogamp.opengl.gl4.GL4bcImpl@15b1773, OpenGL 2.0 (compatibility profile, any, old) - 2.0.5279 WinXP Release >main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL 2.0 (compatibility profile, any, old) - 2.0.5279 WinXP Release, use glGetString >main-SharedResourceRunner:ExtensionAvailabilityCache: ALL EXTENSIONS: 99 >main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_0 to known extensions >main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_5 to known extensions >main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_4 to known extensions >main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_3 to known extensions >main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_2 to known extensions >main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_1 to known extensions >main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_0 to known extensions >main-SharedResourceRunner: !!! GLContext GL ExtensionAvailabilityCache mapping key(Windows_decon_0-0x2202) -> 14031599 >main-SharedResourceRunner: createContextImpl: NOT OK (ARB, initial) - extension not available - share 0 >WindowsWGLContext.createContext failed, fall back to !ARB context 0.0 (old) - @creation >main-SharedResourceRunner: createImpl: OK (old) share 0 >main-SharedResourceRunner: !!! Create GL context OK: 0x10000 for jogamp.opengl.windows.wgl.WindowsWGLContext >!!! SharedDevice: WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0] >!!! SharedScreen: DefaultGraphicsScreen[WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0] >!!! SharedContext: jogamp.opengl.windows.wgl.WindowsWGLContext [OpenGL 2.0, options 0x22, 2.0 (compatibility profile, any, old) - 2.0.5279 WinXP Release, handle 0x10000, jogamp.opengl.gl4.GL4bcImpl@15b1773, > Drawable: jogamp.opengl.windows.wgl.WindowsDummyWGLDrawable[Realized true, > Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@82674b, > handle 0x0, > Window GDISurface[config WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID 3, ARB-Choosen false, > requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2]], > chosen GLCaps[3 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]]], displayHandle 0x0, windowHandle 0x30454, surfaceHandle 0x0, size 64x64]]] >!!! pixelformat: true >!!! multisample: true >!!! pbuffer: true >!!! readDrawable: true >main-SharedResourceRunner -> ready >main initializeAndWait END init: decon, release: null >java.lang.Throwable: getOrCreateSharedl() decon: done > at jogamp.opengl.SharedResourceRunner.getOrCreateShared(SharedResourceRunner.java:103) > at jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory.getOrCreateSharedContextImpl(WindowsWGLDrawableFactory.java:337) > at javax.media.opengl.GLDrawableFactory.getOrCreateSharedContext(GLDrawableFactory.java:282) > at javax.media.opengl.GLDrawableFactory.getIsSharedContextAvailable(GLDrawableFactory.java:269) > at javax.media.opengl.GLProfile.initProfilesForDeviceImpl(GLProfile.java:1325) > at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1298) > at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1266) > at javax.media.opengl.GLProfile.access$000(GLProfile.java:71) > at javax.media.opengl.GLProfile$1.run(GLProfile.java:117) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:115) > at com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn.startup(TestSWT01GLn.java:83) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) > at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) > at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) > at org.junit.runners.ParentRunner.run(ParentRunner.java:236) > at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:49) > at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) >GLProfile.initProfilesForDevice: WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0]: desktop Shared Ctx true >GLProfile.init map decon, desktopCtxUndef false, eglCtxUndef false >GLProfile.init map *** no mapping for GL4bc on device decon >GLProfile.init map *** no mapping for GL3bc on device decon >GLProfile.init map GLProfile[GL2/GL2] on devide decon >GLProfile.init map default GLProfile[GL2/GL2] on device decon >GLProfile.init map GLProfile[GL2GL3/GL2] on devide decon >GLProfile.init map *** no mapping for GL4 on device decon >GLProfile.init map *** no mapping for GL3 on device decon >GLProfile.init map GLProfile[GL2ES2/GL2] on devide decon >GLProfile.init map *** no mapping for GLES2 on device decon >GLProfile.init map GLProfile[GL2ES1/GL2] on devide decon >GLProfile.init map *** no mapping for GLES1 on device decon >main: !!! createContextARB: SET mappedVersionsAvailableSet Windows_decon_0 >GLProfile.initProfilesForDevice: decon: added profile(s): desktop true, egl false >GLProfile.initProfilesForDevice: decon: GLAvailability[Native[GL4bc false, GL4 false, GL3bc false, GL3 false, GL2 true[1.5 (compatibility profile, any, old)], GL2ES1 true, GLES1 false, GL2ES2 true, GLES2 false], Profiles[GLProfile[GL2ES2/GL2], GLProfile[GL2ES1/GL2], GLProfile[GL2/GL2], GLProfile[GL2/GL2], GLProfile[GL2GL3/GL2], , default GLProfile[GL2/GL2]]] >GLProfile.dumpGLInfo: jogamp.opengl.windows.wgl.WindowsWGLContext [OpenGL 2.0, options 0x22, 2.0 (compatibility profile, any, old) - 2.0.5279 WinXP Release, handle 0x10000, jogamp.opengl.gl4.GL4bcImpl@15b1773, > Drawable: jogamp.opengl.windows.wgl.WindowsDummyWGLDrawable[Realized true, > Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@82674b, > handle 0x0, > Window GDISurface[config WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID 3, ARB-Choosen false, > requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2]], > chosen GLCaps[3 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]]], displayHandle 0x0, windowHandle 0x30454, surfaceHandle 0x0, size 64x64]]] >ExtensionAvailabilityCache: getGLExtensions() called >----------------------------------------------------------------------------------------------------- >WindowsGraphicsDevice[type Windows, connection decon]: GLAvailability[Native[GL4bc false, GL4 false, GL3bc false, GL3 false, GL2 true[1.5 (compatibility profile, any, old)], GL2ES1 true, GLES1 false, GL2ES2 true, GLES2 false], Profiles[GLProfile[GL2ES2/GL2], GLProfile[GL2ES1/GL2], GLProfile[GL2/GL2], GLProfile[GL2/GL2], GLProfile[GL2GL3/GL2], , default GLProfile[GL2/GL2]]] >Swap Interval -1 >GL Profile GLProfile[GL2/GL2] >CTX VERSION 2.0 (compatibility profile, any, old) - 2.0.5279 WinXP Release >GL jogamp.opengl.gl4.GL4bcImpl@15b1773 >GL_VENDOR ATI Technologies Inc. >GL_VERSION 2.0.5279 WinXP Release >GL_EXTENSIONS > GL_ARB_multitexture GL_EXT_texture_env_add GL_EXT_compiled_vertex_array GL_S3_s3tc GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_multisample GL_ARB_occlusion_query GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_transpose_matrix GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_element_array GL_ATI_envmap_bumpmap GL_ATI_fragment_shader GL_ATI_map_object_buffer GL_ATI_separate_stencil GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_ATI_vertex_array_object GL_ATI_vertex_attrib_array_object GL_ATI_vertex_streams GL_ATIX_texture_env_combine3 GL_ATIX_texture_env_route GL_ATIX_vertex_shader_output_point_size GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_object GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_texgen_reflection GL_EXT_texture3D GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_EXT_vertex_shader GL_HP_occlusion_test GL_NV_blend_square GL_NV_occlusion_query GL_NV_texgen_reflection GL_SGI_color_matrix GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SUN_multi_draw_arrays GL_WIN_swap_hint WGL_EXT_extensions_string WGL_EXT_swap_control >GLX_EXTENSIONS > WGL_ARB_extensions_string WGL_ARB_make_current_read WGL_ARB_multisample WGL_ARB_pbuffer WGL_ARB_pixel_format WGL_ARB_render_texture WGL_ATI_pixel_format_float WGL_EXT_extensions_string WGL_EXT_swap_control WGL_ATI_render_texture_rectangle >----------------------------------------------------------------------------------------------------- >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 0/80: 1, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 1/80: 2, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 2/80: 3, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 3/80: 4, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 4/80: 5, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 5/80: 6, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 6/80: 7, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 7/80: 8, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 8/80: 9, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 9/80: 10, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 10/80: 11, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 11/80: 12, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 12/80: 13, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 13/80: 14, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 14/80: 15, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 15/80: 16, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 16/80: 17, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 17/80: 18, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 18/80: 19, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 19/80: 20, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 20/80: 21, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 21/80: 22, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 22/80: 23, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 23/80: 24, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 24/80: 25, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 25/80: 26, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 26/80: 27, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 27/80: 28, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 28/80: 29, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 29/80: 30, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 30/80: 31, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 31/80: 32, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 32/80: 33, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 33/80: 34, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 34/80: 35, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 35/80: 36, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 36/80: 37, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 37/80: 38, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 38/80: 39, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 39/80: 40, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 40/80: 41, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 41/80: 42, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 42/80: 43, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 43/80: 44, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 44/80: 45, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 45/80: 46, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 46/80: 47, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 47/80: 48, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 48/80: 49, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 49/80: 50, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 50/80: 51, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 51/80: 52, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 52/80: 53, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 53/80: 54, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 54/80: 55, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 55/80: 56, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 56/80: 57, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 57/80: 58, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 58/80: 59, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 59/80: 60, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 60/80: 61, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 61/80: 62, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 62/80: 63, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 63/80: 64, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 64/80: 65, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 65/80: 66, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 66/80: 67, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 67/80: 68, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 68/80: 69, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 69/80: 70, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 70/80: 71, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 71/80: 72, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 72/80: 73, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 73/80: 74, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 74/80: 75, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 75/80: 76, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 76/80: 77, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 77/80: 78, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 78/80: 79, WINDOW, BITMAP, PBUFFER >wglARBPFIDs2GLCapabilities: Cannot get pixel format attributes for pixel format 79/80: 80, WINDOW, BITMAP, PBUFFER >GLCaps[1 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL2/GL2]] >GLCaps[2 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL2/GL2]] >GLCaps[3 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >GLCaps[4 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >GLCaps[5 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL2/GL2]] >GLCaps[6 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL2/GL2]] >GLCaps[7 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL2/GL2]] >GLCaps[8 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL2/GL2]] >GLCaps[9 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL2/GL2]] >GLCaps[10 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL2/GL2]] >GLCaps[11 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >GLCaps[12 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >GLCaps[13 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >GLCaps[14 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >GLCaps[15 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >GLCaps[16 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]] >GLCaps[17 gdi: on-scr, rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2]] >GLCaps[17 gdi: offscr, rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[18 gdi: on-scr, rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2]] >GLCaps[18 gdi: offscr, rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[19 gdi: on-scr, rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2]] >GLCaps[20 gdi: on-scr, rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2]] >GLCaps[21 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2]] >GLCaps[21 gdi: offscr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[22 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2]] >GLCaps[22 gdi: offscr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[23 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2]] >GLCaps[24 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2]] >GLCaps[25 gdi: on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2]] >GLCaps[25 gdi: offscr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[26 gdi: on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2]] >GLCaps[26 gdi: offscr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[27 gdi: on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2]] >GLCaps[28 gdi: on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2]] >GLCaps[29 gdi: offscr, rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[30 gdi: offscr, rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[31 gdi: offscr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[32 gdi: offscr, rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[33 gdi: offscr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[34 gdi: offscr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[35 gdi: offscr, rgba 5/5/5/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[36 gdi: offscr, rgba 5/5/5/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[37 gdi: offscr, rgba 5/5/5/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[38 gdi: offscr, rgba 5/5/5/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[39 gdi: offscr, rgba 5/5/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[40 gdi: offscr, rgba 5/5/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[41 gdi: offscr, rgba 3/3/2/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[42 gdi: offscr, rgba 3/3/2/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[43 gdi: offscr, rgba 3/3/2/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[44 gdi: offscr, rgba 3/3/2/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[45 gdi: offscr, rgba 3/3/2/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[46 gdi: offscr, rgba 3/3/2/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[47 gdi: offscr, rgba 1/1/1/0, opaque, accum-rgba 5/6/5/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[48 gdi: offscr, rgba 1/1/1/0, opaque, accum-rgba 5/6/5/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[49 gdi: offscr, rgba 1/1/1/8, opaque, accum-rgba 4/4/4/4, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[50 gdi: offscr, rgba 1/1/1/8, opaque, accum-rgba 4/4/4/4, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[51 gdi: offscr, rgba 1/1/1/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >GLCaps[52 gdi: offscr, rgba 1/1/1/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL2/GL2], pixmap] >WindowsWGLDrawableFactory.leaveThreadCriticalZone() - 0xffffffffffffffff - main >GLProfile.init isAWTAvailable true >GLProfile.init has desktopFactory trueGLProfile GLAvailability[Native[GL4bc false, GL4 false, GL3bc false, GL3 false, GL2 true[1.5 (compatibility profile, any, old)], GL2ES1 true, GLES1 false, GL2ES2 true, GLES2 false], Profiles[GLProfile[GL2ES2/GL2], GLProfile[GL2ES1/GL2], GLProfile[GL2/GL2], GLProfile[GL2/GL2], GLProfile[GL2GL3/GL2], , default GLProfile[GL2/GL2]]] > >GLProfile.init hasDesktopGL true >GLProfile.init hasGL234Impl true >GLProfile.init has eglFactory true >GLProfile.init hasGLES1Impl false >GLProfile.init hasGLES2Impl false >GLProfile.init defaultDesktopDevice WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0] >GLProfile.init defaultEGLDevice EGLGraphicsDevice[type EGL, connection decon, unitID 0, handle 0x0] >GLProfile.init defaultDevice WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0] >++++ UITestCase.setUp: com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn >GLProfile Default: GLProfile[GL2/GL2] >GLProfile GL2: GLProfile[GL2/GL2] >++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn >++++ UITestCase.setUp: com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn >++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn >main-SharedResourceRunner release START >!!! Shutdown Shared: >!!! Device : WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0] >!!! Screen : DefaultGraphicsScreen[WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0] >!!! Drawable: jogamp.opengl.windows.wgl.WindowsDummyWGLDrawable[Realized true, > Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@82674b, > handle 0x0, > Window GDISurface[config WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID 3, ARB-Choosen false, > requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2]], > chosen GLCaps[3 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]]], displayHandle 0x0, windowHandle 0x30454, surfaceHandle 0x0, size 64x64]] >!!! CTX : jogamp.opengl.windows.wgl.WindowsWGLContext [OpenGL 2.0, options 0x22, 2.0 (compatibility profile, any, old) - 2.0.5279 WinXP Release, handle 0x10000, jogamp.opengl.gl4.GL4bcImpl@15b1773, > Drawable: jogamp.opengl.windows.wgl.WindowsDummyWGLDrawable[Realized true, > Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@82674b, > handle 0x0, > Window GDISurface[config WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID 3, ARB-Choosen false, > requested GLCaps[on-scr, rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2]], > chosen GLCaps[3 gdi: on-scr, rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2]]], displayHandle 0x0, windowHandle 0x30454, surfaceHandle 0x0, size 64x64]]] >main-SharedResourceRunner release END >RegisteredClassFactory shutdownSharedClasses 0/1: RegisteredClass[handle 0x400000, _dummyWindow_clazz0]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 429
:
163
|
164
|
179
|
186
|
187
|
188
|
195
| 233