Advertisement
Guest User

Untitled

a guest
Dec 7th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 234.21 KB | None | 0 0
  1. OGLUtilities.UNDEFINED = 0
  2. OGLUtilities.WINDOW = 1
  3. OGLUtilities.PBUFFER = 2
  4. OGLUtilities.TEXTURE = 3
  5. OGLUtilities.FLIP_BACKBUFFER = 4
  6. OGLUtilities.FBOBJECT = 5
  7. Checking for Java2D/OpenGL support
  8. Java2D support: default GraphicsConfiguration = sun.java2d.d3d.D3DGraphicsConfig
  9. JOGL/Java2D integration disabled
  10. GLProfile.initSingleton() - thread AWT-EventQueue-0
  11. java.lang.Exception: Stack trace
  12. at java.lang.Thread.dumpStack(Unknown Source)
  13. at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:118)
  14. at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1857)
  15. at javax.media.opengl.GLProfile.get(GLProfile.java:768)
  16. at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
  17. at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
  18. at com.company.api.structure.viewer.editors.StructureViewer.CreateStructureViewerCanvas(StructureViewer.java:141)
  19. at com.company.structure.wb.MainWindow.<init>(MainWindow.java:90)
  20. at com.company.structure.wb.Main$1.run(Main.java:29)
  21. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  22. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  23. at java.awt.EventQueue.access$400(Unknown Source)
  24. at java.awt.EventQueue$2.run(Unknown Source)
  25. at java.awt.EventQueue$2.run(Unknown Source)
  26. at java.security.AccessController.doPrivileged(Native Method)
  27. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  28. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  29. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  30. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  31. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  32. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  33. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  34. at java.awt.EventDispatchThread.run(Unknown Source)
  35. GLProfile.init - thread: AWT-EventQueue-0
  36. -----------------------------------------------------------------------------------------------------
  37. Platform: WINDOWS / Windows Vista 6.0 (os), x86 (arch), GENERIC_ABI, 4 cores
  38. MachineDescription: runtimeValidated true, littleEndian true, 32Bit true, primitive size / alignment:
  39. int8 1 / 1, int16 2 / 2
  40. int 4 / 4, long 4 / 4
  41. int32 4 / 4, int64 8 / 8
  42. float 4 / 4, double 8 / 8, ldouble 12 / 4
  43. pointer 4 / 4, page 4096
  44. Platform: Java Version: 1.6.0_35, VM: Java HotSpot(TM) Client VM, Runtime: Java(TM) SE Runtime Environment
  45. Platform: Java Vendor: Sun Microsystems Inc., http://java.sun.com/, is JavaSE: true, AWT enabled: true
  46. -----------------------------------------------------------------------------------------------------
  47. -----------------------------------------------------------------------------------------------------
  48. Package: com.jogamp.common
  49. Extension Name: com.jogamp.common
  50. Specification Title: GlueGen Java Bindings Generator
  51. Specification Vendor: JogAmp Community
  52. Specification Version: 2.0
  53. Implementation Title: GlueGen Run-Time
  54. Implementation Vendor: JogAmp Community
  55. Implementation Vendor ID: com.jogamp
  56. Implementation URL: http://jogamp.org/
  57. Implementation Version: 2.0-b52-20121101
  58. Implementation Branch: rc
  59. Implementation Commit: d430657cfd1f21885f3fdebebe6f0a49b1c5cd13
  60. -----------------------------------------------------------------------------------------------------
  61. -----------------------------------------------------------------------------------------------------
  62. Package: javax.media.nativewindow
  63. Extension Name: null
  64. Specification Title: null
  65. Specification Vendor: null
  66. Specification Version: null
  67. Implementation Title: null
  68. Implementation Vendor: null
  69. Implementation Vendor ID: null
  70. Implementation URL: null
  71. Implementation Version: null
  72. Implementation Branch: null
  73. Implementation Commit: null
  74. -----------------------------------------------------------------------------------------------------
  75. -----------------------------------------------------------------------------------------------------
  76. Package: javax.media.opengl
  77. Extension Name: javax.media.opengl
  78. Specification Title: Java Bindings for OpenGL API Specification
  79. Specification Vendor: JogAmp Community
  80. Specification Version: 2.0
  81. Implementation Title: Java Bindings for OpenGL Runtime Environment
  82. Implementation Vendor: JogAmp Community
  83. Implementation Vendor ID: com.jogamp
  84. Implementation URL: http://jogamp.org/
  85. Implementation Version: 2.0-b66-20121101
  86. Implementation Branch: rc
  87. Implementation Commit: 502847f59ef01c78a85e4ee5453a09d9b83d9a5e
  88. -----------------------------------------------------------------------------------------------------
  89. GLDrawableFactory.static - Native OS Factory for: .windows: jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory
  90. SharedResourceRunner.start() - start new Thread - AWT-EventQueue-0
  91. SharedResourceRunner.run(): STARTED - AWT-EventQueue-0-SharedResourceRunner
  92. SharedResourceRunner.run(): READY - AWT-EventQueue-0-SharedResourceRunner
  93. Info: EGLDrawableFactory: EGL ES1 - NOPE (ES1 lib)
  94. Info: EGLDrawableFactory: EGL ES2 - NOPE
  95. javax.media.opengl.GLException: No GLDrawableFactory available for profile: GLES2
  96. at javax.media.opengl.GLDrawableFactory.getFactoryImpl(GLDrawableFactory.java:404)
  97. at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1436)
  98. at javax.media.opengl.GLProfile.access$100(GLProfile.java:76)
  99. at javax.media.opengl.GLProfile$1.run(GLProfile.java:157)
  100. at java.security.AccessController.doPrivileged(Native Method)
  101. at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:123)
  102. at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1857)
  103. at javax.media.opengl.GLProfile.get(GLProfile.java:768)
  104. at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
  105. at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
  106. at com.company.api.structure.viewer.editors.StructureViewer.CreateStructureViewerCanvas(StructureViewer.java:141)
  107. at com.company.structure.wb.MainWindow.<init>(MainWindow.java:90)
  108. at com.company.structure.wb.Main$1.run(Main.java:29)
  109. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  110. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  111. at java.awt.EventQueue.access$400(Unknown Source)
  112. at java.awt.EventQueue$2.run(Unknown Source)
  113. at java.awt.EventQueue$2.run(Unknown Source)
  114. at java.security.AccessController.doPrivileged(Native Method)
  115. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  116. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  117. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  118. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  119. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  120. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  121. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  122. at java.awt.EventDispatchThread.run(Unknown Source)
  123. Info: GLProfile.init - EGL GLDrawable factory not available
  124. Info: GLProfile.init - Default device is desktop derived: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]
  125. WindowsWGLDrawableFactory.enterThreadCriticalZone() - 0xffffffffffffffff - AWT-EventQueue-0
  126. Info: GLProfile.initProfilesForDevice: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]] (com.jogamp.nativewindow.windows.WindowsGraphicsDevice), isSet false, hasDesktopGLFactory true, hasEGLFactory false
  127. GLProfile.init map decon, desktopCtxUndef true, esCtxUndef true
  128. GLProfile.init map GLProfile[GL4bc/GL4bc.sw] on device decon
  129. GLProfile.init map defaultAny GLProfile[GL4bc/GL4bc.sw] on device decon
  130. GLProfile.init map GLProfile[GL3bc/GL3bc.sw] on device decon
  131. GLProfile.init map GLProfile[GL2/GL2.sw] on device decon
  132. GLProfile.init map GLProfile[GL4/GL4.sw] on device decon
  133. GLProfile.init map GLProfile[GL3/GL3.sw] on device decon
  134. GLProfile.init map GLProfile[GL2GL3/GL2.sw] on device decon
  135. GLProfile.init map *** no mapping for GLES2 on device decon
  136. GLProfile.init map GLProfile[GL2ES2/GL2.sw] on device decon
  137. GLProfile.init map *** no mapping for GLES1 on device decon
  138. GLProfile.init map GLProfile[GL2ES1/GL2.sw] on device decon
  139. SharedResourceRunner.getOrCreateShared() decon: trying - AWT-EventQueue-0
  140. SharedResourceRunner.doAndWait() START init: decon, release: null - AWT-EventQueue-0
  141. SharedResourceRunner.doAndWait() set command: decon, release: null - AWT-EventQueue-0
  142. SharedResourceRunner.run(): WOKE UP for device connection init: decon, release: null - AWT-EventQueue-0-SharedResourceRunner
  143. SharedResourceRunner.run(): create Shared for: decon - AWT-EventQueue-0-SharedResourceRunner
  144. AWT-EventQueue-0-SharedResourceRunner: setRealized: WindowsOnscreenWGLDrawable false -> true
  145. WindowsWGLDrawable.setRealized(true): WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]], idx 0], pfdID 7, ARB-Choosen false,
  146. 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[.]],
  147. chosen GLCaps[wgl vid 0x7 gdi: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL2/GL2.sw], on-scr[.]]]
  148. AWT-EventQueue-0-SharedResourceRunner: GLContext.resetStates()
  149. java.lang.Exception: Info: setGL (OpenGL null): AWT-EventQueue-0-SharedResourceRunner, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@2c84d9
  150. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  151. at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
  152. at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:311)
  153. at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
  154. at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
  155. at jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(WindowsWGLDrawableFactory.java:334)
  156. at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:261)
  157. at java.lang.Thread.run(Unknown Source)
  158. AWT-EventQueue-0-SharedResourceRunner: Initializing WGL extension address table: WGL-.windows_decon_0
  159. AWT-EventQueue-0-SharedResourceRunner: GLContext WGL ProcAddressTable mapping key(WGL-.windows_decon_0) -> 0x1b16e52
  160. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail: Given WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]] - 0.0 (Compatibility profile, hardware) - 4.2.0
  161. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail.0 validated FQN: .windows_decon_0-0x3000002 - 3.0 (Compatibility profile, hardware) - 4.2.0, 3.0.0
  162. AWT-EventQueue-0-SharedResourceRunner: GLContext GL ProcAddressTable mapping key(.windows_decon_0-0x3000002) -> 0x2808b3
  163. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching init jogamp.opengl.gl4.GL4bcImpl@2c84d9, OpenGL null
  164. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL null, use glGetString
  165. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: GL_EXTENSIONS: 273, used glGetString
  166. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: GLX_EXTENSIONS: 26
  167. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: GL vendor: NVIDIA Corporation
  168. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: ALL EXTENSIONS: 298
  169. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_0 to known extensions
  170. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_1 to known extensions
  171. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_0 to known extensions
  172. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_5 to known extensions
  173. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_4 to known extensions
  174. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_3 to known extensions
  175. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_2 to known extensions
  176. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_1 to known extensions
  177. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_0 to known extensions
  178. AWT-EventQueue-0-SharedResourceRunner: GLContext GL ExtensionAvailabilityCache mapping key(.windows_decon_0-0x3000002) -> 0x1815859 - entries: 308
  179. Quirk: NoDoubleBufferedBitmap: cause: OS WINDOWS
  180. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail.X: .windows_decon_0-0x3000002 - 3.0 (Compatibility profile, ES2 compatible, FBO, hardware)
  181. AWT-EventQueue-0-SharedResourceRunner: createContextARB: mappedVersionsAvailableSet(decon): false
  182. AWT-EventQueue-0-SharedResourceRunner: createContextARBVersions: share 0, direct true, version 4.2
  183. AWT-EventQueue-0-SharedResourceRunner - WindowWGLContext.createContextARBImpl: 4.2 (Compatibility profile, arb, hardware) - @creation, handle 0x76013a7a, share 0x0, direct true, wglCreateContextAttribsARB: 0x7a66200
  184. AWT-EventQueue-0-SharedResourceRunner: createContextARBImpl: OK 4.2 (Compatibility profile, arb, hardware) - @creation, share 0, direct true
  185. AWT-EventQueue-0-SharedResourceRunner: Initializing WGL extension address table: WGL-.windows_decon_0
  186. AWT-EventQueue-0-SharedResourceRunner: GLContext WGL ProcAddressTable reusing key(WGL-.windows_decon_0) -> 0x1b16e52
  187. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail: Given WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]] - 4.2 (Compatibility profile, arb, hardware) - 4.2.0
  188. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail.0 validated FQN: .windows_decon_0-0x4020003 - 4.2 (Compatibility profile, arb, hardware) - 4.2.0, 4.2.0
  189. AWT-EventQueue-0-SharedResourceRunner: GLContext GL ProcAddressTable mapping key(.windows_decon_0-0x4020003) -> 0x503429
  190. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching init jogamp.opengl.gl4.GL4bcImpl@2c84d9, OpenGL 3.0 (Compatibility profile, ES2 compatible, FBO, hardware) - 4.2.0
  191. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL 3.0 (Compatibility profile, ES2 compatible, FBO, hardware) - 4.2.0, use glGetStringi
  192. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: GL_EXTENSIONS: 273, used glGetStringi
  193. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: GLX_EXTENSIONS: 26
  194. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: GL vendor: NVIDIA Corporation
  195. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: ALL EXTENSIONS: 298
  196. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_4_2 to known extensions
  197. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_4_1 to known extensions
  198. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_4_0 to known extensions
  199. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_3 to known extensions
  200. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_2 to known extensions
  201. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_1 to known extensions
  202. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_3_0 to known extensions
  203. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_1 to known extensions
  204. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_2_0 to known extensions
  205. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_5 to known extensions
  206. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_4 to known extensions
  207. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_3 to known extensions
  208. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_2 to known extensions
  209. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_1 to known extensions
  210. AWT-EventQueue-0-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_0 to known extensions
  211. AWT-EventQueue-0-SharedResourceRunner: GLContext GL ExtensionAvailabilityCache mapping key(.windows_decon_0-0x4020003) -> 0x1908ca1 - entries: 314
  212. Quirk: NoDoubleBufferedBitmap: cause: OS WINDOWS
  213. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail.X: .windows_decon_0-0x4020003 - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  214. AWT-EventQueue-0-SharedResourceRunner: createContextARBVersions: version verification - expected 4.2, has 4.2 == true
  215. GLContext.mapAvailableGLVersion: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]: 4.0 (Compatibility profile, hardware) -> 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  216. AWT-EventQueue-0-SharedResourceRunner: createContextARB-MapVersionsAvailable HAVE: 4.2 -> 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  217. GLContext.mapAvailableGLVersion: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]: 3.0 (Compatibility profile, hardware) -> 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  218. GLContext.mapAvailableGLVersion: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]: 2.0 (Compatibility profile, hardware) -> 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  219. GLContext.mapAvailableGLVersion: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]: 4.0 (Core profile, hardware) -> 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  220. GLContext.mapAvailableGLVersion: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]: 3.0 (Core profile, hardware) -> 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  221. AWT-EventQueue-0-SharedResourceRunner: GLContext.resetStates()
  222. AWT-EventQueue-0-SharedResourceRunner: createContextARB: SET mappedVersionsAvailableSet .windows_decon_0
  223. .windows_decon_0-0x3020000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  224. .windows_decon_0-0x4040000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  225. .windows_decon_0-0x3040000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  226. .windows_decon_0-0x4020000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  227. .windows_decon_0-0x2020000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  228. GLContextImpl.mapGLVersions: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]], profileAliasing: true, total 48.945397ms
  229. .windows_decon_0-0x3020000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  230. .windows_decon_0-0x4040000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  231. .windows_decon_0-0x3040000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  232. .windows_decon_0-0x4020000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  233. .windows_decon_0-0x2020000: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  234. AWT-EventQueue-0-SharedResourceRunner: Initializing WGL extension address table: WGL-.windows_decon_0
  235. AWT-EventQueue-0-SharedResourceRunner: GLContext WGL ProcAddressTable reusing key(WGL-.windows_decon_0) -> 0x1b16e52
  236. AWT-EventQueue-0-SharedResourceRunner - WindowWGLContext.createContextARBImpl: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, handle 0x76013a7a, share 0x0, direct true, wglCreateContextAttribsARB: 0x7a66200
  237. AWT-EventQueue-0-SharedResourceRunner: createContextARBImpl: OK 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, share 0, direct true
  238. java.lang.Exception: Info: setGL (OpenGL null): AWT-EventQueue-0-SharedResourceRunner, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@100ab23
  239. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  240. at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
  241. at jogamp.opengl.GLContextImpl.createContextARB(GLContextImpl.java:760)
  242. at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:320)
  243. at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
  244. at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
  245. at jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(WindowsWGLDrawableFactory.java:334)
  246. at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:261)
  247. at java.lang.Thread.run(Unknown Source)
  248. AWT-EventQueue-0-SharedResourceRunner: Initializing WGL extension address table: WGL-.windows_decon_0
  249. AWT-EventQueue-0-SharedResourceRunner: GLContext WGL ProcAddressTable reusing key(WGL-.windows_decon_0) -> 0x1b16e52
  250. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail: Given WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]] - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  251. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail.0 validated FQN: .windows_decon_0-0x4020003 - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0, 4.2.0
  252. AWT-EventQueue-0-SharedResourceRunner: GLContext GL ProcAddressTable reusing key(.windows_decon_0-0x4020003) -> 0x503429
  253. AWT-EventQueue-0-SharedResourceRunner: GLContext GL ExtensionAvailabilityCache reusing key(.windows_decon_0-0x4020003) -> 0x1908ca1 - entries: 314
  254. Quirk: NoDoubleBufferedBitmap: cause: OS WINDOWS
  255. AWT-EventQueue-0-SharedResourceRunner: GLContext.setGLFuncAvail.X: .windows_decon_0-0x4020003 - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  256. AWT-EventQueue-0-SharedResourceRunner: createContextImpl: OK (ARB, initial) share 0
  257. AWT-EventQueue-0-SharedResourceRunner: Create GL context OK: obj 0x1e9cb75, ctx 0x20001, surf 0x76013a7a for jogamp.opengl.windows.wgl.WindowsOnscreenWGLContext - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  258. GLDebugMessageHandler.init(false)
  259. GLDebugMessageHandler: GL DEBUG not set in ARB ctx options: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  260. GLDebugMessageHandler.init(false) .. n/a
  261. AWT-EventQueue-0-SharedResourceRunner: GLContext.ContextSwitch: obj 0x1e9cb75, ctx 0x20001, surf 0x76013a7a - switch - CONTEXT_CURRENT_NEW - <e3b895, 6b7920>[count 1, qsz 0, owner <AWT-EventQueue-0-SharedResourceRunner>]
  262. SharedDevice: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]
  263. SharedScreen: DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]], idx 0]
  264. SharedContext: WindowsOnscreenWGLContext [OpenGL 4.2, options 0x303, 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0, this 0x1e9cb75, handle 0x20001, jogamp.opengl.gl4.GL4bcImpl@100ab23,
  265. quirks: [NoDoubleBufferedBitmap],
  266. Drawable: WindowsOnscreenWGLDrawable[Realized true,
  267. Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@1dd46f7,
  268. Handle 0x0,
  269. Surface GDISurface[ GDIDummyUpstreamSurfaceHook[ 64x64], displayHandle 0x0, surfaceHandle 0x0, size 64x64, UOB[ OWNS_SURFACE | WINDOW_INVISIBLE ], surfaceLock <5e3974, df503>[count 0, qsz 0, owner <NULL>] ]]]
  270. pixelformat: true
  271. multisample: true
  272. pbuffer: true
  273. readDrawable: true
  274. vendor: NVIDIA Corporation
  275. needsCurrenContext4ARBPFDQueries: false
  276. SharedResourceRunner.run(): READY - AWT-EventQueue-0-SharedResourceRunner
  277. SharedResourceRunner.initializeAndWait END init: decon, release: null - AWT-EventQueue-0
  278. SharedResourceRunner.getOrCreateShared() decon: success - AWT-EventQueue-0
  279. GLProfile.initProfilesForDevice: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]: desktop Shared Ctx true
  280. GLProfile.init map decon, desktopCtxUndef false, esCtxUndef false
  281. GLProfile.init map GLProfile[GL4bc/GL4bc.hw] on device decon
  282. GLProfile.init map defaultHW GLProfile[GL4bc/GL4bc.hw] on device decon
  283. GLProfile.init map GLProfile[GL3bc/GL3bc.hw] on device decon
  284. GLProfile.init map defaultAny GLProfile[GL3bc/GL3bc.hw] on device decon
  285. GLProfile.init map GLProfile[GL2/GL2.hw] on device decon
  286. GLProfile.init map GLProfile[GL4/GL4.hw] on device decon
  287. GLProfile.init map GLProfile[GL3/GL3.hw] on device decon
  288. GLProfile.init map GLProfile[GL2GL3/GL4bc.hw] on device decon
  289. GLProfile.init map *** no mapping for GLES2 on device decon
  290. GLProfile.init map GLProfile[GL2ES2/GL4bc.hw] on device decon
  291. GLProfile.init map *** no mapping for GLES1 on device decon
  292. GLProfile.init map GLProfile[GL2ES1/GL4bc.hw] on device decon
  293. GLProfile.initProfilesForDevice: decon: added profile(s): desktop true, egl false
  294. GLProfile.initProfilesForDevice: decon: Native[GL4bc true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)], GL4 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)], GL3bc true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)], GL3 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)], GL2 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)], GL2ES1 true, GLES1 false, GL2ES2 true, GLES2 false], Profiles[GLProfile[GL2ES2/GL4bc.hw], GLProfile[GL2ES1/GL4bc.hw], GLProfile[GL2/GL2.hw], GLProfile[GL4/GL4.hw], GLProfile[GL3/GL3.hw], GLProfile[GL4bc/GL4bc.hw], GLProfile[GL4bc/GL4bc.hw], GLProfile[GL2GL3/GL4bc.hw], GLProfile[GL3bc/GL3bc.hw], , default GLProfile[GL4bc/GL4bc.hw]]
  295. GLProfile.dumpGLInfo: WindowsOnscreenWGLContext [OpenGL 4.2, options 0x303, 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0, this 0x1e9cb75, handle 0x20001, jogamp.opengl.gl4.GL4bcImpl@100ab23,
  296. quirks: [NoDoubleBufferedBitmap],
  297. Drawable: WindowsOnscreenWGLDrawable[Realized true,
  298. Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@1dd46f7,
  299. Handle 0x0,
  300. Surface GDISurface[ GDIDummyUpstreamSurfaceHook[ 64x64], displayHandle 0x0, surfaceHandle 0x0, size 64x64, UOB[ OWNS_SURFACE | WINDOW_INVISIBLE ], surfaceLock <5e3974, df503>[count 0, qsz 0, owner <NULL>] ]]]
  301. ExtensionAvailabilityCache: getGLExtensions() called
  302. -----------------------------------------------------------------------------------------------------
  303. WindowsGraphicsDevice[type .windows, connection decon]:
  304. Native
  305. GL4bc true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  306. GL4 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  307. GL3bc true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  308. GL3 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  309. GL2 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  310. GL2ES1 true
  311. GLES1 false
  312. GL2ES2 true
  313. GLES2 false
  314. Profiles
  315. GLProfile[GL2ES2/GL4bc.hw]
  316. GLProfile[GL2ES1/GL4bc.hw]
  317. GLProfile[GL2/GL2.hw]
  318. GLProfile[GL4/GL4.hw]
  319. GLProfile[GL3/GL3.hw]
  320. GLProfile[GL4bc/GL4bc.hw]
  321. GLProfile[GL4bc/GL4bc.hw]
  322. GLProfile[GL2GL3/GL4bc.hw]
  323. GLProfile[GL3bc/GL3bc.hw]
  324. default GLProfile[GL4bc/GL4bc.hw]
  325.  
  326. Swap Interval -1
  327. GL Profile GLProfile[GL2/GL2.sw]
  328. CTX VERSION 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  329. GL jogamp.opengl.gl4.GL4bcImpl@100ab23
  330. GL_VENDOR NVIDIA Corporation
  331. GL_RENDERER GeForce GTX 570/PCIe/SSE2
  332. GL_VERSION 4.2.0
  333. GLSL true, has-compiler: true, version: 4.20 NVIDIA via Cg compiler
  334. GL_EXTENSIONS 273
  335. GL_AMD_multi_draw_indirect GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counters GL_ARB_shader_bit_encoding GL_ARB_shader_image_load_store GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_subroutine GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_store GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_texture_type_2_10_10_10_REV GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_alpha_test GL_NV_blend_minmax GL_NV_blend_square GL_NV_complex_primitives GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_ES1_1_compatibility GL_NV_explicit_multisample GL_NV_fbo_color_attachments GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragdepth GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_buffer_load GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_lod_clamp GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_OES_compressed_paletted_texture GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_point_size_array GL_OES_point_sprite GL_OES_rgb8_rgba8 GL_OES_read_format GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_vertex_half_float GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control
  336. GLX_EXTENSIONS 26
  337. WGL_EXT_extensions_string WGL_EXT_swap_control_tear WGL_ARB_extensions_string WGL_NV_render_depth_texture WGL_NVX_DX_interop WGL_ARB_pbuffer WGL_ARB_create_context_robustness WGL_NV_DX_interop2 WGL_ARB_multisample WGL_ARB_create_context_profile WGL_ARB_create_context WGL_EXT_create_context_es2_profile WGL_ARB_pixel_format WGL_NV_float_buffer WGL_ARB_pixel_format_float WGL_ARB_make_current_read WGL_NV_DX_interop WGL_ATI_pixel_format_float WGL_EXT_pixel_format_packed_float WGL_EXT_create_context_es_profile WGL_NV_render_texture_rectangle WGL_EXT_framebuffer_sRGB WGL_EXT_swap_control WGL_ARB_render_texture WGL_ARB_buffer_region WGL_NV_multisample_coverage
  338. -----------------------------------------------------------------------------------------------------
  339. GLCaps[wgl vid 0x1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  340. GLCaps[wgl vid 0x2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  341. GLCaps[wgl vid 0x3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  342. GLCaps[wgl vid 0x4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  343. GLCaps[wgl vid 0x5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  344. GLCaps[wgl vid 0x6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  345. GLCaps[wgl vid 0x7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  346. GLCaps[wgl vid 0x8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  347. GLCaps[wgl vid 0x9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  348. GLCaps[wgl vid 0xa arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  349. GLCaps[wgl vid 0xb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  350. GLCaps[wgl vid 0xc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  351. GLCaps[wgl vid 0xd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  352. GLCaps[wgl vid 0xe arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  353. GLCaps[wgl vid 0xf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  354. GLCaps[wgl vid 0x10 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  355. GLCaps[wgl vid 0x11 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  356. GLCaps[wgl vid 0x12 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  357. GLCaps[wgl vid 0x13 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  358. GLCaps[wgl vid 0x14 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  359. GLCaps[wgl vid 0x15 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  360. GLCaps[wgl vid 0x16 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  361. GLCaps[wgl vid 0x17 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  362. GLCaps[wgl vid 0x18 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  363. GLCaps[wgl vid 0x19 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  364. GLCaps[wgl vid 0x1a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  365. GLCaps[wgl vid 0x1b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  366. GLCaps[wgl vid 0x1c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  367. GLCaps[wgl vid 0x1d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  368. GLCaps[wgl vid 0x1e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  369. GLCaps[wgl vid 0x1f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  370. GLCaps[wgl vid 0x20 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  371. GLCaps[wgl vid 0x21 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  372. GLCaps[wgl vid 0x22 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  373. GLCaps[wgl vid 0x23 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  374. GLCaps[wgl vid 0x24 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  375. GLCaps[wgl vid 0x25 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  376. GLCaps[wgl vid 0x26 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  377. GLCaps[wgl vid 0x27 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  378. GLCaps[wgl vid 0x28 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  379. GLCaps[wgl vid 0x29 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  380. GLCaps[wgl vid 0x2a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  381. GLCaps[wgl vid 0x2b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  382. GLCaps[wgl vid 0x2c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  383. GLCaps[wgl vid 0x2d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  384. GLCaps[wgl vid 0x2e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  385. GLCaps[wgl vid 0x2f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  386. GLCaps[wgl vid 0x30 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  387. GLCaps[wgl vid 0x31 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  388. GLCaps[wgl vid 0x32 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  389. GLCaps[wgl vid 0x33 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  390. GLCaps[wgl vid 0x34 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  391. GLCaps[wgl vid 0x35 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  392. GLCaps[wgl vid 0x36 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  393. GLCaps[wgl vid 0x37 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  394. GLCaps[wgl vid 0x38 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  395. GLCaps[wgl vid 0x39 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  396. GLCaps[wgl vid 0x3a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  397. GLCaps[wgl vid 0x3b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  398. GLCaps[wgl vid 0x3c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  399. GLCaps[wgl vid 0x3d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  400. GLCaps[wgl vid 0x3e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  401. GLCaps[wgl vid 0x3f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  402. GLCaps[wgl vid 0x40 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  403. GLCaps[wgl vid 0x41 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  404. GLCaps[wgl vid 0x42 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  405. GLCaps[wgl vid 0x43 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  406. GLCaps[wgl vid 0x44 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  407. GLCaps[wgl vid 0x45 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  408. GLCaps[wgl vid 0x46 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  409. GLCaps[wgl vid 0x47 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  410. GLCaps[wgl vid 0x48 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  411. GLCaps[wgl vid 0x49 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  412. GLCaps[wgl vid 0x4a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  413. GLCaps[wgl vid 0x4b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  414. GLCaps[wgl vid 0x4c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  415. GLCaps[wgl vid 0x4d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  416. GLCaps[wgl vid 0x4e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  417. GLCaps[wgl vid 0x4f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  418. GLCaps[wgl vid 0x50 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  419. GLCaps[wgl vid 0x51 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  420. GLCaps[wgl vid 0x52 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  421. GLCaps[wgl vid 0x53 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  422. GLCaps[wgl vid 0x54 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  423. GLCaps[wgl vid 0x55 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  424. GLCaps[wgl vid 0x56 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  425. GLCaps[wgl vid 0x57 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  426. GLCaps[wgl vid 0x58 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  427. GLCaps[wgl vid 0x59 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  428. GLCaps[wgl vid 0x5a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  429. GLCaps[wgl vid 0x5b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  430. GLCaps[wgl vid 0x5c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  431. GLCaps[wgl vid 0x5d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  432. GLCaps[wgl vid 0x5e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  433. GLCaps[wgl vid 0x5f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  434. GLCaps[wgl vid 0x60 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  435. GLCaps[wgl vid 0x61 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  436. GLCaps[wgl vid 0x62 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  437. GLCaps[wgl vid 0x63 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  438. GLCaps[wgl vid 0x64 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  439. GLCaps[wgl vid 0x65 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  440. GLCaps[wgl vid 0x66 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  441. GLCaps[wgl vid 0x67 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  442. GLCaps[wgl vid 0x68 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  443. GLCaps[wgl vid 0x69 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  444. GLCaps[wgl vid 0x6a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  445. GLCaps[wgl vid 0x6b arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  446. GLCaps[wgl vid 0x6c arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  447. GLCaps[wgl vid 0x6d arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  448. GLCaps[wgl vid 0x6e arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  449. GLCaps[wgl vid 0x6f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  450. GLCaps[wgl vid 0x70 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  451. GLCaps[wgl vid 0x71 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  452. GLCaps[wgl vid 0x72 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  453. GLCaps[wgl vid 0x73 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  454. GLCaps[wgl vid 0x74 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  455. GLCaps[wgl vid 0x75 arb: rgba 0x5/5/5/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  456. GLCaps[wgl vid 0x76 arb: rgba 0x5/5/5/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  457. GLCaps[wgl vid 0x77 arb: rgba 0x5/5/5/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  458. GLCaps[wgl vid 0x78 arb: rgba 0x5/5/5/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  459. GLCaps[wgl vid 0x79 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  460. GLCaps[wgl vid 0x7a arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  461. GLCaps[wgl vid 0x7b arb: rgba 0x3/3/2/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  462. GLCaps[wgl vid 0x7c arb: rgba 0x3/3/2/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  463. GLCaps[wgl vid 0x7d arb: rgba 0x3/3/2/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  464. GLCaps[wgl vid 0x7e arb: rgba 0x3/3/2/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  465. GLCaps[wgl vid 0x7f arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  466. GLCaps[wgl vid 0x80 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  467. GLCaps[wgl vid 0x81 arb: rgba 0x1/1/1/0, opaque, accum-rgba 5/6/5/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  468. GLCaps[wgl vid 0x82 arb: rgba 0x1/1/1/0, opaque, accum-rgba 5/6/5/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  469. GLCaps[wgl vid 0x83 arb: rgba 0x1/1/1/8, opaque, accum-rgba 4/4/4/4, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  470. GLCaps[wgl vid 0x84 arb: rgba 0x1/1/1/8, opaque, accum-rgba 4/4/4/4, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  471. GLCaps[wgl vid 0x85 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  472. GLCaps[wgl vid 0x86 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  473. GLCaps[wgl vid 0x87 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  474. GLCaps[wgl vid 0x88 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  475. GLCaps[wgl vid 0x89 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  476. GLCaps[wgl vid 0x8a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  477. GLCaps[wgl vid 0x8b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  478. GLCaps[wgl vid 0x8c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  479. GLCaps[wgl vid 0x8d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  480. GLCaps[wgl vid 0x8e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  481. GLCaps[wgl vid 0x8f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  482. GLCaps[wgl vid 0x90 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  483. GLCaps[wgl vid 0x91 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  484. GLCaps[wgl vid 0x92 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  485. GLCaps[wgl vid 0x93 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  486. GLCaps[wgl vid 0x94 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  487. GLCaps[wgl vid 0x95 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  488. GLCaps[wgl vid 0x96 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  489. GLCaps[wgl vid 0x97 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  490. GLCaps[wgl vid 0x98 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  491. GLCaps[wgl vid 0x99 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  492. GLCaps[wgl vid 0x9a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  493. GLCaps[wgl vid 0x9b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  494. GLCaps[wgl vid 0x9c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  495. GLCaps[wgl vid 0x9d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  496. GLCaps[wgl vid 0x9e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  497. GLCaps[wgl vid 0x9f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  498. GLCaps[wgl vid 0xa0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  499. GLCaps[wgl vid 0xa1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  500. GLCaps[wgl vid 0xa2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  501. GLCaps[wgl vid 0xa3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  502. GLCaps[wgl vid 0xa4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  503. GLCaps[wgl vid 0xa5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  504. GLCaps[wgl vid 0xa6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  505. GLCaps[wgl vid 0xa7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  506. GLCaps[wgl vid 0xa8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  507. GLCaps[wgl vid 0xa9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  508. GLCaps[wgl vid 0xaa arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  509. GLCaps[wgl vid 0xab arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  510. GLCaps[wgl vid 0xac arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  511. GLCaps[wgl vid 0xad arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  512. GLCaps[wgl vid 0xae arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  513. GLCaps[wgl vid 0xaf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  514. GLCaps[wgl vid 0xb0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  515. GLCaps[wgl vid 0xb1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  516. GLCaps[wgl vid 0xb2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  517. GLCaps[wgl vid 0xb3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  518. GLCaps[wgl vid 0xb4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  519. GLCaps[wgl vid 0xb5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  520. GLCaps[wgl vid 0xb6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  521. GLCaps[wgl vid 0xb7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  522. GLCaps[wgl vid 0xb8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  523. GLCaps[wgl vid 0xb9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  524. GLCaps[wgl vid 0xba arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  525. GLCaps[wgl vid 0xbb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  526. GLCaps[wgl vid 0xbc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  527. GLCaps[wgl vid 0xbd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  528. GLCaps[wgl vid 0xbe arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  529. GLCaps[wgl vid 0xbf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  530. GLCaps[wgl vid 0xc0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  531. GLCaps[wgl vid 0xc1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  532. GLCaps[wgl vid 0xc2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  533. GLCaps[wgl vid 0xc3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  534. GLCaps[wgl vid 0xc4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  535. GLCaps[wgl vid 0xc5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  536. GLCaps[wgl vid 0xc6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  537. GLCaps[wgl vid 0xc7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  538. GLCaps[wgl vid 0xc8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  539. GLCaps[wgl vid 0xc9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  540. GLCaps[wgl vid 0xca arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  541. GLCaps[wgl vid 0xcb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  542. GLCaps[wgl vid 0xcc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  543. GLCaps[wgl vid 0xcd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  544. GLCaps[wgl vid 0xce arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  545. GLCaps[wgl vid 0xcf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  546. GLCaps[wgl vid 0xd0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  547. GLCaps[wgl vid 0xd1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  548. GLCaps[wgl vid 0xd2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  549. GLCaps[wgl vid 0xd3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  550. GLCaps[wgl vid 0xd4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  551. GLCaps[wgl vid 0xd5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  552. GLCaps[wgl vid 0xd6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  553. GLCaps[wgl vid 0xd7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  554. GLCaps[wgl vid 0xd8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  555. GLCaps[wgl vid 0xd9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  556. GLCaps[wgl vid 0xda arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  557. GLCaps[wgl vid 0xdb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  558. GLCaps[wgl vid 0xdc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  559. GLCaps[wgl vid 0xdd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  560. GLCaps[wgl vid 0xde arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  561. GLCaps[wgl vid 0xdf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  562. GLCaps[wgl vid 0xe0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  563. GLCaps[wgl vid 0xe1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  564. GLCaps[wgl vid 0xe2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  565. GLCaps[wgl vid 0xe3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  566. GLCaps[wgl vid 0xe4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  567. GLCaps[wgl vid 0xe5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  568. GLCaps[wgl vid 0xe6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  569. GLCaps[wgl vid 0xe7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  570. GLCaps[wgl vid 0xe8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  571. GLCaps[wgl vid 0xe9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  572. GLCaps[wgl vid 0xea arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  573. GLCaps[wgl vid 0xeb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  574. GLCaps[wgl vid 0xec arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  575. GLCaps[wgl vid 0xed arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  576. GLCaps[wgl vid 0xee arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  577. GLCaps[wgl vid 0xef arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  578. GLCaps[wgl vid 0xf0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  579. GLCaps[wgl vid 0xf1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  580. GLCaps[wgl vid 0xf2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  581. GLCaps[wgl vid 0xf3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  582. GLCaps[wgl vid 0xf4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  583. GLCaps[wgl vid 0xf5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  584. GLCaps[wgl vid 0xf6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  585. GLCaps[wgl vid 0xf7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  586. GLCaps[wgl vid 0xf8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  587. GLCaps[wgl vid 0xf9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  588. GLCaps[wgl vid 0xfa arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  589. GLCaps[wgl vid 0xfb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  590. GLCaps[wgl vid 0xfc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  591. GLCaps[wgl vid 0xfd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  592. GLCaps[wgl vid 0xfe arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  593. GLCaps[wgl vid 0xff arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  594. GLCaps[wgl vid 0x100 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  595. GLCaps[wgl vid 0x101 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  596. GLCaps[wgl vid 0x102 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  597. GLCaps[wgl vid 0x103 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  598. GLCaps[wgl vid 0x104 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  599. GLCaps[wgl vid 0x105 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  600. GLCaps[wgl vid 0x106 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  601. GLCaps[wgl vid 0x107 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  602. GLCaps[wgl vid 0x108 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  603. GLCaps[wgl vid 0x109 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  604. GLCaps[wgl vid 0x10a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  605. GLCaps[wgl vid 0x10b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  606. GLCaps[wgl vid 0x10c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  607. GLCaps[wgl vid 0x10d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  608. GLCaps[wgl vid 0x10e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  609. GLCaps[wgl vid 0x10f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  610. GLCaps[wgl vid 0x110 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  611. GLCaps[wgl vid 0x111 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  612. GLCaps[wgl vid 0x112 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  613. GLCaps[wgl vid 0x113 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  614. GLCaps[wgl vid 0x114 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  615. GLCaps[wgl vid 0x115 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  616. GLCaps[wgl vid 0x116 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  617. GLCaps[wgl vid 0x117 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  618. GLCaps[wgl vid 0x118 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  619. GLCaps[wgl vid 0x119 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  620. GLCaps[wgl vid 0x11a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  621. GLCaps[wgl vid 0x11b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  622. GLCaps[wgl vid 0x11c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  623. GLCaps[wgl vid 0x11d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  624. GLCaps[wgl vid 0x11e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  625. GLCaps[wgl vid 0x11f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  626. GLCaps[wgl vid 0x120 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  627. GLCaps[wgl vid 0x121 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  628. GLCaps[wgl vid 0x122 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  629. GLCaps[wgl vid 0x123 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  630. GLCaps[wgl vid 0x124 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  631. GLCaps[wgl vid 0x125 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  632. GLCaps[wgl vid 0x126 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  633. GLCaps[wgl vid 0x127 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  634. GLCaps[wgl vid 0x128 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  635. GLCaps[wgl vid 0x129 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  636. GLCaps[wgl vid 0x12a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  637. GLCaps[wgl vid 0x12b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  638. GLCaps[wgl vid 0x12c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  639. GLCaps[wgl vid 0x12d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  640. GLCaps[wgl vid 0x12e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  641. GLCaps[wgl vid 0x12f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  642. GLCaps[wgl vid 0x130 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  643. GLCaps[wgl vid 0x131 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  644. GLCaps[wgl vid 0x132 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  645. GLCaps[wgl vid 0x133 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  646. GLCaps[wgl vid 0x134 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  647. GLCaps[wgl vid 0x135 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  648. GLCaps[wgl vid 0x136 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  649. GLCaps[wgl vid 0x137 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  650. GLCaps[wgl vid 0x138 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  651. GLCaps[wgl vid 0x139 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  652. GLCaps[wgl vid 0x13a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  653. GLCaps[wgl vid 0x13b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  654. GLCaps[wgl vid 0x13c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  655. GLCaps[wgl vid 0x13d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  656. GLCaps[wgl vid 0x13e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  657. GLCaps[wgl vid 0x13f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  658. GLCaps[wgl vid 0x140 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  659. GLCaps[wgl vid 0x141 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  660. GLCaps[wgl vid 0x142 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  661. GLCaps[wgl vid 0x143 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  662. GLCaps[wgl vid 0x144 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  663. GLCaps[wgl vid 0x145 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  664. GLCaps[wgl vid 0x146 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  665. GLCaps[wgl vid 0x147 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  666. GLCaps[wgl vid 0x148 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  667. GLCaps[wgl vid 0x149 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  668. GLCaps[wgl vid 0x14a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  669. GLCaps[wgl vid 0x14b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  670. GLCaps[wgl vid 0x14c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  671. GLCaps[wgl vid 0x14d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  672. GLCaps[wgl vid 0x14e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  673. GLCaps[wgl vid 0x14f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  674. GLCaps[wgl vid 0x150 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  675. GLCaps[wgl vid 0x151 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  676. GLCaps[wgl vid 0x152 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  677. GLCaps[wgl vid 0x153 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  678. GLCaps[wgl vid 0x154 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  679. GLCaps[wgl vid 0x155 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  680. GLCaps[wgl vid 0x156 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  681. GLCaps[wgl vid 0x157 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  682. GLCaps[wgl vid 0x158 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  683. GLCaps[wgl vid 0x159 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  684. GLCaps[wgl vid 0x15a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  685. GLCaps[wgl vid 0x15b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  686. GLCaps[wgl vid 0x15c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  687. GLCaps[wgl vid 0x15d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  688. GLCaps[wgl vid 0x15e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  689. GLCaps[wgl vid 0x15f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  690. GLCaps[wgl vid 0x160 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  691. GLCaps[wgl vid 0x161 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  692. GLCaps[wgl vid 0x162 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  693. GLCaps[wgl vid 0x163 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  694. GLCaps[wgl vid 0x164 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  695. GLCaps[wgl vid 0x165 arb: rgba 0x0/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  696. GLCaps[wgl vid 0x166 arb: rgba 0x0/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  697. GLCaps[wgl vid 0x167 arb: rgba 0x0/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  698. GLCaps[wgl vid 0x168 arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  699. GLCaps[wgl vid 0x169 arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  700. GLCaps[wgl vid 0x16a arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  701. GLCaps[wgl vid 0x16b arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  702. GLCaps[wgl vid 0x16c arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  703. GLCaps[wgl vid 0x16d arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  704. GLCaps[wgl vid 0x16e arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  705. GLCaps[wgl vid 0x16f arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  706. GLCaps[wgl vid 0x170 arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  707. GLCaps[wgl vid 0x171 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  708. GLCaps[wgl vid 0x172 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  709. GLCaps[wgl vid 0x173 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  710. GLCaps[wgl vid 0x174 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  711. GLCaps[wgl vid 0x175 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  712. GLCaps[wgl vid 0x176 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  713. GLCaps[wgl vid 0x177 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  714. GLCaps[wgl vid 0x178 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  715. GLCaps[wgl vid 0x179 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  716. GLCaps[wgl vid 0x17a arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  717. GLCaps[wgl vid 0x17b arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  718. GLCaps[wgl vid 0x17c arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  719. GLCaps[wgl vid 0x17d arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  720. GLCaps[wgl vid 0x17e arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  721. GLCaps[wgl vid 0x17f arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  722. GLCaps[wgl vid 0x180 arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  723. GLCaps[wgl vid 0x181 arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  724. GLCaps[wgl vid 0x182 arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  725. GLCaps[wgl vid 0x183 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  726. GLCaps[wgl vid 0x184 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  727. GLCaps[wgl vid 0x185 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  728. GLCaps[wgl vid 0x186 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  729. GLCaps[wgl vid 0x187 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  730. GLCaps[wgl vid 0x188 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  731. GLCaps[wgl vid 0x189 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  732. GLCaps[wgl vid 0x18a arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  733. GLCaps[wgl vid 0x18b arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  734. GLCaps[wgl vid 0x18c arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  735. GLCaps[wgl vid 0x18d arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  736. GLCaps[wgl vid 0x18e arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  737. GLCaps[wgl vid 0x18f arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  738. GLCaps[wgl vid 0x190 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  739. GLCaps[wgl vid 0x191 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  740. GLCaps[wgl vid 0x192 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  741. GLCaps[wgl vid 0x193 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  742. GLCaps[wgl vid 0x194 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  743. GLCaps[wgl vid 0x195 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  744. GLCaps[wgl vid 0x196 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  745. GLCaps[wgl vid 0x197 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  746. GLCaps[wgl vid 0x198 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  747. GLCaps[wgl vid 0x199 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  748. GLCaps[wgl vid 0x19a arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  749. GLCaps[wgl vid 0x19b arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  750. GLCaps[wgl vid 0x19c arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  751. GLCaps[wgl vid 0x19d arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  752. GLCaps[wgl vid 0x19e arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  753. GLCaps[wgl vid 0x19f arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  754. GLCaps[wgl vid 0x1a0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  755. GLCaps[wgl vid 0x1a1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  756. GLCaps[wgl vid 0x1a2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  757. GLCaps[wgl vid 0x1a3 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  758. GLCaps[wgl vid 0x1a4 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  759. GLCaps[wgl vid 0x1a5 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  760. GLCaps[wgl vid 0x1a6 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  761. GLCaps[wgl vid 0x1a7 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  762. GLCaps[wgl vid 0x1a8 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  763. GLCaps[wgl vid 0x1a9 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  764. GLCaps[wgl vid 0x1aa arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  765. GLCaps[wgl vid 0x1ab arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  766. GLCaps[wgl vid 0x1ac arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  767. GLCaps[wgl vid 0x1ad arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  768. GLCaps[wgl vid 0x1ae arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  769. GLCaps[wgl vid 0x1af arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  770. GLCaps[wgl vid 0x1b0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  771. GLCaps[wgl vid 0x1b1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  772. GLCaps[wgl vid 0x1b2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  773. GLCaps[wgl vid 0x1b3 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  774. GLCaps[wgl vid 0x1b4 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  775. GLCaps[wgl vid 0x1b5 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  776. GLCaps[wgl vid 0x1b6 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  777. GLCaps[wgl vid 0x1b7 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  778. GLCaps[wgl vid 0x1b8 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  779. GLCaps[wgl vid 0x1b9 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  780. GLCaps[wgl vid 0x1ba arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  781. GLCaps[wgl vid 0x1bb arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  782. GLCaps[wgl vid 0x1bc arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  783. GLCaps[wgl vid 0x1bd arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  784. GLCaps[wgl vid 0x1be arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  785. GLCaps[wgl vid 0x1bf arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  786. GLCaps[wgl vid 0x1c0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  787. GLCaps[wgl vid 0x1c1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  788. GLCaps[wgl vid 0x1c2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  789. GLCaps[wgl vid 0x1c3 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  790. GLCaps[wgl vid 0x1c4 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  791. GLCaps[wgl vid 0x1c5 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  792. GLCaps[wgl vid 0x1c6 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  793. GLCaps[wgl vid 0x1c7 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  794. GLCaps[wgl vid 0x1c8 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  795. GLCaps[wgl vid 0x1c9 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  796. GLCaps[wgl vid 0x1ca arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  797. GLCaps[wgl vid 0x1cb arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  798. GLCaps[wgl vid 0x1cc arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  799. GLCaps[wgl vid 0x1cd arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  800. GLCaps[wgl vid 0x1ce arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  801. GLCaps[wgl vid 0x1cf arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  802. GLCaps[wgl vid 0x1d0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  803. GLCaps[wgl vid 0x1d1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  804. GLCaps[wgl vid 0x1d2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  805. GLCaps[wgl vid 0x1d3 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  806. GLCaps[wgl vid 0x1d4 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  807. GLCaps[wgl vid 0x1d5 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  808. GLCaps[wgl vid 0x1d6 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  809. GLCaps[wgl vid 0x1d7 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  810. GLCaps[wgl vid 0x1d8 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  811. GLCaps[wgl vid 0x1d9 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  812. GLCaps[wgl vid 0x1da arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  813. GLCaps[wgl vid 0x1db arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  814. GLCaps[wgl vid 0x1dc arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  815. GLCaps[wgl vid 0x1dd arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  816. GLCaps[wgl vid 0x1de arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  817. GLCaps[wgl vid 0x1df arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  818. GLCaps[wgl vid 0x1e0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  819. GLCaps[wgl vid 0x1e1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  820. GLCaps[wgl vid 0x1e2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  821. WindowsWGLDrawableFactory.leaveThreadCriticalZone() - 0xffffffffffffffff - AWT-EventQueue-0
  822. GLProfile.init addedAnyProfile true (desktop: true, egl false)
  823. GLProfile.init isAWTAvailable true
  824. GLProfile.init hasDesktopGLFactory true
  825. GLProfile.init hasGL234Impl true
  826. GLProfile.init hasEGLFactory false
  827. GLProfile.init hasGLES1Impl false
  828. GLProfile.init hasGLES2Impl false
  829. GLProfile.init defaultDevice WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]
  830. GLProfile.init defaultDevice Desktop WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]
  831. GLProfile.init defaultDevice EGL null
  832. GLProfile.init profile order [GL4bc, GL3bc, GL2, GL4, GL3, GL2GL3, GLES2, GL2ES2, GLES1, GL2ES1]
  833. Default Profiles on device WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]
  834. Native
  835. GL4bc true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  836. GL4 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  837. GL3bc true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  838. GL3 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  839. GL2 true [4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)]
  840. GL2ES1 true
  841. GLES1 false
  842. GL2ES2 true
  843. GLES2 false
  844. Profiles
  845. GLProfile[GL2ES2/GL4bc.hw]
  846. GLProfile[GL2ES1/GL4bc.hw]
  847. GLProfile[GL2/GL2.hw]
  848. GLProfile[GL4/GL4.hw]
  849. GLProfile[GL3/GL3.hw]
  850. GLProfile[GL4bc/GL4bc.hw]
  851. GLProfile[GL4bc/GL4bc.hw]
  852. GLProfile[GL2GL3/GL4bc.hw]
  853. GLProfile[GL3bc/GL3bc.hw]
  854. default GLProfile[GL4bc/GL4bc.hw]
  855.  
  856.  
  857. Desktop Capabilities:
  858. GLCaps[wgl vid 0x1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  859. GLCaps[wgl vid 0x2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  860. GLCaps[wgl vid 0x3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  861. GLCaps[wgl vid 0x4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  862. GLCaps[wgl vid 0x5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  863. GLCaps[wgl vid 0x6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  864. GLCaps[wgl vid 0x7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  865. GLCaps[wgl vid 0x8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  866. GLCaps[wgl vid 0x9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  867. GLCaps[wgl vid 0xa arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  868. GLCaps[wgl vid 0xb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  869. GLCaps[wgl vid 0xc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  870. GLCaps[wgl vid 0xd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  871. GLCaps[wgl vid 0xe arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  872. GLCaps[wgl vid 0xf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  873. GLCaps[wgl vid 0x10 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  874. GLCaps[wgl vid 0x11 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  875. GLCaps[wgl vid 0x12 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  876. GLCaps[wgl vid 0x13 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  877. GLCaps[wgl vid 0x14 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  878. GLCaps[wgl vid 0x15 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  879. GLCaps[wgl vid 0x16 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  880. GLCaps[wgl vid 0x17 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  881. GLCaps[wgl vid 0x18 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  882. GLCaps[wgl vid 0x19 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  883. GLCaps[wgl vid 0x1a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  884. GLCaps[wgl vid 0x1b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  885. GLCaps[wgl vid 0x1c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  886. GLCaps[wgl vid 0x1d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  887. GLCaps[wgl vid 0x1e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  888. GLCaps[wgl vid 0x1f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  889. GLCaps[wgl vid 0x20 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  890. GLCaps[wgl vid 0x21 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  891. GLCaps[wgl vid 0x22 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  892. GLCaps[wgl vid 0x23 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  893. GLCaps[wgl vid 0x24 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  894. GLCaps[wgl vid 0x25 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  895. GLCaps[wgl vid 0x26 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  896. GLCaps[wgl vid 0x27 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  897. GLCaps[wgl vid 0x28 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  898. GLCaps[wgl vid 0x29 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  899. GLCaps[wgl vid 0x2a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  900. GLCaps[wgl vid 0x2b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  901. GLCaps[wgl vid 0x2c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  902. GLCaps[wgl vid 0x2d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  903. GLCaps[wgl vid 0x2e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  904. GLCaps[wgl vid 0x2f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  905. GLCaps[wgl vid 0x30 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  906. GLCaps[wgl vid 0x31 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  907. GLCaps[wgl vid 0x32 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  908. GLCaps[wgl vid 0x33 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  909. GLCaps[wgl vid 0x34 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  910. GLCaps[wgl vid 0x35 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  911. GLCaps[wgl vid 0x36 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  912. GLCaps[wgl vid 0x37 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  913. GLCaps[wgl vid 0x38 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  914. GLCaps[wgl vid 0x39 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  915. GLCaps[wgl vid 0x3a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  916. GLCaps[wgl vid 0x3b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  917. GLCaps[wgl vid 0x3c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  918. GLCaps[wgl vid 0x3d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  919. GLCaps[wgl vid 0x3e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  920. GLCaps[wgl vid 0x3f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  921. GLCaps[wgl vid 0x40 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  922. GLCaps[wgl vid 0x41 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  923. GLCaps[wgl vid 0x42 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  924. GLCaps[wgl vid 0x43 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  925. GLCaps[wgl vid 0x44 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  926. GLCaps[wgl vid 0x45 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  927. GLCaps[wgl vid 0x46 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  928. GLCaps[wgl vid 0x47 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  929. GLCaps[wgl vid 0x48 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  930. GLCaps[wgl vid 0x49 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  931. GLCaps[wgl vid 0x4a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  932. GLCaps[wgl vid 0x4b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  933. GLCaps[wgl vid 0x4c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  934. GLCaps[wgl vid 0x4d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  935. GLCaps[wgl vid 0x4e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  936. GLCaps[wgl vid 0x4f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  937. GLCaps[wgl vid 0x50 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  938. GLCaps[wgl vid 0x51 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  939. GLCaps[wgl vid 0x52 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  940. GLCaps[wgl vid 0x53 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  941. GLCaps[wgl vid 0x54 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  942. GLCaps[wgl vid 0x55 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  943. GLCaps[wgl vid 0x56 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  944. GLCaps[wgl vid 0x57 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  945. GLCaps[wgl vid 0x58 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  946. GLCaps[wgl vid 0x59 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  947. GLCaps[wgl vid 0x5a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  948. GLCaps[wgl vid 0x5b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  949. GLCaps[wgl vid 0x5c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  950. GLCaps[wgl vid 0x5d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  951. GLCaps[wgl vid 0x5e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  952. GLCaps[wgl vid 0x5f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  953. GLCaps[wgl vid 0x60 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  954. GLCaps[wgl vid 0x61 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  955. GLCaps[wgl vid 0x62 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, pbuffer [r2t 0, r2tr 0, float 0]]]
  956. GLCaps[wgl vid 0x63 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  957. GLCaps[wgl vid 0x64 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  958. GLCaps[wgl vid 0x65 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  959. GLCaps[wgl vid 0x66 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  960. GLCaps[wgl vid 0x67 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  961. GLCaps[wgl vid 0x68 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  962. GLCaps[wgl vid 0x69 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  963. GLCaps[wgl vid 0x6a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  964. GLCaps[wgl vid 0x6b arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  965. GLCaps[wgl vid 0x6c arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo, bitmap]]
  966. GLCaps[wgl vid 0x6d arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  967. GLCaps[wgl vid 0x6e arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, dbl, mono , sw, GLProfile[GL4bc/GL4bc.hw], on-scr[fbo]]
  968. GLCaps[wgl vid 0x6f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  969. GLCaps[wgl vid 0x70 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  970. GLCaps[wgl vid 0x71 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  971. GLCaps[wgl vid 0x72 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  972. GLCaps[wgl vid 0x73 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  973. GLCaps[wgl vid 0x74 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  974. GLCaps[wgl vid 0x75 arb: rgba 0x5/5/5/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  975. GLCaps[wgl vid 0x76 arb: rgba 0x5/5/5/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  976. GLCaps[wgl vid 0x77 arb: rgba 0x5/5/5/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  977. GLCaps[wgl vid 0x78 arb: rgba 0x5/5/5/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  978. GLCaps[wgl vid 0x79 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  979. GLCaps[wgl vid 0x7a arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  980. GLCaps[wgl vid 0x7b arb: rgba 0x3/3/2/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  981. GLCaps[wgl vid 0x7c arb: rgba 0x3/3/2/0, opaque, accum-rgba 11/11/10/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  982. GLCaps[wgl vid 0x7d arb: rgba 0x3/3/2/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  983. GLCaps[wgl vid 0x7e arb: rgba 0x3/3/2/8, opaque, accum-rgba 8/8/8/8, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  984. GLCaps[wgl vid 0x7f arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  985. GLCaps[wgl vid 0x80 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  986. GLCaps[wgl vid 0x81 arb: rgba 0x1/1/1/0, opaque, accum-rgba 5/6/5/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  987. GLCaps[wgl vid 0x82 arb: rgba 0x1/1/1/0, opaque, accum-rgba 5/6/5/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  988. GLCaps[wgl vid 0x83 arb: rgba 0x1/1/1/8, opaque, accum-rgba 4/4/4/4, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  989. GLCaps[wgl vid 0x84 arb: rgba 0x1/1/1/8, opaque, accum-rgba 4/4/4/4, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  990. GLCaps[wgl vid 0x85 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 32/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  991. GLCaps[wgl vid 0x86 arb: rgba 0x8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/8/0, one, mono , sw, GLProfile[GL4bc/GL4bc.hw], offscr[bitmap]]
  992. GLCaps[wgl vid 0x87 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  993. GLCaps[wgl vid 0x88 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  994. GLCaps[wgl vid 0x89 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  995. GLCaps[wgl vid 0x8a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  996. GLCaps[wgl vid 0x8b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  997. GLCaps[wgl vid 0x8c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  998. GLCaps[wgl vid 0x8d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  999. GLCaps[wgl vid 0x8e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1000. GLCaps[wgl vid 0x8f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1001. GLCaps[wgl vid 0x90 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1002. GLCaps[wgl vid 0x91 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1003. GLCaps[wgl vid 0x92 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1004. GLCaps[wgl vid 0x93 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1005. GLCaps[wgl vid 0x94 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1006. GLCaps[wgl vid 0x95 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1007. GLCaps[wgl vid 0x96 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1008. GLCaps[wgl vid 0x97 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1009. GLCaps[wgl vid 0x98 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1010. GLCaps[wgl vid 0x99 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1011. GLCaps[wgl vid 0x9a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1012. GLCaps[wgl vid 0x9b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1013. GLCaps[wgl vid 0x9c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1014. GLCaps[wgl vid 0x9d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1015. GLCaps[wgl vid 0x9e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1016. GLCaps[wgl vid 0x9f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1017. GLCaps[wgl vid 0xa0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1018. GLCaps[wgl vid 0xa1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1019. GLCaps[wgl vid 0xa2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1020. GLCaps[wgl vid 0xa3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1021. GLCaps[wgl vid 0xa4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1022. GLCaps[wgl vid 0xa5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1023. GLCaps[wgl vid 0xa6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1024. GLCaps[wgl vid 0xa7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1025. GLCaps[wgl vid 0xa8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1026. GLCaps[wgl vid 0xa9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1027. GLCaps[wgl vid 0xaa arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1028. GLCaps[wgl vid 0xab arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1029. GLCaps[wgl vid 0xac arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1030. GLCaps[wgl vid 0xad arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1031. GLCaps[wgl vid 0xae arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1032. GLCaps[wgl vid 0xaf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1033. GLCaps[wgl vid 0xb0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1034. GLCaps[wgl vid 0xb1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1035. GLCaps[wgl vid 0xb2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1036. GLCaps[wgl vid 0xb3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1037. GLCaps[wgl vid 0xb4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1038. GLCaps[wgl vid 0xb5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1039. GLCaps[wgl vid 0xb6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1040. GLCaps[wgl vid 0xb7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1041. GLCaps[wgl vid 0xb8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1042. GLCaps[wgl vid 0xb9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1043. GLCaps[wgl vid 0xba arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1044. GLCaps[wgl vid 0xbb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1045. GLCaps[wgl vid 0xbc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1046. GLCaps[wgl vid 0xbd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1047. GLCaps[wgl vid 0xbe arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1048. GLCaps[wgl vid 0xbf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1049. GLCaps[wgl vid 0xc0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1050. GLCaps[wgl vid 0xc1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1051. GLCaps[wgl vid 0xc2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1052. GLCaps[wgl vid 0xc3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1053. GLCaps[wgl vid 0xc4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1054. GLCaps[wgl vid 0xc5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1055. GLCaps[wgl vid 0xc6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1056. GLCaps[wgl vid 0xc7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1057. GLCaps[wgl vid 0xc8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1058. GLCaps[wgl vid 0xc9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1059. GLCaps[wgl vid 0xca arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1060. GLCaps[wgl vid 0xcb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1061. GLCaps[wgl vid 0xcc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1062. GLCaps[wgl vid 0xcd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1063. GLCaps[wgl vid 0xce arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1064. GLCaps[wgl vid 0xcf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1065. GLCaps[wgl vid 0xd0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1066. GLCaps[wgl vid 0xd1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1067. GLCaps[wgl vid 0xd2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1068. GLCaps[wgl vid 0xd3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1069. GLCaps[wgl vid 0xd4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1070. GLCaps[wgl vid 0xd5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1071. GLCaps[wgl vid 0xd6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1072. GLCaps[wgl vid 0xd7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1073. GLCaps[wgl vid 0xd8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1074. GLCaps[wgl vid 0xd9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1075. GLCaps[wgl vid 0xda arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1076. GLCaps[wgl vid 0xdb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1077. GLCaps[wgl vid 0xdc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1078. GLCaps[wgl vid 0xdd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1079. GLCaps[wgl vid 0xde arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1080. GLCaps[wgl vid 0xdf arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1081. GLCaps[wgl vid 0xe0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1082. GLCaps[wgl vid 0xe1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1083. GLCaps[wgl vid 0xe2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1084. GLCaps[wgl vid 0xe3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1085. GLCaps[wgl vid 0xe4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1086. GLCaps[wgl vid 0xe5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1087. GLCaps[wgl vid 0xe6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1088. GLCaps[wgl vid 0xe7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1089. GLCaps[wgl vid 0xe8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1090. GLCaps[wgl vid 0xe9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1091. GLCaps[wgl vid 0xea arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1092. GLCaps[wgl vid 0xeb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1093. GLCaps[wgl vid 0xec arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1094. GLCaps[wgl vid 0xed arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1095. GLCaps[wgl vid 0xee arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1096. GLCaps[wgl vid 0xef arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1097. GLCaps[wgl vid 0xf0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1098. GLCaps[wgl vid 0xf1 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1099. GLCaps[wgl vid 0xf2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1100. GLCaps[wgl vid 0xf3 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1101. GLCaps[wgl vid 0xf4 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1102. GLCaps[wgl vid 0xf5 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1103. GLCaps[wgl vid 0xf6 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1104. GLCaps[wgl vid 0xf7 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1105. GLCaps[wgl vid 0xf8 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1106. GLCaps[wgl vid 0xf9 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1107. GLCaps[wgl vid 0xfa arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1108. GLCaps[wgl vid 0xfb arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1109. GLCaps[wgl vid 0xfc arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1110. GLCaps[wgl vid 0xfd arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1111. GLCaps[wgl vid 0xfe arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1112. GLCaps[wgl vid 0xff arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1113. GLCaps[wgl vid 0x100 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1114. GLCaps[wgl vid 0x101 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1115. GLCaps[wgl vid 0x102 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1116. GLCaps[wgl vid 0x103 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1117. GLCaps[wgl vid 0x104 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1118. GLCaps[wgl vid 0x105 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1119. GLCaps[wgl vid 0x106 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1120. GLCaps[wgl vid 0x107 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1121. GLCaps[wgl vid 0x108 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1122. GLCaps[wgl vid 0x109 arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1123. GLCaps[wgl vid 0x10a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1124. GLCaps[wgl vid 0x10b arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1125. GLCaps[wgl vid 0x10c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1126. GLCaps[wgl vid 0x10d arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1127. GLCaps[wgl vid 0x10e arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1128. GLCaps[wgl vid 0x10f arb: rgba 0x8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1129. GLCaps[wgl vid 0x110 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1130. GLCaps[wgl vid 0x111 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1131. GLCaps[wgl vid 0x112 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1132. GLCaps[wgl vid 0x113 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1133. GLCaps[wgl vid 0x114 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1134. GLCaps[wgl vid 0x115 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1135. GLCaps[wgl vid 0x116 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1136. GLCaps[wgl vid 0x117 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1137. GLCaps[wgl vid 0x118 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1138. GLCaps[wgl vid 0x119 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1139. GLCaps[wgl vid 0x11a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1140. GLCaps[wgl vid 0x11b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1141. GLCaps[wgl vid 0x11c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1142. GLCaps[wgl vid 0x11d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1143. GLCaps[wgl vid 0x11e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1144. GLCaps[wgl vid 0x11f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1145. GLCaps[wgl vid 0x120 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1146. GLCaps[wgl vid 0x121 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1147. GLCaps[wgl vid 0x122 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1148. GLCaps[wgl vid 0x123 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1149. GLCaps[wgl vid 0x124 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1150. GLCaps[wgl vid 0x125 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1151. GLCaps[wgl vid 0x126 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1152. GLCaps[wgl vid 0x127 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1153. GLCaps[wgl vid 0x128 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1154. GLCaps[wgl vid 0x129 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1155. GLCaps[wgl vid 0x12a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1156. GLCaps[wgl vid 0x12b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1157. GLCaps[wgl vid 0x12c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1158. GLCaps[wgl vid 0x12d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1159. GLCaps[wgl vid 0x12e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1160. GLCaps[wgl vid 0x12f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1161. GLCaps[wgl vid 0x130 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1162. GLCaps[wgl vid 0x131 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1163. GLCaps[wgl vid 0x132 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1164. GLCaps[wgl vid 0x133 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1165. GLCaps[wgl vid 0x134 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1166. GLCaps[wgl vid 0x135 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1167. GLCaps[wgl vid 0x136 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1168. GLCaps[wgl vid 0x137 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1169. GLCaps[wgl vid 0x138 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1170. GLCaps[wgl vid 0x139 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1171. GLCaps[wgl vid 0x13a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1172. GLCaps[wgl vid 0x13b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1173. GLCaps[wgl vid 0x13c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1174. GLCaps[wgl vid 0x13d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1175. GLCaps[wgl vid 0x13e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1176. GLCaps[wgl vid 0x13f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1177. GLCaps[wgl vid 0x140 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1178. GLCaps[wgl vid 0x141 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1179. GLCaps[wgl vid 0x142 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1180. GLCaps[wgl vid 0x143 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1181. GLCaps[wgl vid 0x144 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1182. GLCaps[wgl vid 0x145 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1183. GLCaps[wgl vid 0x146 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1184. GLCaps[wgl vid 0x147 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1185. GLCaps[wgl vid 0x148 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1186. GLCaps[wgl vid 0x149 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1187. GLCaps[wgl vid 0x14a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1188. GLCaps[wgl vid 0x14b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1189. GLCaps[wgl vid 0x14c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1190. GLCaps[wgl vid 0x14d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1191. GLCaps[wgl vid 0x14e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1192. GLCaps[wgl vid 0x14f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1193. GLCaps[wgl vid 0x150 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1194. GLCaps[wgl vid 0x151 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1195. GLCaps[wgl vid 0x152 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1196. GLCaps[wgl vid 0x153 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1197. GLCaps[wgl vid 0x154 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1198. GLCaps[wgl vid 0x155 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1199. GLCaps[wgl vid 0x156 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1200. GLCaps[wgl vid 0x157 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1201. GLCaps[wgl vid 0x158 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1202. GLCaps[wgl vid 0x159 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1203. GLCaps[wgl vid 0x15a arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1204. GLCaps[wgl vid 0x15b arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1205. GLCaps[wgl vid 0x15c arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1206. GLCaps[wgl vid 0x15d arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1207. GLCaps[wgl vid 0x15e arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1208. GLCaps[wgl vid 0x15f arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1209. GLCaps[wgl vid 0x160 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1210. GLCaps[wgl vid 0x161 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1211. GLCaps[wgl vid 0x162 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1212. GLCaps[wgl vid 0x163 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1213. GLCaps[wgl vid 0x164 arb: rgba 0x5/6/5/0, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1214. GLCaps[wgl vid 0x165 arb: rgba 0x0/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1215. GLCaps[wgl vid 0x166 arb: rgba 0x0/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1216. GLCaps[wgl vid 0x167 arb: rgba 0x0/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1217. GLCaps[wgl vid 0x168 arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1218. GLCaps[wgl vid 0x169 arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1219. GLCaps[wgl vid 0x16a arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1220. GLCaps[wgl vid 0x16b arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1221. GLCaps[wgl vid 0x16c arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1222. GLCaps[wgl vid 0x16d arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1223. GLCaps[wgl vid 0x16e arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1224. GLCaps[wgl vid 0x16f arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1225. GLCaps[wgl vid 0x170 arb: rgba 0x10/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1226. GLCaps[wgl vid 0x171 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1227. GLCaps[wgl vid 0x172 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1228. GLCaps[wgl vid 0x173 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1229. GLCaps[wgl vid 0x174 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1230. GLCaps[wgl vid 0x175 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1231. GLCaps[wgl vid 0x176 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1232. GLCaps[wgl vid 0x177 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1233. GLCaps[wgl vid 0x178 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1234. GLCaps[wgl vid 0x179 arb: rgba 0x20/0/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1235. GLCaps[wgl vid 0x17a arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1236. GLCaps[wgl vid 0x17b arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1237. GLCaps[wgl vid 0x17c arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1238. GLCaps[wgl vid 0x17d arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1239. GLCaps[wgl vid 0x17e arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1240. GLCaps[wgl vid 0x17f arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1241. GLCaps[wgl vid 0x180 arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1242. GLCaps[wgl vid 0x181 arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1243. GLCaps[wgl vid 0x182 arb: rgba 0x10/10/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1244. GLCaps[wgl vid 0x183 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1245. GLCaps[wgl vid 0x184 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1246. GLCaps[wgl vid 0x185 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1247. GLCaps[wgl vid 0x186 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1248. GLCaps[wgl vid 0x187 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1249. GLCaps[wgl vid 0x188 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1250. GLCaps[wgl vid 0x189 arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1251. GLCaps[wgl vid 0x18a arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1252. GLCaps[wgl vid 0x18b arb: rgba 0x20/20/0/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1253. GLCaps[wgl vid 0x18c arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1254. GLCaps[wgl vid 0x18d arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1255. GLCaps[wgl vid 0x18e arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1256. GLCaps[wgl vid 0x18f arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1257. GLCaps[wgl vid 0x190 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1258. GLCaps[wgl vid 0x191 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1259. GLCaps[wgl vid 0x192 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1260. GLCaps[wgl vid 0x193 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1261. GLCaps[wgl vid 0x194 arb: rgba 0x10/10/10/10, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1262. GLCaps[wgl vid 0x195 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1263. GLCaps[wgl vid 0x196 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1264. GLCaps[wgl vid 0x197 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1265. GLCaps[wgl vid 0x198 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1266. GLCaps[wgl vid 0x199 arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1267. GLCaps[wgl vid 0x19a arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1268. GLCaps[wgl vid 0x19b arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1269. GLCaps[wgl vid 0x19c arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1270. GLCaps[wgl vid 0x19d arb: rgba 0x20/20/20/20, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1271. GLCaps[wgl vid 0x19e arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1272. GLCaps[wgl vid 0x19f arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1273. GLCaps[wgl vid 0x1a0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1274. GLCaps[wgl vid 0x1a1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1275. GLCaps[wgl vid 0x1a2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1276. GLCaps[wgl vid 0x1a3 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1277. GLCaps[wgl vid 0x1a4 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1278. GLCaps[wgl vid 0x1a5 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1279. GLCaps[wgl vid 0x1a6 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/0, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1280. GLCaps[wgl vid 0x1a7 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1281. GLCaps[wgl vid 0x1a8 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1282. GLCaps[wgl vid 0x1a9 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1283. GLCaps[wgl vid 0x1aa arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1284. GLCaps[wgl vid 0x1ab arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1285. GLCaps[wgl vid 0x1ac arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1286. GLCaps[wgl vid 0x1ad arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1287. GLCaps[wgl vid 0x1ae arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1288. GLCaps[wgl vid 0x1af arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1289. GLCaps[wgl vid 0x1b0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1290. GLCaps[wgl vid 0x1b1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1291. GLCaps[wgl vid 0x1b2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1292. GLCaps[wgl vid 0x1b3 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1293. GLCaps[wgl vid 0x1b4 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1294. GLCaps[wgl vid 0x1b5 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1295. GLCaps[wgl vid 0x1b6 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1296. GLCaps[wgl vid 0x1b7 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1297. GLCaps[wgl vid 0x1b8 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/4, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1298. GLCaps[wgl vid 0x1b9 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1299. GLCaps[wgl vid 0x1ba arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1300. GLCaps[wgl vid 0x1bb arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1301. GLCaps[wgl vid 0x1bc arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1302. GLCaps[wgl vid 0x1bd arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1303. GLCaps[wgl vid 0x1be arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1304. GLCaps[wgl vid 0x1bf arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1305. GLCaps[wgl vid 0x1c0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1306. GLCaps[wgl vid 0x1c1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1307. GLCaps[wgl vid 0x1c2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1308. GLCaps[wgl vid 0x1c3 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1309. GLCaps[wgl vid 0x1c4 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1310. GLCaps[wgl vid 0x1c5 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1311. GLCaps[wgl vid 0x1c6 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1312. GLCaps[wgl vid 0x1c7 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1313. GLCaps[wgl vid 0x1c8 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1314. GLCaps[wgl vid 0x1c9 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1315. GLCaps[wgl vid 0x1ca arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 0/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1316. GLCaps[wgl vid 0x1cb arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1317. GLCaps[wgl vid 0x1cc arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1318. GLCaps[wgl vid 0x1cd arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1319. GLCaps[wgl vid 0x1ce arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1320. GLCaps[wgl vid 0x1cf arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1321. GLCaps[wgl vid 0x1d0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/8, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1322. GLCaps[wgl vid 0x1d1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1323. GLCaps[wgl vid 0x1d2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1324. GLCaps[wgl vid 0x1d3 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1325. GLCaps[wgl vid 0x1d4 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1326. GLCaps[wgl vid 0x1d5 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1327. GLCaps[wgl vid 0x1d6 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1328. GLCaps[wgl vid 0x1d7 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1329. GLCaps[wgl vid 0x1d8 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1330. GLCaps[wgl vid 0x1d9 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1331. GLCaps[wgl vid 0x1da arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1332. GLCaps[wgl vid 0x1db arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1333. GLCaps[wgl vid 0x1dc arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/16, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1334. GLCaps[wgl vid 0x1dd arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1335. GLCaps[wgl vid 0x1de arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/32, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1336. GLCaps[wgl vid 0x1df arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1337. GLCaps[wgl vid 0x1e0 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1338. GLCaps[wgl vid 0x1e1 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/0/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1339. GLCaps[wgl vid 0x1e2 arb: rgba 0xb/b/a/0, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/32, sample-ext default, dbl, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 1]]]
  1340.  
  1341. EGL Capabilities:
  1342. none
  1343.  
  1344.  
  1345. Animator add: 19757584 - AWT-EventQueue-0
  1346. AWT-EventQueue-0: GLJPanel.addNotify()
  1347. AWT-EventQueue-0: PbufferBackend: initialize()
  1348. Info: WindowsWGLDrawableFactory.validateDevice: using default device : WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]
  1349. AWT-EventQueue-0: setRealized: WindowsPbufferWGLDrawable false -> true
  1350. Pbuffer config: WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]], idx 0], pfdID 0, ARB-Choosen false,
  1351. requested GLCaps[rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[.]],
  1352. chosen GLCaps[rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]]
  1353. Pbuffer parentHdc = 0x76013a7a
  1354. Pbuffer chosenCaps: GLCaps[rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1355. 8 suitable pixel formats found
  1356. pixel format 154 (index 0): GLCaps[wgl vid 0x9a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1357. pixel format 156 (index 1): GLCaps[wgl vid 0x9c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1358. pixel format 172 (index 2): GLCaps[wgl vid 0xac arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1359. pixel format 174 (index 3): GLCaps[wgl vid 0xae arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1360. pixel format 190 (index 4): GLCaps[wgl vid 0xbe arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1361. pixel format 192 (index 5): GLCaps[wgl vid 0xc0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1362. pixel format 208 (index 6): GLCaps[wgl vid 0xd0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1363. pixel format 210 (index 7): GLCaps[wgl vid 0xd2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1364. AWT-EventQueue-0: GLContext.resetStates()
  1365. AWT-EventQueue-0: GLJPanel.handleReshape: (w,h) = (200,200)
  1366. AWT-EventQueue-0: createContextARB: mappedVersionsAvailableSet(decon): true
  1367. AWT-EventQueue-0: Initializing WGL extension address table: WGL-.windows_decon_0
  1368. AWT-EventQueue-0: GLContext WGL ProcAddressTable reusing key(WGL-.windows_decon_0) -> 0x1b16e52
  1369. AWT-EventQueue-0 - WindowWGLContext.createContextARBImpl: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, handle 0x27014235, share 0x0, direct true, wglCreateContextAttribsARB: 0x7a66200
  1370. AWT-EventQueue-0: createContextARBImpl: OK 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, share 0, direct true
  1371. java.lang.Exception: Info: setGL (OpenGL null): AWT-EventQueue-0, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@ca0115
  1372. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  1373. at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
  1374. at jogamp.opengl.GLContextImpl.createContextARB(GLContextImpl.java:760)
  1375. at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:293)
  1376. at jogamp.opengl.windows.wgl.WindowsPbufferWGLContext.createImpl(WindowsPbufferWGLContext.java:97)
  1377. at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
  1378. at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
  1379. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:645)
  1380. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
  1381. at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
  1382. at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
  1383. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
  1384. at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
  1385. at javax.swing.JComponent.paint(Unknown Source)
  1386. at javax.swing.JComponent.paintToOffscreen(Unknown Source)
  1387. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
  1388. at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
  1389. at javax.swing.RepaintManager.paint(Unknown Source)
  1390. at javax.swing.JComponent._paintImmediately(Unknown Source)
  1391. at javax.swing.JComponent.paintImmediately(Unknown Source)
  1392. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  1393. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  1394. at com.jogamp.opengl.util.AWTAnimatorImpl$1.run(AWTAnimatorImpl.java:160)
  1395. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  1396. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  1397. at java.awt.EventQueue.access$400(Unknown Source)
  1398. at java.awt.EventQueue$2.run(Unknown Source)
  1399. at java.awt.EventQueue$2.run(Unknown Source)
  1400. at java.security.AccessController.doPrivileged(Native Method)
  1401. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  1402. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  1403. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  1404. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  1405. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  1406. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  1407. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  1408. at java.awt.EventDispatchThread.run(Unknown Source)
  1409. AWT-EventQueue-0: Initializing WGL extension address table: WGL-.windows_decon_0
  1410. AWT-EventQueue-0: GLContext WGL ProcAddressTable reusing key(WGL-.windows_decon_0) -> 0x1b16e52
  1411. AWT-EventQueue-0: GLContext.setGLFuncAvail: Given WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]] - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  1412. AWT-EventQueue-0: GLContext.setGLFuncAvail.0 validated FQN: .windows_decon_0-0x4020003 - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0, 4.2.0
  1413. AWT-EventQueue-0: GLContext GL ProcAddressTable reusing key(.windows_decon_0-0x4020003) -> 0x503429
  1414. AWT-EventQueue-0: GLContext GL ExtensionAvailabilityCache reusing key(.windows_decon_0-0x4020003) -> 0x1908ca1 - entries: 314
  1415. Quirk: NoDoubleBufferedBitmap: cause: OS WINDOWS
  1416. AWT-EventQueue-0: GLContext.setGLFuncAvail.X: .windows_decon_0-0x4020003 - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  1417. AWT-EventQueue-0: createImpl: OK (ARB, using sharedContext) share 0
  1418. AWT-EventQueue-0: Create GL context OK: obj 0x4b035d, ctx 0x20000, surf 0x27014235 for jogamp.opengl.windows.wgl.WindowsPbufferWGLContext - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  1419. GLDebugMessageHandler.init(false)
  1420. GLDebugMessageHandler: GL DEBUG not set in ARB ctx options: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  1421. GLDebugMessageHandler.init(false) .. n/a
  1422. AWT-EventQueue-0: GLContext.ContextSwitch: obj 0x4b035d, ctx 0x20000, surf 0x27014235 - switch - CONTEXT_CURRENT_NEW - <d1fa5, 198a455>[count 1, qsz 0, owner <AWT-EventQueue-0>]
  1423. GLDrawableHelper GLAnimatorControl: null, GLEventListeners num 1 [javax.media.opengl.awt.GLJPanel$Updater@a6d51e[init false], ].invokeGL(): Running initAction
  1424. The version of OS is: Windows Vista 6.0
  1425. The version of JAVA is: 1.6.0_35
  1426. GL_VENDOR: NVIDIA Corporation
  1427. GL_RENDERER: GeForce GTX 570/PCIe/SSE2
  1428. GL_VERSION: 4.2.0
  1429. INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
  1430. Chosen GLCapabilities: GLCaps[wgl vid 0x9a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1431. (init openGL) We are in Thread: Thread[AWT-EventQueue-0,6,main] isDispatch: true
  1432. AWT-EventQueue-0: GLJPanel.display: reshape(0,0 200x200)
  1433. Reshape:200.0x200.0 h:1.0
  1434. Initializing Context3D
  1435. WARNING: ENABLED
  1436. WARNING: ENABLED
  1437. Power-of-two texture
  1438. AWT-EventQueue-0: GLJPanel.handleReshape: (w,h) = (601,509)
  1439. AWT-EventQueue-0: Resizing pbuffer from (256, 256) to fit (601, 509)
  1440. GL Dispose
  1441. After GL Dispose
  1442. AWT-EventQueue-0: GLContextImpl.destroy.0: obj 0x4b035d, ctx 0x20000, surf 0x27014235, isShared false - <d1fa5, 198a455>[count 1, qsz 0, owner <AWT-EventQueue-0>]
  1443. AWT-EventQueue-0: GLContext.resetStates()
  1444. AWT-EventQueue-0: setRealized: WindowsPbufferWGLDrawable true -> false
  1445. AWT-EventQueue-0: New pbuffer size is (1024, 512)
  1446. AWT-EventQueue-0: PbufferBackend: initialize()
  1447. Info: WindowsWGLDrawableFactory.validateDevice: using default device : WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]]
  1448. AWT-EventQueue-0: setRealized: WindowsPbufferWGLDrawable false -> true
  1449. Pbuffer config: WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]], idx 0], pfdID 0, ARB-Choosen false,
  1450. requested GLCaps[rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], on-scr[.]],
  1451. chosen GLCaps[rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]]
  1452. Pbuffer parentHdc = 0x6201431e
  1453. Pbuffer chosenCaps: GLCaps[rgba 0x8/8/8/1, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1454. 8 suitable pixel formats found
  1455. pixel format 154 (index 0): GLCaps[wgl vid 0x9a arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1456. pixel format 156 (index 1): GLCaps[wgl vid 0x9c arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/2, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1457. pixel format 172 (index 2): GLCaps[wgl vid 0xac arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1458. pixel format 174 (index 3): GLCaps[wgl vid 0xae arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/4, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1459. pixel format 190 (index 4): GLCaps[wgl vid 0xbe arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1460. pixel format 192 (index 5): GLCaps[wgl vid 0xc0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/8, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1461. pixel format 208 (index 6): GLCaps[wgl vid 0xd0 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/0/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1462. pixel format 210 (index 7): GLCaps[wgl vid 0xd2 arb: rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 24/8/16, sample-ext default, one, mono , hw, GLProfile[GL4bc/GL4bc.hw], offscr[pbuffer [r2t 0, r2tr 0, float 0]]]
  1463. AWT-EventQueue-0: GLContext.resetStates()
  1464. AWT-EventQueue-0: createContextARB: mappedVersionsAvailableSet(decon): true
  1465. AWT-EventQueue-0: Initializing WGL extension address table: WGL-.windows_decon_0
  1466. AWT-EventQueue-0: GLContext WGL ProcAddressTable reusing key(WGL-.windows_decon_0) -> 0x1b16e52
  1467. AWT-EventQueue-0 - WindowWGLContext.createContextARBImpl: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, handle 0x34014235, share 0x0, direct true, wglCreateContextAttribsARB: 0x7a66200
  1468. AWT-EventQueue-0: createContextARBImpl: OK 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - @creation, share 0, direct true
  1469. java.lang.Exception: Info: setGL (OpenGL null): AWT-EventQueue-0, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@7808b9
  1470. at jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:247)
  1471. at jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1181)
  1472. at jogamp.opengl.GLContextImpl.createContextARB(GLContextImpl.java:760)
  1473. at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:293)
  1474. at jogamp.opengl.windows.wgl.WindowsPbufferWGLContext.createImpl(WindowsPbufferWGLContext.java:97)
  1475. at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:572)
  1476. at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:485)
  1477. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:645)
  1478. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
  1479. at jogamp.opengl.GLPbufferImpl.display(GLPbufferImpl.java:121)
  1480. at javax.media.opengl.awt.GLJPanel$PbufferBackend.doPaintComponentImpl(GLJPanel.java:1280)
  1481. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
  1482. at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
  1483. at javax.swing.JComponent.paint(Unknown Source)
  1484. at javax.swing.JComponent.paintChildren(Unknown Source)
  1485. at javax.swing.JSplitPane.paintChildren(Unknown Source)
  1486. at javax.swing.JComponent.paint(Unknown Source)
  1487. at javax.swing.JComponent.paintChildren(Unknown Source)
  1488. at javax.swing.JComponent.paint(Unknown Source)
  1489. at javax.swing.JComponent.paintChildren(Unknown Source)
  1490. at javax.swing.JComponent.paint(Unknown Source)
  1491. at javax.swing.JLayeredPane.paint(Unknown Source)
  1492. at javax.swing.JComponent.paintChildren(Unknown Source)
  1493. at javax.swing.JComponent.paintToOffscreen(Unknown Source)
  1494. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
  1495. at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
  1496. at javax.swing.RepaintManager.paint(Unknown Source)
  1497. at javax.swing.JComponent.paint(Unknown Source)
  1498. at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
  1499. at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
  1500. at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
  1501. at java.awt.Container.paint(Unknown Source)
  1502. at java.awt.Window.paint(Unknown Source)
  1503. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  1504. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  1505. at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
  1506. at javax.swing.RepaintManager.access$700(Unknown Source)
  1507. at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
  1508. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  1509. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  1510. at java.awt.EventQueue.access$400(Unknown Source)
  1511. at java.awt.EventQueue$2.run(Unknown Source)
  1512. at java.awt.EventQueue$2.run(Unknown Source)
  1513. at java.security.AccessController.doPrivileged(Native Method)
  1514. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  1515. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  1516. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  1517. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  1518. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  1519. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  1520. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  1521. at java.awt.EventDispatchThread.run(Unknown Source)
  1522. AWT-EventQueue-0: Initializing WGL extension address table: WGL-.windows_decon_0
  1523. AWT-EventQueue-0: GLContext WGL ProcAddressTable reusing key(WGL-.windows_decon_0) -> 0x1b16e52
  1524. AWT-EventQueue-0: GLContext.setGLFuncAvail: Given WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, NullToolkitLock[]] - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  1525. AWT-EventQueue-0: GLContext.setGLFuncAvail.0 validated FQN: .windows_decon_0-0x4020003 - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0, 4.2.0
  1526. AWT-EventQueue-0: GLContext GL ProcAddressTable reusing key(.windows_decon_0-0x4020003) -> 0x503429
  1527. AWT-EventQueue-0: GLContext GL ExtensionAvailabilityCache reusing key(.windows_decon_0-0x4020003) -> 0x1908ca1 - entries: 314
  1528. Quirk: NoDoubleBufferedBitmap: cause: OS WINDOWS
  1529. AWT-EventQueue-0: GLContext.setGLFuncAvail.X: .windows_decon_0-0x4020003 - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware)
  1530. AWT-EventQueue-0: createImpl: OK (ARB, using sharedContext) share 0
  1531. AWT-EventQueue-0: Create GL context OK: obj 0x1807ca8, ctx 0x30000, surf 0x34014235 for jogamp.opengl.windows.wgl.WindowsPbufferWGLContext - 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  1532. GLDebugMessageHandler.init(false)
  1533. GLDebugMessageHandler: GL DEBUG not set in ARB ctx options: 4.2 (Compatibility profile, arb, ES2 compatible, FBO, hardware) - 4.2.0
  1534. GLDebugMessageHandler.init(false) .. n/a
  1535. AWT-EventQueue-0: GLContext.ContextSwitch: obj 0x1807ca8, ctx 0x30000, surf 0x34014235 - switch - CONTEXT_CURRENT_NEW - <84da23, d3d6f>[count 1, qsz 0, owner <AWT-EventQueue-0>]
  1536. GLDrawableHelper GLAnimatorControl: null, GLEventListeners num 1 [javax.media.opengl.awt.GLJPanel$Updater@a6d51e[init false], ].invokeGL(): Running initAction
  1537. The version of OS is: Windows Vista 6.0
  1538. The version of JAVA is: 1.6.0_35
  1539. GL_VENDOR: NVIDIA Corporation
  1540. GL_RENDERER: GeForce GTX 570/PCIe/SSE2
  1541. GL_VERSION: 4.2.0
  1542. INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement