Advertisement
mikaelhc

Untitled

Apr 17th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.83 KB | None | 0 0
  1. GLProfile.initSingleton() - thread main
  2. java.lang.Exception: Stack trace
  3. at java.lang.Thread.dumpStack(Thread.java:1249)
  4. at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:118)
  5. at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1857)
  6. at javax.media.opengl.GLProfile.get(GLProfile.java:768)
  7. at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
  8. at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
  9. at com.clcbio.api.structure.viewer.mockup.JoglTest.<clinit>(JoglTest.java:27)
  10. OGLUtilities.UNDEFINED = 0
  11. OGLUtilities.WINDOW = 1
  12. OGLUtilities.PBUFFER = 2
  13. OGLUtilities.TEXTURE = 3
  14. OGLUtilities.FLIP_BACKBUFFER = 4
  15. OGLUtilities.FBOBJECT = 5
  16. Checking for Java2D/OpenGL support
  17. Java2D support: default GraphicsConfiguration = sun.awt.X11GraphicsConfig
  18. JOGL/Java2D integration disabled
  19. GLProfile.init - thread: main
  20. -----------------------------------------------------------------------------------------------------
  21. Platform: LINUX / Linux 3.5.0-17-generic (os), amd64 (arch), GENERIC_ABI, 4 cores
  22. MachineDescription: runtimeValidated true, littleEndian true, 32Bit false, primitive size / alignment:
  23. int8 1 / 1, int16 2 / 2
  24. int 4 / 4, long 8 / 8
  25. int32 4 / 4, int64 8 / 8
  26. float 4 / 4, double 8 / 8, ldouble 16 / 16
  27. pointer 8 / 8, page 4096
  28. Platform: Java Version: 1.6.0_45, VM: Java HotSpot(TM) 64-Bit Server VM, Runtime: Java(TM) SE Runtime Environment
  29. Platform: Java Vendor: Sun Microsystems Inc., http://java.sun.com/, is JavaSE: true, AWT enabled: true
  30. -----------------------------------------------------------------------------------------------------
  31. -----------------------------------------------------------------------------------------------------
  32. Package: com.jogamp.common
  33. Extension Name: com.jogamp.common
  34. Specification Title: GlueGen Java Bindings Generator
  35. Specification Vendor: JogAmp Community
  36. Specification Version: 2.0
  37. Implementation Title: GlueGen Run-Time
  38. Implementation Vendor: JogAmp Community
  39. Implementation Vendor ID: com.jogamp
  40. Implementation URL: http://jogamp.org/
  41. Implementation Version: 2.0-b52-20121101
  42. Implementation Branch: rc
  43. Implementation Commit: d430657cfd1f21885f3fdebebe6f0a49b1c5cd13
  44. -----------------------------------------------------------------------------------------------------
  45. -----------------------------------------------------------------------------------------------------
  46. Package: javax.media.nativewindow
  47. Extension Name: null
  48. Specification Title: null
  49. Specification Vendor: null
  50. Specification Version: null
  51. Implementation Title: null
  52. Implementation Vendor: null
  53. Implementation Vendor ID: null
  54. Implementation URL: null
  55. Implementation Version: null
  56. Implementation Branch: null
  57. Implementation Commit: null
  58. -----------------------------------------------------------------------------------------------------
  59. -----------------------------------------------------------------------------------------------------
  60. Package: javax.media.opengl
  61. Extension Name: javax.media.opengl
  62. Specification Title: Java Bindings for OpenGL API Specification
  63. Specification Vendor: JogAmp Community
  64. Specification Version: 2.0
  65. Implementation Title: Java Bindings for OpenGL Runtime Environment
  66. Implementation Vendor: JogAmp Community
  67. Implementation Vendor ID: com.jogamp
  68. Implementation URL: http://jogamp.org/
  69. Implementation Version: 2.0-b66-20121101
  70. Implementation Branch: rc
  71. Implementation Commit: 502847f59ef01c78a85e4ee5453a09d9b83d9a5e
  72. -----------------------------------------------------------------------------------------------------
  73. GLDrawableFactory.static - Native OS Factory for: .x11: jogamp.opengl.x11.glx.X11GLXDrawableFactory
  74. SharedResourceRunner.start() - start new Thread - main
  75. SharedResourceRunner.run(): STARTED - main-SharedResourceRunner
  76. SharedResourceRunner.run(): READY - main-SharedResourceRunner
  77. Info: EGLDrawableFactory: EGL ES1 - NOPE (ES1 lib)
  78. Info: EGLDrawableFactory: EGL ES2 - NOPE
  79. javax.media.opengl.GLException: No GLDrawableFactory available for profile: GLES2
  80. at javax.media.opengl.GLDrawableFactory.getFactoryImpl(GLDrawableFactory.java:404)
  81. at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1436)
  82. at javax.media.opengl.GLProfile.access$100(GLProfile.java:76)
  83. at javax.media.opengl.GLProfile$1.run(GLProfile.java:157)
  84. at java.security.AccessController.doPrivileged(Native Method)
  85. at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:123)
  86. at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1857)
  87. at javax.media.opengl.GLProfile.get(GLProfile.java:768)
  88. at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
  89. at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
  90. at com.clcbio.api.structure.viewer.mockup.JoglTest.<clinit>(JoglTest.java:27)
  91. Info: GLProfile.init - EGL GLDrawable factory not available
  92. 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>]]]
  93. 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
  94. GLProfile.init map :0, desktopCtxUndef true, esCtxUndef true
  95. GLProfile.init map GLProfile[GL4bc/GL4bc.sw] on device :0
  96. GLProfile.init map defaultAny GLProfile[GL4bc/GL4bc.sw] on device :0
  97. GLProfile.init map GLProfile[GL3bc/GL3bc.sw] on device :0
  98. GLProfile.init map GLProfile[GL2/GL2.sw] on device :0
  99. GLProfile.init map GLProfile[GL4/GL4.sw] on device :0
  100. GLProfile.init map GLProfile[GL3/GL3.sw] on device :0
  101. GLProfile.init map GLProfile[GL2GL3/GL2.sw] on device :0
  102. GLProfile.init map *** no mapping for GLES2 on device :0
  103. GLProfile.init map GLProfile[GL2ES2/GL2.sw] on device :0
  104. GLProfile.init map *** no mapping for GLES1 on device :0
  105. GLProfile.init map GLProfile[GL2ES1/GL2.sw] on device :0
  106. SharedResourceRunner.getOrCreateShared() :0: trying - main
  107. SharedResourceRunner.doAndWait() START init: :0, release: null - main
  108. SharedResourceRunner.doAndWait() set command: :0, release: null - main
  109. SharedResourceRunner.run(): WOKE UP for device connection init: :0, release: null - main-SharedResourceRunner
  110. SharedResourceRunner.run(): create Shared for: :0 - main-SharedResourceRunner
  111. main-SharedResourceRunner: setRealized: X11OnscreenGLXDrawable false -> true
  112. 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,
  113. 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[.]],
  114. 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[.]]]
  115. main-SharedResourceRunner: GLContext.resetStates()
  116. java.lang.Exception: Info: setGL (OpenGL null): main-SharedResourceRunner, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@f06fc94
  117. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  118. at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
  119. at jogamp.opengl.x11.glx.X11GLXContext.createImpl(X11GLXContext.java:341)
  120. at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
  121. at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
  122. at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:260)
  123. at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:261)
  124. at java.lang.Thread.run(Thread.java:662)
  125. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  126. main-SharedResourceRunner: GLContext GLX ProcAddressTable mapping key(GLX-.x11_:0_0) -> 0x207f5580
  127. 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
  128. main-SharedResourceRunner: GLContext.setGLFuncAvail.0 validated FQN: .x11_:0_0-0x3000002 - 3.0 (Compatibility profile, hardware) - 3.0 Mesa 9.0, 3.0.0
  129. main-SharedResourceRunner: GLContext GL ProcAddressTable mapping key(.x11_:0_0-0x3000002) -> 0x4f4db0e3
  130. main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching init jogamp.opengl.gl4.GL4bcImpl@f06fc94, OpenGL null
  131. main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL null, use glGetString
  132. main-SharedResourceRunner:ExtensionAvailabilityCache: GL_EXTENSIONS: 163, used glGetString
  133. GLX Version client version 1.4.0, server: 1.4.0
  134. 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
  135. 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
  136. 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
  137. main-SharedResourceRunner:ExtensionAvailabilityCache: GLX_EXTENSIONS: 24
  138. main-SharedResourceRunner:ExtensionAvailabilityCache: GL vendor: Intel Open Source Technology Center
  139. main-SharedResourceRunner:ExtensionAvailabilityCache: ALL EXTENSIONS: 187
  140. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_0 to known extensions
  141. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_1 to known extensions
  142. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_0 to known extensions
  143. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_5 to known extensions
  144. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_4 to known extensions
  145. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_3 to known extensions
  146. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_2 to known extensions
  147. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_1 to known extensions
  148. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_0 to known extensions
  149. main-SharedResourceRunner: GLContext GL ExtensionAvailabilityCache mapping key(.x11_:0_0-0x3000002) -> 0x5a676437 - entries: 197
  150. Quirk: NoSetSwapIntervalPostRetarget: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
  151. Quirk: NoDoubleBufferedPBuffer: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
  152. main-SharedResourceRunner: GLContext.setGLFuncAvail.X: .x11_:0_0-0x3000002 - 3.0 (Compatibility profile, ES2 compatible, FBO, hardware)
  153. main-SharedResourceRunner: createContextARB: mappedVersionsAvailableSet(:0): false
  154. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
  155. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  156. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  157. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.2 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  158. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 38: 154:34 Unknown
  159. main-SharedResourceRunner: createContextARBImpl: NO 4.2 (Compatibility profile, arb, hardware) - @creation
  160. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.1
  161. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  162. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  163. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.1 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  164. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 40: 154:34 Unknown
  165. main-SharedResourceRunner: createContextARBImpl: NO 4.1 (Compatibility profile, arb, hardware) - @creation
  166. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.0
  167. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  168. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  169. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.0 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  170. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 42: 154:34 Unknown
  171. main-SharedResourceRunner: createContextARBImpl: NO 4.0 (Compatibility profile, arb, hardware) - @creation
  172. main-SharedResourceRunner: createContextARB-MapVersionsAvailable NOPE: 4.2
  173. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 3.3
  174. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  175. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  176. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 3.3 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  177. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 44: 154:34 Unknown
  178. main-SharedResourceRunner: createContextARBImpl: NO 3.3 (Compatibility profile, arb, hardware) - @creation
  179. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 3.2
  180. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  181. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  182. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 3.2 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  183. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e00002, # 46: 154:34 Unknown
  184. main-SharedResourceRunner: createContextARBImpl: NO 3.2 (Compatibility profile, arb, hardware) - @creation
  185. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 3.1
  186. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  187. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  188. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 3.1 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  189. main-SharedResourceRunner: createContextARBImpl: OK 3.1 (Compatibility profile, arb, hardware) - @creation, share 0, direct true
  190. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  191. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  192. 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
  193. 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
  194. main-SharedResourceRunner: GLContext GL ProcAddressTable mapping key(.x11_:0_0-0x3010003) -> 0x1d329642
  195. 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
  196. main-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL 3.0 (Compatibility profile, ES2 compatible, FBO, hardware) - 3.0 Mesa 9.0, use glGetStringi
  197. main-SharedResourceRunner:ExtensionAvailabilityCache: GL_EXTENSIONS: 88, used glGetStringi
  198. GLX Version client version 1.4.0, server: 1.4.0
  199. 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
  200. 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
  201. 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
  202. main-SharedResourceRunner:ExtensionAvailabilityCache: GLX_EXTENSIONS: 24
  203. main-SharedResourceRunner:ExtensionAvailabilityCache: GL vendor: Intel Open Source Technology Center
  204. main-SharedResourceRunner:ExtensionAvailabilityCache: ALL EXTENSIONS: 112
  205. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_1 to known extensions
  206. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_0 to known extensions
  207. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_1 to known extensions
  208. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_0 to known extensions
  209. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_5 to known extensions
  210. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_4 to known extensions
  211. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_3 to known extensions
  212. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_2 to known extensions
  213. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_1 to known extensions
  214. main-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_0 to known extensions
  215. main-SharedResourceRunner: GLContext GL ExtensionAvailabilityCache mapping key(.x11_:0_0-0x3010003) -> 0x6426d607 - entries: 123
  216. Quirk: NoSetSwapIntervalPostRetarget: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
  217. Quirk: NoDoubleBufferedPBuffer: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
  218. main-SharedResourceRunner: GLContext.setGLFuncAvail.X: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  219. main-SharedResourceRunner: createContextARBVersions: version verification - expected 3.1, has 3.1 == true
  220. 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)
  221. main-SharedResourceRunner: createContextARB-MapVersionsAvailable HAVE: 3.2 -> 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
  222. 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)
  223. 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)
  224. main-SharedResourceRunner: GLContext.resetStates()
  225. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
  226. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  227. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  228. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.2 (Core profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  229. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 51: 154:34 Unknown
  230. main-SharedResourceRunner: createContextARBImpl: NO 4.2 (Core profile, arb, hardware) - @creation
  231. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.1
  232. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  233. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  234. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.1 (Core profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  235. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 53: 154:34 Unknown
  236. main-SharedResourceRunner: createContextARBImpl: NO 4.1 (Core profile, arb, hardware) - @creation
  237. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.0
  238. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  239. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  240. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.0 (Core profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  241. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 55: 154:34 Unknown
  242. main-SharedResourceRunner: createContextARBImpl: NO 4.0 (Core profile, arb, hardware) - @creation
  243. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
  244. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  245. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  246. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.2 (forward, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  247. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 57: 154:34 Unknown
  248. main-SharedResourceRunner: createContextARBImpl: NO 4.2 (forward, arb, hardware) - @creation
  249. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.1
  250. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  251. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  252. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.1 (forward, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  253. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 59: 154:34 Unknown
  254. main-SharedResourceRunner: createContextARBImpl: NO 4.1 (forward, arb, hardware) - @creation
  255. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.0
  256. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  257. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  258. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.0 (forward, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  259. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 61: 154:34 Unknown
  260. main-SharedResourceRunner: createContextARBImpl: NO 4.0 (forward, arb, hardware) - @creation
  261. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
  262. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  263. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  264. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.2 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  265. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 63: 154:34 Unknown
  266. main-SharedResourceRunner: createContextARBImpl: NO 4.2 (Compatibility profile, arb, hardware) - @creation
  267. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.1
  268. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  269. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  270. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.1 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  271. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 65: 154:34 Unknown
  272. main-SharedResourceRunner: createContextARBImpl: NO 4.1 (Compatibility profile, arb, hardware) - @creation
  273. main-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.0
  274. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  275. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  276. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 4.0 (Compatibility profile, arb, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  277. Info: Nativewindow X11 Error: 181 - GLXBadFBConfig, dpy 0x7ffa50000c10, id 5e0000a, # 67: 154:34 Unknown
  278. main-SharedResourceRunner: createContextARBImpl: NO 4.0 (Compatibility profile, arb, hardware) - @creation
  279. main-SharedResourceRunner: createContextARB-MapVersionsAvailable NOPE: 4.4
  280. main-SharedResourceRunner: createContextARB: SET mappedVersionsAvailableSet .x11_:0_0
  281. .x11_:0_0-0x2020000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  282. .x11_:0_0-0x3020000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  283. .x11_:0_0-0x3040000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  284. 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
  285. .x11_:0_0-0x2020000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  286. .x11_:0_0-0x3020000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  287. .x11_:0_0-0x3040000: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  288. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  289. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  290. main-SharedResourceRunner: X11GLXContext.createContextARBImpl: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, handle 0x5e00002, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  291. main-SharedResourceRunner: createContextARBImpl: OK 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, share 0, direct true
  292. java.lang.Exception: Info: setGL (OpenGL null): main-SharedResourceRunner, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@31ad98ef
  293. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  294. at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
  295. at jogamp.opengl.GLContextImpl.createContextARB(GLContextImpl.java:760)
  296. at jogamp.opengl.x11.glx.X11GLXContext.createImpl(X11GLXContext.java:349)
  297. at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
  298. at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
  299. at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:260)
  300. at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:261)
  301. at java.lang.Thread.run(Thread.java:662)
  302. main-SharedResourceRunner: Initializing GLX extension address table: GLX-.x11_:0_0
  303. main-SharedResourceRunner: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  304. 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
  305. 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
  306. main-SharedResourceRunner: GLContext GL ProcAddressTable reusing key(.x11_:0_0-0x3010003) -> 0x1d329642
  307. main-SharedResourceRunner: GLContext GL ExtensionAvailabilityCache reusing key(.x11_:0_0-0x3010003) -> 0x6426d607 - entries: 123
  308. Quirk: NoSetSwapIntervalPostRetarget: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
  309. Quirk: NoDoubleBufferedPBuffer: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
  310. main-SharedResourceRunner: GLContext.setGLFuncAvail.X: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  311. main-SharedResourceRunner: createContextImpl: OK (ARB, initial) share 0
  312. main-SharedResourceRunner: createContextImpl: OK direct true/true
  313. 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
  314. GLDebugMessageHandler.init(false)
  315. GLDebugMessageHandler: GL DEBUG not set in ARB ctx options: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
  316. GLDebugMessageHandler.init(false) .. n/a
  317. main-SharedResourceRunner: GLContext.ContextSwitch: obj 0x45d6a56e, ctx 0x7ffa5002c830, surf 0x5e00002 - switch - CONTEXT_CURRENT_NEW - <7c138c63, 6765f738>[count 1, qsz 0, owner <main-SharedResourceRunner>]
  318. SharedDevice: X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7ffa50000c10, ResourceToolkitLock[obj 0x72c743eb, isOwner true, <783c342b, 388530b8>[count 1, qsz 0, owner <main-SharedResourceRunner>]]]
  319. 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]
  320. 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,
  321. quirks: [NoDoubleBufferedPBuffer, NoSetSwapIntervalPostRetarget],
  322. Drawable: X11OnscreenGLXDrawable[Realized true,
  323. Factory jogamp.opengl.x11.glx.X11GLXDrawableFactory@5749b290,
  324. Handle 0x5e00002,
  325. 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
  326. GLX Server Vendor: SGI
  327. GLX Server Version: 1.4.0
  328. GLX Server Multisample: true
  329. GLX Client Vendor: Mesa Project and SGI
  330. GLX Client Version: 1.4.0
  331. GLX Client Multisample: true
  332. SharedResourceRunner.run(): READY - main-SharedResourceRunner
  333. SharedResourceRunner.initializeAndWait END init: :0, release: null - main
  334. SharedResourceRunner.getOrCreateShared() :0: success - main
  335. 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
  336. GLProfile.init map :0, desktopCtxUndef false, esCtxUndef false
  337. GLProfile.init map *** no mapping for GL4bc on device :0
  338. GLProfile.init map GLProfile[GL3bc/GL3bc.hw] on device :0
  339. GLProfile.init map defaultHW GLProfile[GL3bc/GL3bc.hw] on device :0
  340. GLProfile.init map GLProfile[GL2/GL2.hw] on device :0
  341. GLProfile.init map defaultAny GLProfile[GL2/GL2.hw] on device :0
  342. GLProfile.init map *** no mapping for GL4 on device :0
  343. GLProfile.init map GLProfile[GL3/GL3.hw] on device :0
  344. GLProfile.init map GLProfile[GL2GL3/GL3bc.hw] on device :0
  345. GLProfile.init map *** no mapping for GLES2 on device :0
  346. GLProfile.init map GLProfile[GL2ES2/GL3bc.hw] on device :0
  347. GLProfile.init map *** no mapping for GLES1 on device :0
  348. GLProfile.init map GLProfile[GL2ES1/GL3bc.hw] on device :0
  349. GLProfile.initProfilesForDevice: :0: added profile(s): desktop true, egl false
  350. 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]]
  351. 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,
  352. quirks: [NoDoubleBufferedPBuffer, NoSetSwapIntervalPostRetarget],
  353. Drawable: X11OnscreenGLXDrawable[Realized true,
  354. Factory jogamp.opengl.x11.glx.X11GLXDrawableFactory@5749b290,
  355. Handle 0x5e00002,
  356. 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]
  357. ExtensionAvailabilityCache: getGLExtensions() called
  358. -----------------------------------------------------------------------------------------------------
  359. X11GraphicsDevice[type .x11, connection :0]:
  360. Native
  361. GL4bc false
  362. GL4 false
  363. GL3bc true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  364. GL3 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  365. GL2 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  366. GL2ES1 true
  367. GLES1 false
  368. GL2ES2 true
  369. GLES2 false
  370. Profiles
  371. GLProfile[GL2ES2/GL3bc.hw]
  372. GLProfile[GL2ES1/GL3bc.hw]
  373. GLProfile[GL2/GL2.hw]
  374. GLProfile[GL3/GL3.hw]
  375. GLProfile[GL3bc/GL3bc.hw]
  376. GLProfile[GL2GL3/GL3bc.hw]
  377. GLProfile[GL3bc/GL3bc.hw]
  378. default GLProfile[GL3bc/GL3bc.hw]
  379.  
  380. Swap Interval -1
  381. GL Profile GLProfile[GL2/GL2.sw]
  382. CTX VERSION 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
  383. GL jogamp.opengl.gl4.GL4bcImpl@31ad98ef
  384. GL_VENDOR Intel Open Source Technology Center
  385. GL_RENDERER Mesa DRI Intel(R) Sandybridge Mobile
  386. GL_VERSION 3.1 Mesa 9.0
  387. GLSL true, has-compiler: true, version: 1.40
  388. GL_EXTENSIONS 88
  389. 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
  390. GLX_EXTENSIONS 24
  391. 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
  392. -----------------------------------------------------------------------------------------------------
  393. 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]]
  394. 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]]
  395. 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]]
  396. 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]]
  397. 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]]
  398. 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]]
  399. 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]]
  400. 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]]
  401. 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]]
  402. 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]]
  403. 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]]
  404. 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]]
  405. 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]]
  406. 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]]
  407. 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]]
  408. 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]]
  409. 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]]
  410. 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]]
  411. 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]]
  412. 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]]
  413. 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]]
  414. 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]]
  415. 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]]
  416. 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]]
  417. 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]]
  418. 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]]
  419. 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]]
  420. 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]]
  421. 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]]
  422. 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]]
  423. 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]]
  424. 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]]
  425. 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]]
  426. 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]]
  427. 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]]
  428. 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]]
  429. 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]]
  430. 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]]
  431. 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]]
  432. 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]]
  433. 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]]
  434. 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]]
  435. 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]]
  436. 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]]
  437. 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]]
  438. 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]]
  439. 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]]
  440. 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]]
  441. 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]]
  442. 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]]
  443. 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]]
  444. 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]]
  445. 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]]
  446. 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]]
  447. 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]]
  448. 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]]
  449. 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]]
  450. 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]]
  451. 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]]
  452. 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]]
  453. GLProfile.init addedAnyProfile true (desktop: true, egl false)
  454. GLProfile.init isAWTAvailable true
  455. GLProfile.init hasDesktopGLFactory true
  456. GLProfile.init hasGL234Impl true
  457. GLProfile.init hasEGLFactory false
  458. GLProfile.init hasGLES1Impl false
  459. GLProfile.init hasGLES2Impl false
  460. 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>]]]
  461. 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>]]]
  462. GLProfile.init defaultDevice EGL null
  463. GLProfile.init profile order [GL4bc, GL3bc, GL2, GL4, GL3, GL2GL3, GLES2, GL2ES2, GLES1, GL2ES1]
  464. 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>]]]
  465. Native
  466. GL4bc false
  467. GL4 false
  468. GL3bc true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  469. GL3 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  470. GL2 true [3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  471. GL2ES1 true
  472. GLES1 false
  473. GL2ES2 true
  474. GLES2 false
  475. Profiles
  476. GLProfile[GL2ES2/GL3bc.hw]
  477. GLProfile[GL2ES1/GL3bc.hw]
  478. GLProfile[GL2/GL2.hw]
  479. GLProfile[GL3/GL3.hw]
  480. GLProfile[GL3bc/GL3bc.hw]
  481. GLProfile[GL2GL3/GL3bc.hw]
  482. GLProfile[GL3bc/GL3bc.hw]
  483. default GLProfile[GL3bc/GL3bc.hw]
  484.  
  485.  
  486. Desktop Capabilities:
  487. 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]]
  488. 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]]
  489. 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]]
  490. 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]]
  491. 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]]
  492. 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]]
  493. 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]]
  494. 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]]
  495. 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]]
  496. 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]]
  497. 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]]
  498. 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]]
  499. 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]]
  500. 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]]
  501. 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]]
  502. 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]]
  503. 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]]
  504. 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]]
  505. 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]]
  506. 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]]
  507. 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]]
  508. 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]]
  509. 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]]
  510. 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]]
  511. 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]]
  512. 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]]
  513. 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]]
  514. 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]]
  515. 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]]
  516. 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]]
  517. 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]]
  518. 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]]
  519. 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]]
  520. 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]]
  521. 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]]
  522. 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]]
  523. 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]]
  524. 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]]
  525. 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]]
  526. 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]]
  527. 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]]
  528. 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]]
  529. 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]]
  530. 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]]
  531. 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]]
  532. 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]]
  533. 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]]
  534. 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]]
  535. 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]]
  536. 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]]
  537. 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]]
  538. 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]]
  539. 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]]
  540. 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]]
  541. 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]]
  542. 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]]
  543. 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]]
  544. 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]]
  545. 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]]
  546. 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]]
  547.  
  548. EGL Capabilities:
  549. none
  550.  
  551.  
  552. main: GLJPanel.addNotify()
  553. AWT-EventQueue-0: PbufferBackend: initialize()
  554. 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>]]]
  555. AWT-EventQueue-0: setRealized: X11PbufferGLXDrawable false -> true
  556. 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,
  557. 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[.]],
  558. 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,
  559. Factory jogamp.opengl.x11.glx.X11GLXDrawableFactory@5749b290,
  560. Handle 0x6000001,
  561. Surface WrappedSurface[ UpstreamSurfaceHookMutableSize[ 256x256], displayHandle 0x7ffa5c00c8f0, surfaceHandle 0x6000001, size 256x256, UOB[ OWNS_DEVICE ], surfaceLock <da0225b, c2f8b5a>[count 1, qsz 0, owner <AWT-EventQueue-0>] ]]
  562.  
  563. AWT-EventQueue-0: GLContext.resetStates()
  564. AWT-EventQueue-0: GLJPanel.handleReshape: (w,h) = (298,271)
  565. AWT-EventQueue-0: Resizing pbuffer from (256, 256) to fit (298, 271)
  566. AWT-EventQueue-0: setRealized: X11PbufferGLXDrawable true -> false
  567. AWT-EventQueue-0: New pbuffer size is (512, 512)
  568. AWT-EventQueue-0: PbufferBackend: initialize()
  569. 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>]]]
  570. AWT-EventQueue-0: setRealized: X11PbufferGLXDrawable false -> true
  571. 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,
  572. 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[.]],
  573. 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]]]]
  574. Created pbuffer X11PbufferGLXDrawable[Realized true,
  575. Factory jogamp.opengl.x11.glx.X11GLXDrawableFactory@5749b290,
  576. Handle 0x6200001,
  577. Surface WrappedSurface[ UpstreamSurfaceHookMutableSize[ 512x512], displayHandle 0x7ffa5c00c8f0, surfaceHandle 0x6200001, size 512x512, UOB[ OWNS_DEVICE ], surfaceLock <663b1f38, 337ec9f7>[count 1, qsz 0, owner <AWT-EventQueue-0>] ]]
  578. AWT-EventQueue-0: GLContext.resetStates()
  579. AWT-EventQueue-0: createContextARB: mappedVersionsAvailableSet(:0): true
  580. AWT-EventQueue-0: Initializing GLX extension address table: GLX-.x11_:0_0
  581. AWT-EventQueue-0: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  582. AWT-EventQueue-0: X11GLXContext.createContextARBImpl: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, handle 0x6200001, share 0x0, direct true, glXCreateContextAttribsARB: 0x7ffa85af4370
  583. AWT-EventQueue-0: createContextARBImpl: OK 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, share 0, direct true
  584. java.lang.Exception: Info: setGL (OpenGL null): AWT-EventQueue-0, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@7f5e2075
  585. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  586. at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
  587. at jogamp.opengl.GLContextImpl.createContextARB(GLContextImpl.java:760)
  588. at jogamp.opengl.x11.glx.X11GLXContext.createImpl(X11GLXContext.java:323)
  589. at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
  590. at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
  591. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:645)
  592. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
  593. at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
  594. at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
  595. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
  596. at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
  597. at javax.swing.JComponent.paint(JComponent.java:1037)
  598. at javax.swing.JComponent.paintToOffscreen(JComponent.java:5132)
  599. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1523)
  600. at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1454)
  601. at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:294)
  602. at javax.swing.RepaintManager.paint(RepaintManager.java:1257)
  603. at javax.swing.JComponent._paintImmediately(JComponent.java:5080)
  604. at javax.swing.JComponent.paintImmediately(JComponent.java:4890)
  605. at javax.swing.RepaintManager$3.run(RepaintManager.java:814)
  606. at javax.swing.RepaintManager$3.run(RepaintManager.java:802)
  607. at java.security.AccessController.doPrivileged(Native Method)
  608. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  609. at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:802)
  610. at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:745)
  611. at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:725)
  612. at javax.swing.RepaintManager.access$1000(RepaintManager.java:46)
  613. at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1668)
  614. at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
  615. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:672)
  616. at java.awt.EventQueue.access$400(EventQueue.java:81)
  617. at java.awt.EventQueue$2.run(EventQueue.java:633)
  618. at java.awt.EventQueue$2.run(EventQueue.java:631)
  619. at java.security.AccessController.doPrivileged(Native Method)
  620. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  621. at java.awt.EventQueue.dispatchEvent(EventQueue.java:642)
  622. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
  623. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
  624. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
  625. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
  626. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
  627. at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
  628. AWT-EventQueue-0: Initializing GLX extension address table: GLX-.x11_:0_0
  629. AWT-EventQueue-0: GLContext GLX ProcAddressTable reusing key(GLX-.x11_:0_0) -> 0x207f5580
  630. 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
  631. 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
  632. AWT-EventQueue-0: GLContext GL ProcAddressTable reusing key(.x11_:0_0-0x3010003) -> 0x1d329642
  633. AWT-EventQueue-0: GLContext GL ExtensionAvailabilityCache reusing key(.x11_:0_0-0x3010003) -> 0x6426d607 - entries: 123
  634. Quirk: NoSetSwapIntervalPostRetarget: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
  635. Quirk: NoDoubleBufferedPBuffer: cause: Renderer Mesa DRI Intel(R) Sandybridge Mobile
  636. AWT-EventQueue-0: GLContext.setGLFuncAvail.X: .x11_:0_0-0x3010003 - 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  637. AWT-EventQueue-0: createContextImpl: OK (ARB, using sharedContext) share 0
  638. AWT-EventQueue-0: createContextImpl: OK direct true/true
  639. 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
  640. GLDebugMessageHandler.init(false)
  641. GLDebugMessageHandler: GL DEBUG not set in ARB ctx options: 3.1 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 3.1 Mesa 9.0
  642. GLDebugMessageHandler.init(false) .. n/a
  643. 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>]
  644. GLDrawableHelper GLAnimatorControl: null, GLEventListeners num 1 [javax.media.opengl.awt.GLJPanel$Updater@9e1be92[init false], ].invokeGL(): Running initAction
  645. AWT-EventQueue-0: GLJPanel.display: reshape(0,0 298x271)
  646. 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,
  647. downstream: jogamp.opengl.gl4.GL4bcImpl@7f5e2075
  648. ]
  649. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  650. at javax.media.opengl.awt.GLJPanel.setGL(GLJPanel.java:511)
  651. at com.clcbio.api.structure.viewer.mockup.JoglTest.render(JoglTest.java:74)
  652. at com.clcbio.api.structure.viewer.mockup.JoglTest.display(JoglTest.java:55)
  653. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
  654. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
  655. at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:704)
  656. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
  657. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
  658. at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
  659. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
  660. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
  661. at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
  662. at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
  663. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
  664. at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
  665. at javax.swing.JComponent.paint(JComponent.java:1037)
  666. at javax.swing.JComponent.paintToOffscreen(JComponent.java:5132)
  667. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1523)
  668. at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1454)
  669. at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:294)
  670. at javax.swing.RepaintManager.paint(RepaintManager.java:1257)
  671. at javax.swing.JComponent._paintImmediately(JComponent.java:5080)
  672. at javax.swing.JComponent.paintImmediately(JComponent.java:4890)
  673. at javax.swing.RepaintManager$3.run(RepaintManager.java:814)
  674. at javax.swing.RepaintManager$3.run(RepaintManager.java:802)
  675. at java.security.AccessController.doPrivileged(Native Method)
  676. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  677. at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:802)
  678. at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:745)
  679. at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:725)
  680. at javax.swing.RepaintManager.access$1000(RepaintManager.java:46)
  681. at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1668)
  682. at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
  683. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:672)
  684. at java.awt.EventQueue.access$400(EventQueue.java:81)
  685. at java.awt.EventQueue$2.run(EventQueue.java:633)
  686. at java.awt.EventQueue$2.run(EventQueue.java:631)
  687. at java.security.AccessController.doPrivileged(Native Method)
  688. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  689. at java.awt.EventQueue.dispatchEvent(EventQueue.java:642)
  690. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
  691. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
  692. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
  693. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
  694. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
  695. at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
  696. 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),
  697. at javax.media.opengl.DebugGL2.checkGLGetError(DebugGL2.java:24827)
  698. at javax.media.opengl.DebugGL2.glGetIntegerv(DebugGL2.java:9673)
  699. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.postGL(GLJPanel.java:929)
  700. at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:705)
  701. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
  702. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
  703. at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
  704. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
  705. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
  706. at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
  707. at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
  708. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
  709. at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
  710. at javax.swing.JComponent.paint(JComponent.java:1037)
  711. at javax.swing.JComponent.paintToOffscreen(JComponent.java:5132)
  712. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1523)
  713. at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1454)
  714. at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:294)
  715. at javax.swing.RepaintManager.paint(RepaintManager.java:1257)
  716. at javax.swing.JComponent._paintImmediately(JComponent.java:5080)
  717. at javax.swing.JComponent.paintImmediately(JComponent.java:4890)
  718. at javax.swing.RepaintManager$3.run(RepaintManager.java:814)
  719. at javax.swing.RepaintManager$3.run(RepaintManager.java:802)
  720. at java.security.AccessController.doPrivileged(Native Method)
  721. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  722. at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:802)
  723. at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:745)
  724. at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:725)
  725. at javax.swing.RepaintManager.access$1000(RepaintManager.java:46)
  726. at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1668)
  727. at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
  728. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:672)
  729. at java.awt.EventQueue.access$400(EventQueue.java:81)
  730. at java.awt.EventQueue$2.run(EventQueue.java:633)
  731. at java.awt.EventQueue$2.run(EventQueue.java:631)
  732. at java.security.AccessController.doPrivileged(Native Method)
  733. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  734. at java.awt.EventQueue.dispatchEvent(EventQueue.java:642)
  735. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
  736. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
  737. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
  738. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
  739. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
  740. at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
  741. AWT-EventQueue-0: GLJPanel.handleReshape: (w,h) = (298,271)
  742. AWT-EventQueue-0: GLJPanel.display: reshape(0,0 298x271)
  743. 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,
  744. downstream: jogamp.opengl.gl4.GL4bcImpl@7f5e2075
  745. ] -> DebugGL2, DebugGL2 [ implementing javax.media.opengl.GL2,
  746. downstream: DebugGL2 [ implementing javax.media.opengl.GL2,
  747. downstream: jogamp.opengl.gl4.GL4bcImpl@7f5e2075
  748. ]
  749. ]
  750. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  751. at javax.media.opengl.awt.GLJPanel.setGL(GLJPanel.java:511)
  752. at com.clcbio.api.structure.viewer.mockup.JoglTest.render(JoglTest.java:74)
  753. at com.clcbio.api.structure.viewer.mockup.JoglTest.display(JoglTest.java:55)
  754. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
  755. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
  756. at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:704)
  757. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
  758. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
  759. at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
  760. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
  761. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
  762. at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
  763. at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
  764. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
  765. at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
  766. at javax.swing.JComponent.paint(JComponent.java:1037)
  767. at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
  768. at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
  769. at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
  770. at java.awt.Container.paint(Container.java:1778)
  771. at java.awt.Window.paint(Window.java:3390)
  772. at sun.awt.RepaintArea.paintComponent(RepaintArea.java:248)
  773. at sun.awt.X11.XRepaintArea.paintComponent(XRepaintArea.java:56)
  774. at sun.awt.RepaintArea.paint(RepaintArea.java:224)
  775. at sun.awt.X11.XComponentPeer.handleEvent(XComponentPeer.java:677)
  776. at java.awt.Component.dispatchEventImpl(Component.java:4736)
  777. at java.awt.Container.dispatchEventImpl(Container.java:2097)
  778. at java.awt.Window.dispatchEventImpl(Window.java:2489)
  779. at java.awt.Component.dispatchEvent(Component.java:4488)
  780. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:674)
  781. at java.awt.EventQueue.access$400(EventQueue.java:81)
  782. at java.awt.EventQueue$2.run(EventQueue.java:633)
  783. at java.awt.EventQueue$2.run(EventQueue.java:631)
  784. at java.security.AccessController.doPrivileged(Native Method)
  785. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  786. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
  787. at java.awt.EventQueue$3.run(EventQueue.java:647)
  788. at java.awt.EventQueue$3.run(EventQueue.java:645)
  789. at java.security.AccessController.doPrivileged(Native Method)
  790. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  791. at java.awt.EventQueue.dispatchEvent(EventQueue.java:644)
  792. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
  793. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
  794. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
  795. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
  796. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
  797. at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
  798. 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),
  799. at javax.media.opengl.DebugGL2.checkGLGetError(DebugGL2.java:24827)
  800. at javax.media.opengl.DebugGL2.glEnd(DebugGL2.java:17674)
  801. at com.clcbio.api.structure.viewer.mockup.JoglTest.render(JoglTest.java:88)
  802. at com.clcbio.api.structure.viewer.mockup.JoglTest.display(JoglTest.java:55)
  803. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
  804. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
  805. at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:704)
  806. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
  807. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
  808. at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
  809. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
  810. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
  811. at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
  812. at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
  813. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
  814. at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
  815. at javax.swing.JComponent.paint(JComponent.java:1037)
  816. at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
  817. at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
  818. at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
  819. at java.awt.Container.paint(Container.java:1778)
  820. at java.awt.Window.paint(Window.java:3390)
  821. at sun.awt.RepaintArea.paintComponent(RepaintArea.java:248)
  822. at sun.awt.X11.XRepaintArea.paintComponent(XRepaintArea.java:56)
  823. at sun.awt.RepaintArea.paint(RepaintArea.java:224)
  824. at sun.awt.X11.XComponentPeer.handleEvent(XComponentPeer.java:677)
  825. at java.awt.Component.dispatchEventImpl(Component.java:4736)
  826. at java.awt.Container.dispatchEventImpl(Container.java:2097)
  827. at java.awt.Window.dispatchEventImpl(Window.java:2489)
  828. at java.awt.Component.dispatchEvent(Component.java:4488)
  829. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:674)
  830. at java.awt.EventQueue.access$400(EventQueue.java:81)
  831. at java.awt.EventQueue$2.run(EventQueue.java:633)
  832. at java.awt.EventQueue$2.run(EventQueue.java:631)
  833. at java.security.AccessController.doPrivileged(Native Method)
  834. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  835. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
  836. at java.awt.EventQueue$3.run(EventQueue.java:647)
  837. at java.awt.EventQueue$3.run(EventQueue.java:645)
  838. at java.security.AccessController.doPrivileged(Native Method)
  839. at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
  840. at java.awt.EventQueue.dispatchEvent(EventQueue.java:644)
  841. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
  842. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
  843. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
  844. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
  845. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
  846. at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement