Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GLProfile.initSingleton() - thread main
- java.lang.Exception: Stack trace
- at java.lang.Thread.dumpStack(Thread.java:1249)
- at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:118)
- at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1857)
- at javax.media.opengl.GLProfile.get(GLProfile.java:768)
- at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
- at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
- at com.clcbio.api.structure.viewer.mockup.JoglTest.<clinit>(JoglTest.java:27)
- OGLUtilities.UNDEFINED = 0
- OGLUtilities.WINDOW = 1
- OGLUtilities.PBUFFER = 2
- OGLUtilities.TEXTURE = 3
- OGLUtilities.FLIP_BACKBUFFER = 4
- OGLUtilities.FBOBJECT = 5
- Checking for Java2D/OpenGL support
- Java2D support: default GraphicsConfiguration = sun.awt.X11GraphicsConfig
- JOGL/Java2D integration disabled
- GLProfile.init - thread: main
- -----------------------------------------------------------------------------------------------------
- Platform: LINUX / Linux 3.5.0-17-generic (os), amd64 (arch), GENERIC_ABI, 4 cores
- MachineDescription: runtimeValidated true, littleEndian true, 32Bit false, primitive size / alignment:
- int8 1 / 1, int16 2 / 2
- int 4 / 4, long 8 / 8
- int32 4 / 4, int64 8 / 8
- float 4 / 4, double 8 / 8, ldouble 16 / 16
- pointer 8 / 8, page 4096
- Platform: Java Version: 1.6.0_45, VM: Java HotSpot(TM) 64-Bit Server VM, Runtime: Java(TM) SE Runtime Environment
- Platform: Java Vendor: Sun Microsystems Inc., http://java.sun.com/, is JavaSE: true, AWT enabled: true
- -----------------------------------------------------------------------------------------------------
- -----------------------------------------------------------------------------------------------------
- Package: com.jogamp.common
- Extension Name: com.jogamp.common
- Specification Title: GlueGen Java Bindings Generator
- Specification Vendor: JogAmp Community
- Specification Version: 2.0
- Implementation Title: GlueGen Run-Time
- Implementation Vendor: JogAmp Community
- Implementation Vendor ID: com.jogamp
- Implementation URL: http://jogamp.org/
- Implementation Version: 2.0-b52-20121101
- Implementation Branch: rc
- Implementation Commit: d430657cfd1f21885f3fdebebe6f0a49b1c5cd13
- -----------------------------------------------------------------------------------------------------
- -----------------------------------------------------------------------------------------------------
- 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: javax.media.opengl
- Specification Title: Java Bindings for OpenGL API Specification
- Specification Vendor: JogAmp Community
- Specification Version: 2.0
- Implementation Title: Java Bindings for OpenGL Runtime Environment
- Implementation Vendor: JogAmp Community
- Implementation Vendor ID: com.jogamp
- Implementation URL: http://jogamp.org/
- Implementation Version: 2.0-b66-20121101
- Implementation Branch: rc
- Implementation Commit: 502847f59ef01c78a85e4ee5453a09d9b83d9a5e
- -----------------------------------------------------------------------------------------------------
- GLDrawableFactory.static - Native OS Factory for: .x11: jogamp.opengl.x11.glx.X11GLXDrawableFactory
- SharedResourceRunner.start() - start new Thread - main
- SharedResourceRunner.run(): STARTED - main-SharedResourceRunner
- SharedResourceRunner.run(): READY - main-SharedResourceRunner
- Info: EGLDrawableFactory: EGL ES1 - NOPE (ES1 lib)
- Info: EGLDrawableFactory: EGL ES2 - NOPE
- javax.media.opengl.GLException: No GLDrawableFactory available for profile: GLES2
- at javax.media.opengl.GLDrawableFactory.getFactoryImpl(GLDrawableFactory.java:404)
- at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1436)
- at javax.media.opengl.GLProfile.access$100(GLProfile.java:76)
- at javax.media.opengl.GLProfile$1.run(GLProfile.java:157)
- at java.security.AccessController.doPrivileged(Native Method)
- at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:123)
- at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1857)
- at javax.media.opengl.GLProfile.get(GLProfile.java:768)
- at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
- at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
- at com.clcbio.api.structure.viewer.mockup.JoglTest.<clinit>(JoglTest.java:27)
- Info: GLProfile.init - EGL GLDrawable factory not available
- Info: GLProfile.init - Default device is desktop derived: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, ResourceToolkitLock[obj 0x7977b9b, isOwner false, <6a340101, 7c2e1f1f>[count 0, qsz 0, owner <NULL>]]]
- Info: GLProfile.initProfilesForDevice: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, ResourceToolkitLock[obj 0x7977b9b, isOwner false, <6a340101, 7c2e1f1f>[count 0, qsz 0, owner <NULL>]]] (com.jogamp.nativewindow.x11.X11GraphicsDevice), isSet false, hasDesktopGLFactory true, hasEGLFactory false
- GLProfile.init map :0, desktopCtxUndef true, esCtxUndef true
- GLProfile.init map GLProfile[GL4bc/GL4bc.sw] on device :0
- GLProfile.init map defaultAny GLProfile[GL4bc/GL4bc.sw] on device :0
- GLProfile.init map GLProfile[GL3bc/GL3bc.sw] on device :0
- GLProfile.init map GLProfile[GL2/GL2.sw] on device :0
- GLProfile.init map GLProfile[GL4/GL4.sw] on device :0
- GLProfile.init map GLProfile[GL3/GL3.sw] on device :0
- GLProfile.init map GLProfile[GL2GL3/GL2.sw] on device :0
- GLProfile.init map *** no mapping for GLES2 on device :0
- GLProfile.init map GLProfile[GL2ES2/GL2.sw] on device :0
- GLProfile.init map *** no mapping for GLES1 on device :0
- GLProfile.init map GLProfile[GL2ES1/GL2.sw] on device :0
- SharedResourceRunner.getOrCreateShared() :0: trying - main
- SharedResourceRunner.doAndWait() START init: :0, release: null - main
- SharedResourceRunner.doAndWait() set command: :0, release: null - main
- SharedResourceRunner.run(): WOKE UP for device connection init: :0, release: null - main-SharedResourceRunner
- SharedResourceRunner.run(): create Shared for: :0 - main-SharedResourceRunner
- main-SharedResourceRunner: setRealized: X11OnscreenGLXDrawable false -> true
- X11GLXDrawable.setRealized(true): X11GLXGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 2, qsz 0, owner <main-SharedResourceRunner>]]], idx 0], visualID 0xd7, fbConfigID 0xa1,
- requested GLCaps[rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2/GL2.sw], on-scr[.]],
- chosen GLCaps[glx vid 0xd7, fbc 0xa1: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL2/GL2.sw], on-scr[.]]]
- main-SharedResourceRunner: GLContext.resetStates()
- java.lang.Exception: Info: setGL (OpenGL null): main-SharedResourceRunner, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@f06fc94
- at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
- at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
- at jogamp.opengl.x11.glx.X11GLXContext.createImpl(X11GLXContext.java:341)
- at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
- at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
- at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:260)
- at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:261)
- at java.lang.Thread.run(Thread.java:662)
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable mapping key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: GLContext.setGLFuncAvail: Given X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 2, qsz 0, owner <main-SharedResourceRunner>]]] - 0.0 (Compatibility profile, hardware) - 3.0 Mesa 9.0
- main-SharedResourceRunner: GLContext.setGLFuncAvail.0 validated FQN: .x11_:0_0-0x3000002 - 3.0 (Compatibility profile, hardware) - 3.0 Mesa 9.0, 3.0.0
- main-SharedResourceRunner: GLContext GL ProcAddressTable mapping key(.x11_:0_0-0x3000002) -> 0x4f4db0e3
- main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching init jogamp.opengl.gl4.GL4bcImpl@f06fc94, OpenGL null
- main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL null, use glGetString
- main-SharedResourceRunner:ExtensionAvailabilityCache: GL_EXTENSIONS: 163, used glGetString
- GLX Version client version 1.4.0, server: 1.4.0
- GLX extensions (glXGetClientString): GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_create_context_robustness GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_framebuffer_sRGB GLX_EXT_create_context_es2_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap GLX_INTEL_swap_event
- GLX extensions (glXQueryExtensionsString): GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_create_context_es2_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap
- GLX extensions (glXQueryServerString): GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_multisample GLX_EXT_create_context_es2_profile GLX_EXT_import_context GLX_EXT_texture_from_pixmap GLX_EXT_visual_info GLX_EXT_visual_rating GLX_MESA_copy_sub_buffer GLX_OML_swap_method GLX_SGI_swap_control GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_INTEL_swap_event
- main-SharedResourceRunner:ExtensionAvailabilityCache: GLX_EXTENSIONS: 24
- main-SharedResourceRunner:ExtensionAvailabilityCache: GL vendor: Intel Open Source Technology Center
- main-SharedResourceRunner:ExtensionAvailabilityCache: ALL EXTENSIONS: 187
- main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_0 to known extensions
- main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_1 to known extensions
- 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(.x11_:0_0-0x3000002) -> 0x5a676437 - entries: 197
- Quirk: NoSetSwapIntervalPostRetarget: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
- Quirk: NoDoubleBufferedPBuffer: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
- main-SharedResourceRunner: GLContext.setGLFuncAvail.X: .x11_:0_0-0x3000002 - 3.0 (Compatibility profile, ES2 compatible, FBO, hardware)
- main-SharedResourceRunner: createContextARB: mappedVersionsAvailableSet(:0): false
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.2 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 38: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.2 (Compatibility profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.1
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.1 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 40: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.1 (Compatibility profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.0
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.0 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 42: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.0 (Compatibility profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARB-MapVersionsAvailable NOPE: 4.2
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 3.3
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 3.3 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 44: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 3.3 (Compatibility profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 3.2
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 3.2 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 46: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 3.2 (Compatibility profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 3.1
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 3.1 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- main-SharedResourceRunner: createContextARBImpl: OK 3.1 (Compatibility profile, arb, hardware) - @creation, share 0, direct true
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: GLContext.setGLFuncAvail: Given X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 2, qsz 0, owner <main-SharedResourceRunner>]]] - 3.1 (Compatibility profile, arb, hardware) - 3.1 Mesa 9.0
- main-SharedResourceRunner: GLContext.setGLFuncAvail.0 validated FQN: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, hardware) - 3.1 Mesa 9.0, 3.1.0
- main-SharedResourceRunner: GLContext GL ProcAddressTable mapping key(.x11_:0_0-0x3010003) -> 0x1d329642
- main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching init jogamp.opengl.gl4.GL4bcImpl@f06fc94, OpenGL 3.0 (Compatibility profile, ES2 compatible, FBO, hardware) - 3.0 Mesa 9.0
- main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL 3.0 (Compatibility profile, ES2 compatible, FBO, hardware) - 3.0 Mesa 9.0, use glGetStringi
- main-SharedResourceRunner:ExtensionAvailabilityCache: GL_EXTENSIONS: 88, used glGetStringi
- GLX Version client version 1.4.0, server: 1.4.0
- GLX extensions (glXGetClientString): GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_create_context_robustness GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_framebuffer_sRGB GLX_EXT_create_context_es2_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap GLX_INTEL_swap_event
- GLX extensions (glXQueryExtensionsString): GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_create_context_es2_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap
- GLX extensions (glXQueryServerString): GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_multisample GLX_EXT_create_context_es2_profile GLX_EXT_import_context GLX_EXT_texture_from_pixmap GLX_EXT_visual_info GLX_EXT_visual_rating GLX_MESA_copy_sub_buffer GLX_OML_swap_method GLX_SGI_swap_control GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_INTEL_swap_event
- main-SharedResourceRunner:ExtensionAvailabilityCache: GLX_EXTENSIONS: 24
- main-SharedResourceRunner:ExtensionAvailabilityCache: GL vendor: Intel Open Source Technology Center
- main-SharedResourceRunner:ExtensionAvailabilityCache: ALL EXTENSIONS: 112
- main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_1 to known extensions
- main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_0 to known extensions
- main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_1 to known extensions
- 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(.x11_:0_0-0x3010003) -> 0x6426d607 - entries: 123
- Quirk: NoSetSwapIntervalPostRetarget: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
- Quirk: NoDoubleBufferedPBuffer: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
- main-SharedResourceRunner: GLContext.setGLFuncAvail.X: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- main-SharedResourceRunner: createContextARBVersions: version verification - expected 3.1, has 3.1 == true
- GLContext.mapAvailableGLVersion: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 2, qsz 0, owner <main-SharedResourceRunner>]]]: 3.0 (Compatibility profile, hardware) -> 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- main-SharedResourceRunner: createContextARB-MapVersionsAvailable HAVE: 3.2 -> 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
- GLContext.mapAvailableGLVersion: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 2, qsz 0, owner <main-SharedResourceRunner>]]]: 2.0 (Compatibility profile, hardware) -> 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- GLContext.mapAvailableGLVersion: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 2, qsz 0, owner <main-SharedResourceRunner>]]]: 3.0 (Core profile, hardware) -> 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- main-SharedResourceRunner: GLContext.resetStates()
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.2 (Core profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 51: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.2 (Core profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.1
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.1 (Core profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 53: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.1 (Core profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.0
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.0 (Core profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 55: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.0 (Core profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.2 (forward, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 57: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.2 (forward, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.1
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.1 (forward, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 59: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.1 (forward, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.0
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.0 (forward, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 61: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.0 (forward, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.2 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 63: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.2 (Compatibility profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.1
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.1 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 65: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.1 (Compatibility profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.0
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.0 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 67: 154:34 Unknown
- main-SharedResourceRunner: createContextARBImpl: NO 4.0 (Compatibility profile, arb, hardware) - @creation
- main-SharedResourceRunner: createContextARB-MapVersionsAvailable NOPE: 4.4
- main-SharedResourceRunner: createContextARB: SET mappedVersionsAvailableSet .x11_:0_0
- .x11_:0_0-0x2020000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- .x11_:0_0-0x3020000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- .x11_:0_0-0x3040000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- GLContextImpl.mapGLVersions: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 2, qsz 0, owner <main-SharedResourceRunner>]]], profileAliasing: true, total 30.358003ms
- .x11_:0_0-0x2020000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- .x11_:0_0-0x3020000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- .x11_:0_0-0x3040000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- main-SharedResourceRunner: createContextARBImpl: OK 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, share 0, direct true
- java.lang.Exception: Info: setGL (OpenGL null): main-SharedResourceRunner, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@31ad98ef
- at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
- at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
- at jogamp.opengl.GLContextImpl.createContextARB(GLContextImpl.java:760)
- at jogamp.opengl.x11.glx.X11GLXContext.createImpl(X11GLXContext.java:349)
- at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
- at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
- at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:260)
- at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:261)
- at java.lang.Thread.run(Thread.java:662)
- main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
- main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- main-SharedResourceRunner: GLContext.setGLFuncAvail: Given X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 2, qsz 0, owner <main-SharedResourceRunner>]]] - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
- main-SharedResourceRunner: GLContext.setGLFuncAvail.0 validated FQN: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0, 3.1.0
- main-SharedResourceRunner: GLContext GL ProcAddressTable reusing key(.x11_:0_0-0x3010003) -> 0x1d329642
- main-SharedResourceRunner: GLContext GL ExtensionAvailabilityCache reusing key(.x11_:0_0-0x3010003) -> 0x6426d607 - entries: 123
- Quirk: NoSetSwapIntervalPostRetarget: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
- Quirk: NoDoubleBufferedPBuffer: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
- main-SharedResourceRunner: GLContext.setGLFuncAvail.X: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- main-SharedResourceRunner: createContextImpl: OK (ARB, initial) share 0
- main-SharedResourceRunner: createContextImpl: OK direct true/true
- main-SharedResourceRunner: Create GL context OK: obj 0x45d6a56e, ctx 0x7ffa5002c830, surf 0x5e00002 for jogamp.opengl.x11.glx.X11OnscreenGLXContext - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
- GLDebugMessageHandler.init(false)
- GLDebugMessageHandler: GL DEBUG not set in ARB ctx options: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
- GLDebugMessageHandler.init(false) .. n/a
- main-SharedResourceRunner: GLContext.ContextSwitch: obj 0x45d6a56e, ctx 0x7ffa5002c830, surf 0x5e00002 - switch - CONTEXT_CURRENT_NEW - <7c138c63, 6765f738>[count 1, qsz 0, owner <main-SharedResourceRunner>]
- SharedDevice: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 1, qsz 0, owner <main-SharedResourceRunner>]]]
- SharedScreen: X11GraphicsScreen[X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 1, qsz 0, owner <main-SharedResourceRunner>]]], idx 0]
- SharedContext: X11OnscreenGLXContext [OpenGL 3.1, options 0x303, 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0, this 0x45d6a56e, handle 0x7ffa5002c830, jogamp.opengl.gl4.GL4bcImpl@31ad98ef,
- quirks: [NoDoubleBufferedPBuffer, NoSetSwapIntervalPostRetarget],
- Drawable: X11OnscreenGLXDrawable[Realized true,
- Factory jogamp.opengl.x11.glx.X11GLXDrawableFactory@5749b290,
- Handle 0x5e00002,
- Surface WrappedSurface[ X11DummyUpstreamSurfaceHook[ 64x64], displayHandle 0x7ffa50000c10, surfaceHandle 0x5e00002, size 64x64, UOB[ OWNS_SURFACE | WINDOW_INVISIBLE ], surfaceLock <276a38b5, 2eb1074a>[count 0, qsz 0, owner <NULL>] ]], direct true] , madeCurrent true
- GLX Server Vendor: SGI
- GLX Server Version: 1.4.0
- GLX Server Multisample: true
- GLX Client Vendor: Mesa Project and SGI
- GLX Client Version: 1.4.0
- GLX Client Multisample: true
- SharedResourceRunner.run(): READY - main-SharedResourceRunner
- SharedResourceRunner.initializeAndWait END init: :0, release: null - main
- SharedResourceRunner.getOrCreateShared() :0: success - main
- GLProfile.initProfilesForDevice: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, ResourceToolkitLock[obj 0x7977b9b, isOwner false, <6a340101, 7c2e1f1f>[count 0, qsz 0, owner <NULL>]]]: desktop Shared Ctx true
- GLProfile.init map :0, desktopCtxUndef false, esCtxUndef false
- GLProfile.init map *** no mapping for GL4bc on device :0
- GLProfile.init map GLProfile[GL3bc/GL3bc.hw] on device :0
- GLProfile.init map defaultHW GLProfile[GL3bc/GL3bc.hw] on device :0
- GLProfile.init map GLProfile[GL2/GL2.hw] on device :0
- GLProfile.init map defaultAny GLProfile[GL2/GL2.hw] on device :0
- GLProfile.init map *** no mapping for GL4 on device :0
- GLProfile.init map GLProfile[GL3/GL3.hw] on device :0
- GLProfile.init map GLProfile[GL2GL3/GL3bc.hw] on device :0
- GLProfile.init map *** no mapping for GLES2 on device :0
- GLProfile.init map GLProfile[GL2ES2/GL3bc.hw] on device :0
- GLProfile.init map *** no mapping for GLES1 on device :0
- GLProfile.init map GLProfile[GL2ES1/GL3bc.hw] on device :0
- GLProfile.initProfilesForDevice: :0: added profile(s): desktop true, egl false
- GLProfile.initProfilesForDevice: :0: Native[GL4bc false, GL4 false, GL3bc true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)], GL3 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)], GL2 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)], GL2ES1 true, GLES1 false, GL2ES2 true, GLES2 false], Profiles[GLProfile[GL2ES2/GL3bc.hw], GLProfile[GL2ES1/GL3bc.hw], GLProfile[GL2/GL2.hw], GLProfile[GL3/GL3.hw], GLProfile[GL3bc/GL3bc.hw], GLProfile[GL2GL3/GL3bc.hw], GLProfile[GL3bc/GL3bc.hw], , default GLProfile[GL3bc/GL3bc.hw]]
- GLProfile.dumpGLInfo: X11OnscreenGLXContext [OpenGL 3.1, options 0x303, 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0, this 0x45d6a56e, handle 0x7ffa5002c830, jogamp.opengl.gl4.GL4bcImpl@31ad98ef,
- quirks: [NoDoubleBufferedPBuffer, NoSetSwapIntervalPostRetarget],
- Drawable: X11OnscreenGLXDrawable[Realized true,
- Factory jogamp.opengl.x11.glx.X11GLXDrawableFactory@5749b290,
- Handle 0x5e00002,
- Surface WrappedSurface[ X11DummyUpstreamSurfaceHook[ 64x64], displayHandle 0x7ffa50000c10, surfaceHandle 0x5e00002, size 64x64, UOB[ OWNS_SURFACE | WINDOW_INVISIBLE ], surfaceLock <276a38b5, 2eb1074a>[count 0, qsz 0, owner <NULL>] ]], direct true]
- ExtensionAvailabilityCache: getGLExtensions() called
- -----------------------------------------------------------------------------------------------------
- X11GraphicsDevice[type .x11, connection :0]:
- Native
- GL4bc false
- GL4 false
- GL3bc true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
- GL3 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
- GL2 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
- GL2ES1 true
- GLES1 false
- GL2ES2 true
- GLES2 false
- Profiles
- GLProfile[GL2ES2/GL3bc.hw]
- GLProfile[GL2ES1/GL3bc.hw]
- GLProfile[GL2/GL2.hw]
- GLProfile[GL3/GL3.hw]
- GLProfile[GL3bc/GL3bc.hw]
- GLProfile[GL2GL3/GL3bc.hw]
- GLProfile[GL3bc/GL3bc.hw]
- default GLProfile[GL3bc/GL3bc.hw]
- Swap Interval -1
- GL Profile GLProfile[GL2/GL2.sw]
- CTX VERSION 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
- GL jogamp.opengl.gl4.GL4bcImpl@31ad98ef
- GL_VENDOR Intel Open Source Technology Center
- GL_RENDERER Mesa DRI Intel(R) Sandybridge Mobile
- GL_VERSION 3.1 Mesa 9.0
- GLSL true, has-compiler: true, version: 1.40
- GL_EXTENSIONS 88
- GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_color_buffer_float GL_ARB_copy_buffer GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_invalidate_subdata GL_ARB_map_buffer_range GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_robustness GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_bit_encoding GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_sync GL_ARB_texture_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rgb10_a2ui GL_ARB_texture_rg GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_shader GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_provoking_vertex GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_OES_EGL_image GL_OES_read_format GL_3DFX_texture_compression_FXT1 GL_AMD_draw_buffers_blend GL_APPLE_object_purgeable GL_ATI_blend_equation_separate GL_ATI_texture_float GL_IBM_multimode_draw_arrays GL_IBM_rasterpos_clip GL_MESA_pack_invert GL_MESA_texture_signed_rgba GL_MESA_ycbcr_texture GL_NV_conditional_render GL_NV_depth_clamp GL_NV_packed_depth_stencil GL_NV_primitive_restart GL_S3_s3tc
- GLX_EXTENSIONS 24
- GLX_SGI_swap_control GLX_SGIX_visual_select_group GLX_SGI_video_sync GLX_ARB_create_context_robustness GLX_MESA_copy_sub_buffer GLX_EXT_texture_from_pixmap GLX_ARB_get_proc_address GLX_EXT_visual_rating GLX_INTEL_swap_event GLX_OML_sync_control GLX_EXT_framebuffer_sRGB GLX_EXT_create_context_es2_profile GLX_ARB_create_context_profile GLX_EXT_visual_info GLX_MESA_multithread_makecurrent GLX_EXT_import_context GLX_OML_swap_method GLX_SGIX_pbuffer GLX_ARB_multisample GLX_SGI_make_current_read GLX_MESA_swap_control GLX_SGIS_multisample GLX_ARB_create_context GLX_SGIX_fbconfig
- -----------------------------------------------------------------------------------------------------
- GLCaps[glx vid ----, fbc 0x97: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x98: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x99: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x9a: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x9b: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x9c: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xa9: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xaa: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/0/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xaf: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb0: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb5: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb6: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb7: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb8: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb9: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xba: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xc7: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xc8: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/0/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xcd: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xce: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0x55, fbc 0xa7: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0x56, fbc 0xc5: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0x96, fbc 0xa8: rgba 0x8/8/8/8, trans-rgba 0xff/ff/ff/ff, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd3, fbc 0x9d: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd4, fbc 0x9e: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd5, fbc 0x9f: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd6, fbc 0xa0: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd7, fbc 0xa1: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd8, fbc 0xa2: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd9, fbc 0xa3: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xda, fbc 0xa4: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xdb, fbc 0xa5: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xdc, fbc 0xa6: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xdd, fbc 0xab: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xde, fbc 0xac: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 24/8/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xdf, fbc 0xad: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe0, fbc 0xae: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe1, fbc 0xb1: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe2, fbc 0xb2: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe3, fbc 0xb3: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe4, fbc 0xb4: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe5, fbc 0xbb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe6, fbc 0xbc: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe7, fbc 0xbd: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe8, fbc 0xbe: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe9, fbc 0xbf: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xea, fbc 0xc0: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xeb, fbc 0xc1: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xec, fbc 0xc2: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xed, fbc 0xc3: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xee, fbc 0xc4: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xef, fbc 0xc6: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf0, fbc 0xc9: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf1, fbc 0xca: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 24/8/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf2, fbc 0xcb: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf3, fbc 0xcc: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf4, fbc 0xcf: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf5, fbc 0xd0: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf6, fbc 0xd1: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf7, fbc 0xd2: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLProfile.init addedAnyProfile true (desktop: true, egl false)
- GLProfile.init isAWTAvailable true
- GLProfile.init hasDesktopGLFactory true
- GLProfile.init hasGL234Impl true
- GLProfile.init hasEGLFactory false
- GLProfile.init hasGLES1Impl false
- GLProfile.init hasGLES2Impl false
- GLProfile.init defaultDevice X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, ResourceToolkitLock[obj 0x7977b9b, isOwner false, <6a340101, 7c2e1f1f>[count 0, qsz 0, owner <NULL>]]]
- GLProfile.init defaultDevice Desktop X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, ResourceToolkitLock[obj 0x7977b9b, isOwner false, <6a340101, 7c2e1f1f>[count 0, qsz 0, owner <NULL>]]]
- GLProfile.init defaultDevice EGL null
- GLProfile.init profile order [GL4bc, GL3bc, GL2, GL4, GL3, GL2GL3, GLES2, GL2ES2, GLES1, GL2ES1]
- Default Profiles on device X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, ResourceToolkitLock[obj 0x7977b9b, isOwner false, <6a340101, 7c2e1f1f>[count 0, qsz 0, owner <NULL>]]]
- Native
- GL4bc false
- GL4 false
- GL3bc true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
- GL3 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
- GL2 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
- GL2ES1 true
- GLES1 false
- GL2ES2 true
- GLES2 false
- Profiles
- GLProfile[GL2ES2/GL3bc.hw]
- GLProfile[GL2ES1/GL3bc.hw]
- GLProfile[GL2/GL2.hw]
- GLProfile[GL3/GL3.hw]
- GLProfile[GL3bc/GL3bc.hw]
- GLProfile[GL2GL3/GL3bc.hw]
- GLProfile[GL3bc/GL3bc.hw]
- default GLProfile[GL3bc/GL3bc.hw]
- Desktop Capabilities:
- GLCaps[glx vid ----, fbc 0x97: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x98: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x99: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x9a: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x9b: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0x9c: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xa9: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xaa: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/0/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xaf: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb0: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb5: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb6: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb7: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb8: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xb9: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xba: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xc7: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xc8: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/0/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xcd: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid ----, fbc 0xce: rgba 0x5/6/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0x55, fbc 0xa7: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0x56, fbc 0xc5: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0x96, fbc 0xa8: rgba 0x8/8/8/8, trans-rgba 0xff/ff/ff/ff, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd3, fbc 0x9d: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd4, fbc 0x9e: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd5, fbc 0x9f: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd6, fbc 0xa0: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd7, fbc 0xa1: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd8, fbc 0xa2: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xd9, fbc 0xa3: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xda, fbc 0xa4: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xdb, fbc 0xa5: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xdc, fbc 0xa6: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xdd, fbc 0xab: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xde, fbc 0xac: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 24/8/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xdf, fbc 0xad: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe0, fbc 0xae: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe1, fbc 0xb1: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe2, fbc 0xb2: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe3, fbc 0xb3: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe4, fbc 0xb4: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe5, fbc 0xbb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe6, fbc 0xbc: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe7, fbc 0xbd: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe8, fbc 0xbe: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xe9, fbc 0xbf: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xea, fbc 0xc0: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xeb, fbc 0xc1: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xec, fbc 0xc2: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xed, fbc 0xc3: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xee, fbc 0xc4: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xef, fbc 0xc6: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf0, fbc 0xc9: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf1, fbc 0xca: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 24/8/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf2, fbc 0xcb: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf3, fbc 0xcc: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , sw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf4, fbc 0xcf: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf5, fbc 0xd0: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf6, fbc 0xd1: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- GLCaps[glx vid 0xf7, fbc 0xd2: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0], bitmap]]
- EGL Capabilities:
- none
- main: GLJPanel.addNotify()
- AWT-EventQueue-0: PbufferBackend: initialize()
- Info: X11GLXDrawableFactory.validateDevice: using default device : X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, ResourceToolkitLock[obj 0x7977b9b, isOwner false, <6a340101, 7c2e1f1f>[count 0, qsz 0, owner <NULL>]]]
- AWT-EventQueue-0: setRealized: X11PbufferGLXDrawable false -> true
- Pbuffer config: X11GLXGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa5c00c8f0, ResourceToolkitLock[obj 0xd4dd758, isOwner true, <7174d93a, 2e61a907>[count 1, qsz 0, owner <AWT-EventQueue-0>]]], idx 0], visualID 0xd6, fbConfigID 0xa0,
- requested GLCaps[rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[.]],
- chosen GLCaps[glx vid 0xd6, fbc 0xa0: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]]Created pbuffer X11PbufferGLXDrawable[Realized true,
- Factory jogamp.opengl.x11.glx.X11GLXDrawableFactory@5749b290,
- Handle 0x6000001,
- Surface WrappedSurface[ UpstreamSurfaceHookMutableSize[ 256x256], displayHandle 0x7ffa5c00c8f0, surfaceHandle 0x6000001, size 256x256, UOB[ OWNS_DEVICE ], surfaceLock <da0225b, c2f8b5a>[count 1, qsz 0, owner <AWT-EventQueue-0>] ]]
- AWT-EventQueue-0: GLContext.resetStates()
- AWT-EventQueue-0: GLJPanel.handleReshape: (w,h) = (298,271)
- AWT-EventQueue-0: Resizing pbuffer from (256, 256) to fit (298, 271)
- AWT-EventQueue-0: setRealized: X11PbufferGLXDrawable true -> false
- AWT-EventQueue-0: New pbuffer size is (512, 512)
- AWT-EventQueue-0: PbufferBackend: initialize()
- Info: X11GLXDrawableFactory.validateDevice: using default device : X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, ResourceToolkitLock[obj 0x7977b9b, isOwner false, <6a340101, 7c2e1f1f>[count 0, qsz 0, owner <NULL>]]]
- AWT-EventQueue-0: setRealized: X11PbufferGLXDrawable false -> true
- Pbuffer config: X11GLXGraphicsConfiguration[X11GraphicsScreen[X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa5c00c8f0, ResourceToolkitLock[obj 0xe3a1ec6, isOwner true, <9ba6076, 2b12e7f7>[count 1, qsz 0, owner <AWT-EventQueue-0>]]], idx 0], visualID 0xd6, fbConfigID 0xa0,
- requested GLCaps[rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[.]],
- chosen GLCaps[glx vid 0xd6, fbc 0xa0: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL3bc/GL3bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]]
- Created pbuffer X11PbufferGLXDrawable[Realized true,
- Factory jogamp.opengl.x11.glx.X11GLXDrawableFactory@5749b290,
- Handle 0x6200001,
- Surface WrappedSurface[ UpstreamSurfaceHookMutableSize[ 512x512], displayHandle 0x7ffa5c00c8f0, surfaceHandle 0x6200001, size 512x512, UOB[ OWNS_DEVICE ], surfaceLock <663b1f38, 337ec9f7>[count 1, qsz 0, owner <AWT-EventQueue-0>] ]]
- AWT-EventQueue-0: GLContext.resetStates()
- AWT-EventQueue-0: createContextARB: mappedVersionsAvailableSet(:0): true
- AWT-EventQueue-0: Initializing GLX extension address table: GLX-.x11_:0_0
- AWT-EventQueue-0: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- AWT-EventQueue-0: X11GLXContext.createContextARBImpl: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, handle 0x6200001, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
- AWT-EventQueue-0: createContextARBImpl: OK 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, share 0, direct true
- java.lang.Exception: Info: setGL (OpenGL null): AWT-EventQueue-0, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@7f5e2075
- at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
- at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
- at jogamp.opengl.GLContextImpl.createContextARB(GLContextImpl.java:760)
- at jogamp.opengl.x11.glx.X11GLXContext.createImpl(X11GLXContext.java:323)
- at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
- at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
- at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:645)
- at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
- at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
- at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
- at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
- at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
- at javax.swing.JComponent.paint(JComponent.java:1037)
- at javax.swing.JComponent.paintToOffscreen(JComponent.java:5132)
- at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1523)
- at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1454)
- at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:294)
- at javax.swing.RepaintManager.paint(RepaintManager.java:1257)
- at javax.swing.JComponent._paintImmediately(JComponent.java:5080)
- at javax.swing.JComponent.paintImmediately(JComponent.java:4890)
- at javax.swing.RepaintManager$3.run(RepaintManager.java:814)
- at javax.swing.RepaintManager$3.run(RepaintManager.java:802)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:802)
- at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:745)
- at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:725)
- at javax.swing.RepaintManager.access$1000(RepaintManager.java:46)
- at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1668)
- at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
- at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:672)
- at java.awt.EventQueue.access$400(EventQueue.java:81)
- at java.awt.EventQueue$2.run(EventQueue.java:633)
- at java.awt.EventQueue$2.run(EventQueue.java:631)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at java.awt.EventQueue.dispatchEvent(EventQueue.java:642)
- at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
- at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
- at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
- at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
- AWT-EventQueue-0: Initializing GLX extension address table: GLX-.x11_:0_0
- AWT-EventQueue-0: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
- AWT-EventQueue-0: GLContext.setGLFuncAvail: Given X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa5c00c8f0, ResourceToolkitLock[obj 0xe3a1ec6, isOwner true, <9ba6076, 2b12e7f7>[count 1, qsz 0, owner <AWT-EventQueue-0>]]] - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
- AWT-EventQueue-0: GLContext.setGLFuncAvail.0 validated FQN: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0, 3.1.0
- AWT-EventQueue-0: GLContext GL ProcAddressTable reusing key(.x11_:0_0-0x3010003) -> 0x1d329642
- AWT-EventQueue-0: GLContext GL ExtensionAvailabilityCache reusing key(.x11_:0_0-0x3010003) -> 0x6426d607 - entries: 123
- Quirk: NoSetSwapIntervalPostRetarget: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
- Quirk: NoDoubleBufferedPBuffer: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
- AWT-EventQueue-0: GLContext.setGLFuncAvail.X: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
- AWT-EventQueue-0: createContextImpl: OK (ARB, using sharedContext) share 0
- AWT-EventQueue-0: createContextImpl: OK direct true/true
- AWT-EventQueue-0: Create GL context OK: obj 0x48fd918a, ctx 0x7ffa5c03c360, surf 0x6200001 for jogamp.opengl.x11.glx.X11PbufferGLXContext - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
- GLDebugMessageHandler.init(false)
- GLDebugMessageHandler: GL DEBUG not set in ARB ctx options: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
- GLDebugMessageHandler.init(false) .. n/a
- AWT-EventQueue-0: GLContext.ContextSwitch: obj 0x48fd918a, ctx 0x7ffa5c03c360, surf 0x6200001 - switch - CONTEXT_CURRENT_NEW - <7ca522a6, 3d860038>[count 1, qsz 0, owner <AWT-EventQueue-0>]
- GLDrawableHelper GLAnimatorControl: null, GLEventListeners num 1 [javax.media.opengl.awt.GLJPanel$Updater@9e1be92[init false], ].invokeGL(): Running initAction
- AWT-EventQueue-0: GLJPanel.display: reshape(0,0 298x271)
- java.lang.Exception: Info: setGL (OpenGL 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0): AWT-EventQueue-0, GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@7f5e2075 -> DebugGL2, DebugGL2 [ implementing javax.media.opengl.GL2,
- downstream: jogamp.opengl.gl4.GL4bcImpl@7f5e2075
- ]
- at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
- at javax.media.opengl.awt.GLJPanel.setGL(GLJPanel.java:511)
- at com.clcbio.api.structure.viewer.mockup.JoglTest.render(JoglTest.java:74)
- at com.clcbio.api.structure.viewer.mockup.JoglTest.display(JoglTest.java:55)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
- at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:704)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
- at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
- at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
- at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
- at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
- at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
- at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
- at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
- at javax.swing.JComponent.paint(JComponent.java:1037)
- at javax.swing.JComponent.paintToOffscreen(JComponent.java:5132)
- at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1523)
- at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1454)
- at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:294)
- at javax.swing.RepaintManager.paint(RepaintManager.java:1257)
- at javax.swing.JComponent._paintImmediately(JComponent.java:5080)
- at javax.swing.JComponent.paintImmediately(JComponent.java:4890)
- at javax.swing.RepaintManager$3.run(RepaintManager.java:814)
- at javax.swing.RepaintManager$3.run(RepaintManager.java:802)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:802)
- at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:745)
- at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:725)
- at javax.swing.RepaintManager.access$1000(RepaintManager.java:46)
- at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1668)
- at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
- at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:672)
- at java.awt.EventQueue.access$400(EventQueue.java:81)
- at java.awt.EventQueue$2.run(EventQueue.java:633)
- at java.awt.EventQueue$2.run(EventQueue.java:631)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at java.awt.EventQueue.dispatchEvent(EventQueue.java:642)
- at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
- at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
- at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
- at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
- Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: Thread[AWT-EventQueue-0,6,main] glGetError() returned the following error codes after a call to glGetIntegerv(<int> 0xD00, <[I>, <int> 0x0): GL_INVALID_OPERATION ( 1282 0x502),
- at javax.media.opengl.DebugGL2.checkGLGetError(DebugGL2.java:24827)
- at javax.media.opengl.DebugGL2.glGetIntegerv(DebugGL2.java:9673)
- at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.postGL(GLJPanel.java:929)
- at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:705)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
- at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
- at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
- at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
- at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
- at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
- at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
- at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
- at javax.swing.JComponent.paint(JComponent.java:1037)
- at javax.swing.JComponent.paintToOffscreen(JComponent.java:5132)
- at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1523)
- at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1454)
- at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:294)
- at javax.swing.RepaintManager.paint(RepaintManager.java:1257)
- at javax.swing.JComponent._paintImmediately(JComponent.java:5080)
- at javax.swing.JComponent.paintImmediately(JComponent.java:4890)
- at javax.swing.RepaintManager$3.run(RepaintManager.java:814)
- at javax.swing.RepaintManager$3.run(RepaintManager.java:802)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:802)
- at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:745)
- at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:725)
- at javax.swing.RepaintManager.access$1000(RepaintManager.java:46)
- at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1668)
- at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
- at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:672)
- at java.awt.EventQueue.access$400(EventQueue.java:81)
- at java.awt.EventQueue$2.run(EventQueue.java:633)
- at java.awt.EventQueue$2.run(EventQueue.java:631)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at java.awt.EventQueue.dispatchEvent(EventQueue.java:642)
- at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
- at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
- at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
- at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
- AWT-EventQueue-0: GLJPanel.handleReshape: (w,h) = (298,271)
- AWT-EventQueue-0: GLJPanel.display: reshape(0,0 298x271)
- java.lang.Exception: Info: setGL (OpenGL 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0): AWT-EventQueue-0, DebugGL2, DebugGL2 [ implementing javax.media.opengl.GL2,
- downstream: jogamp.opengl.gl4.GL4bcImpl@7f5e2075
- ] -> DebugGL2, DebugGL2 [ implementing javax.media.opengl.GL2,
- downstream: DebugGL2 [ implementing javax.media.opengl.GL2,
- downstream: jogamp.opengl.gl4.GL4bcImpl@7f5e2075
- ]
- ]
- at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
- at javax.media.opengl.awt.GLJPanel.setGL(GLJPanel.java:511)
- at com.clcbio.api.structure.viewer.mockup.JoglTest.render(JoglTest.java:74)
- at com.clcbio.api.structure.viewer.mockup.JoglTest.display(JoglTest.java:55)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
- at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:704)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
- at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
- at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
- at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
- at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
- at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
- at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
- at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
- at javax.swing.JComponent.paint(JComponent.java:1037)
- at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
- at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
- at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
- at java.awt.Container.paint(Container.java:1778)
- at java.awt.Window.paint(Window.java:3390)
- at sun.awt.RepaintArea.paintComponent(RepaintArea.java:248)
- at sun.awt.X11.XRepaintArea.paintComponent(XRepaintArea.java:56)
- at sun.awt.RepaintArea.paint(RepaintArea.java:224)
- at sun.awt.X11.XComponentPeer.handleEvent(XComponentPeer.java:677)
- at java.awt.Component.dispatchEventImpl(Component.java:4736)
- at java.awt.Container.dispatchEventImpl(Container.java:2097)
- at java.awt.Window.dispatchEventImpl(Window.java:2489)
- at java.awt.Component.dispatchEvent(Component.java:4488)
- at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:674)
- at java.awt.EventQueue.access$400(EventQueue.java:81)
- at java.awt.EventQueue$2.run(EventQueue.java:633)
- at java.awt.EventQueue$2.run(EventQueue.java:631)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
- at java.awt.EventQueue$3.run(EventQueue.java:647)
- at java.awt.EventQueue$3.run(EventQueue.java:645)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at java.awt.EventQueue.dispatchEvent(EventQueue.java:644)
- at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
- at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
- at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
- at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
- Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: Thread[AWT-EventQueue-0,6,main] glGetError() returned the following error codes after a call to glEnd(): GL_INVALID_OPERATION ( 1282 0x502),
- at javax.media.opengl.DebugGL2.checkGLGetError(DebugGL2.java:24827)
- at javax.media.opengl.DebugGL2.glEnd(DebugGL2.java:17674)
- at com.clcbio.api.structure.viewer.mockup.JoglTest.render(JoglTest.java:88)
- at com.clcbio.api.structure.viewer.mockup.JoglTest.display(JoglTest.java:55)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
- at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:704)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
- at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
- at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
- at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
- at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
- at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
- at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
- at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
- at javax.swing.JComponent.paint(JComponent.java:1037)
- at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
- at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
- at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
- at java.awt.Container.paint(Container.java:1778)
- at java.awt.Window.paint(Window.java:3390)
- at sun.awt.RepaintArea.paintComponent(RepaintArea.java:248)
- at sun.awt.X11.XRepaintArea.paintComponent(XRepaintArea.java:56)
- at sun.awt.RepaintArea.paint(RepaintArea.java:224)
- at sun.awt.X11.XComponentPeer.handleEvent(XComponentPeer.java:677)
- at java.awt.Component.dispatchEventImpl(Component.java:4736)
- at java.awt.Container.dispatchEventImpl(Container.java:2097)
- at java.awt.Window.dispatchEventImpl(Window.java:2489)
- at java.awt.Component.dispatchEvent(Component.java:4488)
- at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:674)
- at java.awt.EventQueue.access$400(EventQueue.java:81)
- at java.awt.EventQueue$2.run(EventQueue.java:633)
- at java.awt.EventQueue$2.run(EventQueue.java:631)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
- at java.awt.EventQueue$3.run(EventQueue.java:647)
- at java.awt.EventQueue$3.run(EventQueue.java:645)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
- at java.awt.EventQueue.dispatchEvent(EventQueue.java:644)
- at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
- at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
- at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
- at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement