Advertisement
Guest User

Untitled

a guest
Feb 26th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.39 KB | None | 0 0
  1. GLProfile.initSingleton() - thread Haven main thread
  2. [2]: com.jogamp.opengl.GLProfile.initSingleton(GLProfile.java:206)
  3. [3]: com.jogamp.opengl.GLProfile.getProfileMap(GLProfile.java:2272)
  4. [4]: com.jogamp.opengl.GLProfile.get(GLProfile.java:987)
  5. [5]: com.jogamp.opengl.GLProfile.getDefault(GLProfile.java:721)
  6. [6]: haven.HavenPanel.stdcaps(HavenPanel.java:66)
  7. [7]: haven.HavenPanel.<init>(HavenPanel.java:85)
  8. [8]: haven.HavenPanel.<init>(HavenPanel.java:95)
  9. [9]: haven.MainFrame.<init>(MainFrame.java:185)
  10. [10]: haven.MainFrame.main2(MainFrame.java:385)
  11. [11]: haven.MainFrame.access$100(MainFrame.java:37)
  12. [12]: haven.MainFrame$7.run(MainFrame.java:428)
  13. [13]: java.lang.Thread.run(Unknown Source)
  14. OGLUtilities.UNDEFINED = 0
  15. OGLUtilities.WINDOW = 1
  16. OGLUtilities.PBUFFER = 2
  17. OGLUtilities.TEXTURE = 3
  18. OGLUtilities.FLIP_BACKBUFFER = 4
  19. OGLUtilities.FBOBJECT = 5
  20. Checking for Java2D/OpenGL support
  21. Java2D support: default GraphicsConfiguration = sun.awt.Win32GraphicsConfig
  22. JOGL/Java2D OGL Pipeline active false, resourceCompatible false
  23. GLProfile.init - thread: Haven main thread
  24. -----------------------------------------------------------------------------------------------------
  25. Platform: WINDOWS / Windows 10 10.0 (10.0.0), amd64 (X86_64, GENERIC_ABI), 8 cores, littleEndian true
  26. MachineDataInfo: runtimeValidated true, 32Bit false, primitive size / alignment:
  27. int8 1 / 1, int16 2 / 2
  28. int 4 / 4, long 4 / 4
  29. int32 4 / 4, int64 8 / 8
  30. float 4 / 4, double 8 / 8, ldouble 16 / 16
  31. pointer 8 / 8, page 4096
  32. Platform: Java Version: 1.8.0_73 (1.8.0u73), VM: Java HotSpot(TM) 64-Bit Server VM, Runtime: Java(TM) SE Runtime Environment
  33. Platform: Java Vendor: Oracle Corporation, http://java.oracle.com/, JavaSE: true, Java6: true, AWT enabled: true
  34. -----------------------------------------------------------------------------------------------------
  35. -----------------------------------------------------------------------------------------------------
  36. Package: com.jogamp.common
  37. Extension Name: com.jogamp.common
  38. Specification Title: GlueGen Java Bindings Generator
  39. Specification Vendor: JogAmp Community
  40. Specification Version: 2.3
  41. Implementation Title: GlueGen Run-Time
  42. Implementation Vendor: JogAmp Community
  43. Implementation Vendor ID: com.jogamp
  44. Implementation URL: http://jogamp.org/
  45. Implementation Version: 2.3.1
  46. Implementation Build: 2.3-b857-20150327
  47. Implementation Branch: origin/master
  48. Implementation Commit: f1eba171ddd887a2daa3dfa2ac90ac864c5b22d4
  49. -----------------------------------------------------------------------------------------------------
  50. -----------------------------------------------------------------------------------------------------
  51. Package: com.jogamp.nativewindow
  52. Extension Name: com.jogamp.opengl
  53. Specification Title: Java Bindings for OpenGL API Specification
  54. Specification Vendor: JogAmp Community
  55. Specification Version: 2.3
  56. Implementation Title: Java Bindings for OpenGL Runtime Environment
  57. Implementation Vendor: JogAmp Community
  58. Implementation Vendor ID: com.jogamp
  59. Implementation URL: http://jogamp.org/
  60. Implementation Version: 2.3.1
  61. Implementation Build: 2.3-b1391-20150327
  62. Implementation Branch: origin/master
  63. Implementation Commit: b142c7130c05c9c0ae97841b4ff626f528c45438
  64. -----------------------------------------------------------------------------------------------------
  65. -----------------------------------------------------------------------------------------------------
  66. Package: com.jogamp.opengl
  67. Extension Name: com.jogamp.opengl
  68. Specification Title: Java Bindings for OpenGL API Specification
  69. Specification Vendor: JogAmp Community
  70. Specification Version: 2.3
  71. Implementation Title: Java Bindings for OpenGL Runtime Environment
  72. Implementation Vendor: JogAmp Community
  73. Implementation Vendor ID: com.jogamp
  74. Implementation URL: http://jogamp.org/
  75. Implementation Version: 2.3.1
  76. Implementation Build: 2.3-b1391-20150327
  77. Implementation Branch: origin/master
  78. Implementation Commit: b142c7130c05c9c0ae97841b4ff626f528c45438
  79. -----------------------------------------------------------------------------------------------------
  80. GLDrawableFactory.static - Native OS Factory for: .windows: jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory
  81. SharedResourceRunner.start() - start new Thread - Haven main thread
  82. SharedResourceRunner.run(): STARTED - Haven main thread-SharedResourceRunner
  83. SharedResourceRunner.run(): READY - Haven main thread-SharedResourceRunner
  84. Info: EGLDrawableFactory: EGL ES2 - NOPE
  85. Info: EGLDrawableFactory: EGL ES1 - NOPE (ES1 lib)
  86. Info: EGLDrawableFactory: EGL GLn - NOPE (GLn lib)
  87. com.jogamp.opengl.GLException: No GLDrawableFactory available for profile: GLES2
  88. at com.jogamp.opengl.GLDrawableFactory.getFactoryImpl(GLDrawableFactory.java:451)
  89. at com.jogamp.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1781)
  90. at com.jogamp.opengl.GLProfile.access$000(GLProfile.java:79)
  91. at com.jogamp.opengl.GLProfile$1.run(GLProfile.java:229)
  92. at java.security.AccessController.doPrivileged(Native Method)
  93. at com.jogamp.opengl.GLProfile.initSingleton(GLProfile.java:215)
  94. at com.jogamp.opengl.GLProfile.getProfileMap(GLProfile.java:2272)
  95. at com.jogamp.opengl.GLProfile.get(GLProfile.java:987)
  96. at com.jogamp.opengl.GLProfile.getDefault(GLProfile.java:721)
  97. at haven.HavenPanel.stdcaps(HavenPanel.java:66)
  98. at haven.HavenPanel.<init>(HavenPanel.java:85)
  99. at haven.HavenPanel.<init>(HavenPanel.java:95)
  100. at haven.MainFrame.<init>(MainFrame.java:185)
  101. at haven.MainFrame.main2(MainFrame.java:385)
  102. at haven.MainFrame.access$100(MainFrame.java:37)
  103. at haven.MainFrame$7.run(MainFrame.java:428)
  104. at java.lang.Thread.run(Unknown Source)
  105. Info: GLProfile.init - EGL GLDrawable factory not available
  106. Info: GLProfile.init - Default device is desktop derived: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]
  107. WindowsProcessAffinity.set() - pid 0xffffffffffffffff - Haven main thread: OK true (werr 0), Affinity: procMask 0xff, sysMask 0xff -> 0x1
  108. Info: GLProfile.initProfilesForDevice: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]] (com.jogamp.nativewindow.windows.WindowsGraphicsDevice), isSet false, hasDesktopGLFactory true, hasEGLFactory false
  109. GLProfile.init map decon, desktopCtxUndef true, esCtxUndef true
  110. GLProfile.init map GLProfile[GL4bc/GL4bc.sw] on device decon
  111. GLProfile.init map defaultAny GLProfile[GL4bc/GL4bc.sw] on device decon
  112. GLProfile.init map GLProfile[GL3bc/GL3bc.sw] on device decon
  113. GLProfile.init map GLProfile[GL2/GL2.sw] on device decon
  114. GLProfile.init map GLProfile[GL4/GL4.sw] on device decon
  115. GLProfile.init map GLProfile[GL3/GL3.sw] on device decon
  116. GLProfile.init map *** no mapping for GLES3 on device decon
  117. GLProfile.init map GLProfile[GL4ES3/GL4bc.sw] on device decon
  118. GLProfile.init map GLProfile[GL2GL3/GL2.sw] on device decon
  119. GLProfile.init map *** no mapping for GLES2 on device decon
  120. GLProfile.init map GLProfile[GL2ES2/GL2.sw] on device decon
  121. GLProfile.init map *** no mapping for GLES1 on device decon
  122. GLProfile.init map GLProfile[GL2ES1/GL2.sw] on device decon
  123. SharedResourceRunner.getOrCreateShared() WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]: trying - Haven main thread
  124. [2]: jogamp.opengl.SharedResourceRunner.getOrCreateShared(SharedResourceRunner.java:188)
  125. [3]: jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory.getOrCreateSharedResourceImpl(WindowsWGLDrawableFactory.java:457)
  126. [4]: jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory.getOrCreateSharedResourceImpl(WindowsWGLDrawableFactory.java:88)
  127. [5]: jogamp.opengl.GLDrawableFactoryImpl.getOrCreateSharedResource(GLDrawableFactoryImpl.java:187)
  128. [6]: jogamp.opengl.GLDrawableFactoryImpl.createSharedResourceImpl(GLDrawableFactoryImpl.java:216)
  129. [7]: com.jogamp.opengl.GLDrawableFactory.createSharedResource(GLDrawableFactory.java:375)
  130. [8]: com.jogamp.opengl.GLProfile.initProfilesForDeviceCritical(GLProfile.java:1905)
  131. [9]: com.jogamp.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1866)
  132. [10]: com.jogamp.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1835)
  133. [11]: com.jogamp.opengl.GLProfile.access$000(GLProfile.java:79)
  134. [12]: com.jogamp.opengl.GLProfile$1.run(GLProfile.java:229)
  135. [13]: java.security.AccessController.doPrivileged(Native Method)
  136. [14]: com.jogamp.opengl.GLProfile.initSingleton(GLProfile.java:215)
  137. [15]: com.jogamp.opengl.GLProfile.getProfileMap(GLProfile.java:2272)
  138. [16]: com.jogamp.opengl.GLProfile.get(GLProfile.java:987)
  139. [17]: com.jogamp.opengl.GLProfile.getDefault(GLProfile.java:721)
  140. [18]: haven.HavenPanel.stdcaps(HavenPanel.java:66)
  141. [19]: haven.HavenPanel.<init>(HavenPanel.java:85)
  142. [20]: haven.HavenPanel.<init>(HavenPanel.java:95)
  143. [21]: haven.MainFrame.<init>(MainFrame.java:185)
  144. [22]: haven.MainFrame.main2(MainFrame.java:385)
  145. [23]: haven.MainFrame.access$100(MainFrame.java:37)
  146. [24]: haven.MainFrame$7.run(MainFrame.java:428)
  147. [25]: java.lang.Thread.run(Unknown Source)
  148. SharedResourceRunner.doAndWait() START init: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]], release: null - Haven main thread
  149. SharedResourceRunner.doAndWait() set command: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]], release: null - Haven main thread
  150. SharedResourceRunner.run(): WOKE UP for device connection init: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]], release: null - Haven main thread-SharedResourceRunner
  151. SharedResourceRunner.run(): create Shared for: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]] - Haven main thread-SharedResourceRunner
  152. Haven main thread-SharedResourceRunner: setRealized: drawable WindowsOnscreenWGLDrawable, surface GDISurface, isProxySurface true: false -> true
  153. [2]: jogamp.opengl.GLDrawableImpl.setRealized(GLDrawableImpl.java:184)
  154. [3]: jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(WindowsWGLDrawableFactory.java:342)
  155. [4]: jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:297)
  156. [5]: java.lang.Thread.run(Unknown Source)
  157. Haven main thread-SharedResourceRunner: WindowsWGLDrawable.setRealized(true): WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]], idx 0], pfdID 4, ARB-Choosen false,
  158. requested GLCaps[rgba 8/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[.]],
  159. chosen GLCaps[wgl vid 4 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[.]]]
  160. Haven main thread-SharedResourceRunner: GLContext.resetStates(isInit true)
  161. Haven main thread-SharedResourceRunner: WindowsWGLContext.createImpl: START GLCaps[wgl vid 4 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[.]], share 0x0
  162. Haven main thread-SharedResourceRunner: Use ARB[avail[disabled false, quirk false], bitmap false -> true], shared false]
  163. Haven main thread-SharedResourceRunner: GLContext.setGLFuncAvail: Given WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]] - 0.0 (Compat profile, compat[], hardware) - 1.1.0, Number(Str) 1.1.0
  164. Haven main thread-SharedResourceRunner: GLContext.setGLFuncAvail: Pre version verification - expected 0.0 (Compat profile, compat[], hardware), strictMatch false, glVersionsMapping true
  165. Haven main thread-SharedResourceRunner: GLContext.setGLFuncAvail: Version verification (Int): String 1.1.0, Number(Int) 0.0.0
  166. Haven main thread-SharedResourceRunner: GLContext.setGLFuncAvail: Version verification (String): String 1.1.0, Number(Str) 1.1.0
  167. Haven main thread-SharedResourceRunner: GLContext.setGLFuncAvail: Post version verification req 0.0 (Compat profile, compat[], hardware) -> has 1.1 (Compat profile, compat[], hardware), strictMatch false, versionValidated true, versionGL3IntOK false
  168. Quirk: NoDoubleBufferedBitmap: cause: OS WINDOWS
  169. Quirks local.0: [NoDoubleBufferedBitmap]
  170. Quirks local.X: [NoDoubleBufferedBitmap]
  171. Quirks sticky on WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]: []
  172. Haven main thread-SharedResourceRunner: GLContext.setGLFuncAvail.0 validated FQN: .windows_decon_0-0x1010042 - 1.1 (Compat profile, compat[], software) - 1.1.0
  173. Haven main thread-SharedResourceRunner: Initializing WGL extension address table: WGL-.windows_decon_0
  174. Haven main thread-SharedResourceRunner: GLContext WGL ProcAddressTable mapping key(WGL-.windows_decon_0) -> 0x1cc48ff1
  175. Haven main thread-SharedResourceRunner: GLContext GL ProcAddressTable mapping key(.windows_decon_0-0x1010042) -> 0x587c8ab
  176. Info: setGL (OpenGL null): Haven main thread-SharedResourceRunner, <null> -> GL4bcImpl, jogamp.opengl.gl4.GL4bcImpl@c1f69e
  177. [2]: jogamp.opengl.GLContextImpl.setGL(GLContextImpl.java:347)
  178. [3]: jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1731)
  179. [4]: jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:330)
  180. [5]: jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:759)
  181. [6]: jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:642)
  182. [7]: jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:580)
  183. [8]: jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(WindowsWGLDrawableFactory.java:348)
  184. [9]: jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:297)
  185. [10]: java.lang.Thread.run(Unknown Source)
  186. Haven main thread-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching init jogamp.opengl.gl4.GL4bcImpl@c1f69e, OpenGL 1.1 (Compat profile, compat[], software) - 1.1.0
  187. Haven main thread-SharedResourceRunner:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL 1.1 (Compat profile, compat[], software) - 1.1.0, use glGetString
  188. Haven main thread-SharedResourceRunner:ExtensionAvailabilityCache: GL_EXTENSIONS: 3, used glGetString
  189. Haven main thread-SharedResourceRunner:ExtensionAvailabilityCache: GLX_EXTENSIONS: 0
  190. Haven main thread-SharedResourceRunner:ExtensionAvailabilityCache: GL vendor: Microsoft Corporation
  191. Haven main thread-SharedResourceRunner:ExtensionAvailabilityCache: ALL EXTENSIONS: 3
  192. Haven main thread-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_1 to known extensions
  193. Haven main thread-SharedResourceRunner:ExtensionAvailabilityCache: Added GL_VERSION_1_0 to known extensions
  194. Haven main thread-SharedResourceRunner: GLContext GL ExtensionAvailabilityCache mapping key(.windows_decon_0-0x1010042) -> 0x4cc13779 - entries: 6
  195. Haven main thread-SharedResourceRunner: GLContext.setGLFuncAvail.X: OK .windows_decon_0-0x1010042 - 1.1 (Compat profile, compat[], software) - glErr 0x500
  196. Haven main thread-SharedResourceRunner: createImpl: NOT OK (ARB, initial) - extension not available - share 0x0, isProcCreateContextAttribsARBAvailable false, isExtGLXARBCreateContextAvailable false
  197. Haven main thread-SharedResourceRunner: createImpl ARB not used[avail true, tried false], fall back to !ARB context 1.1 (Compat profile, compat[], software) - 1.1.0
  198. Haven main thread-SharedResourceRunner: createImpl: OK (old) share 0x0
  199. Haven main thread-SharedResourceRunner: Create GL context OK: For jogamp.opengl.windows.wgl.WindowsWGLContext - 1.1 (Compat profile, compat[], software) - 1.1.0 - obj 0x6852ceba, ctx 0x10000, isShared false, surf true 0x53010f72, <6db7f7a5, 4248c10>[count 1, qsz 0, owner <Haven main thread-SharedResourceRunner>]
  200. GLContext.mapAvailableGLVersion: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]: 2.0 (Compat profile, compat[], hardware) -> 1.1 (Compat profile, compat[], software)
  201. GLContext.mapAvailableGLVersion: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]: 2.0 (Core profile, compat[], hardware) -> 1.1 (Compat profile, compat[], software)
  202. Haven main thread-SharedResourceRunner: createContextARB: SET mappedVersionsAvailableSet .windows_decon_0
  203. .windows_decon_0-0x2020000: 1.1 (Compat profile, compat[], software)
  204. .windows_decon_0-0x2040000: 1.1 (Compat profile, compat[], software)
  205. Haven main thread-SharedResourceRunner: createContextOLD-MapVersionsAvailable HAVE: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]] -> 2.2 -> 1.1 (Compat profile, compat[], software) - 1.1.0
  206. GLDebugMessageHandler.init(false)
  207. GLDebugMessageHandler: GL DEBUG not set in ARB ctx options: 1.1 (Compat profile, compat[], software) - 1.1.0
  208. GLDebugMessageHandler.init(false) .. n/a
  209. Quirk: NoSurfacelessCtx -> WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]: cause: probe
  210. SharedDevice: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]
  211. SharedScreen: DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]], idx 0]
  212. SharedContext: WindowsWGLContext [Version 1.1 (Compat profile, compat[], software) - 1.1.0 [GL 1.1.0, vendor 0.0.0 (n/a)], options 0x42, this 0x6852ceba, handle 0x10000, isShared false, jogamp.opengl.gl4.GL4bcImpl@c1f69e,
  213. quirks: [NoDoubleBufferedBitmap, NoSurfacelessCtx],
  214. Drawable: WindowsOnscreenWGLDrawable[Realized true,
  215. Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@79309884,
  216. Handle 0x53010f72,
  217. Surface GDISurface[ displayHandle 0x0
  218. , surfaceHandle 0x53010f72
  219. , size 64x64
  220. , UOB[ OWNS_SURFACE | WINDOW_INVISIBLE ]
  221. , WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]], idx 0], pfdID 4, ARB-Choosen false,
  222. requested GLCaps[rgba 8/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[.]],
  223. chosen GLCaps[wgl vid 4 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[.]]]
  224. , surfaceLock <2b6842d8, b8c0fa9>[count 1, qsz 0, owner <Haven main thread-SharedResourceRunner>]
  225. , GDIDummyUpstreamSurfaceHook[pixel 64x64]
  226. , upstreamSurface false ]]] , madeCurrent true
  227. allowsSurfacelessCtx false
  228. pixelformat: false
  229. multisample: false
  230. pbuffer: false
  231. readDrawable: false
  232. SharedResourceRunner.run(): READY - Haven main thread-SharedResourceRunner
  233. SharedResourceRunner.initializeAndWait END init: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]], release: null - Haven main thread
  234. SharedResourceRunner.getOrCreateShared() WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]: success - Haven main thread
  235. GLProfile.initProfilesForDevice: WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]: desktop Shared Ctx true
  236. GLProfile.init map decon, desktopCtxUndef false, esCtxUndef false
  237. GLProfile.init map *** no mapping for GL4bc on device decon
  238. GLProfile.init map *** no mapping for GL3bc on device decon
  239. GLProfile.init map GLProfile[GL2/GL2.sw] on device decon
  240. GLProfile.init map defaultAny GLProfile[GL2/GL2.sw] on device decon
  241. GLProfile.init map *** no mapping for GL4 on device decon
  242. GLProfile.init map *** no mapping for GL3 on device decon
  243. GLProfile.init map *** no mapping for GLES3 on device decon
  244. GLProfile.init map *** no mapping for GL4ES3 on device decon
  245. GLProfile.init map GLProfile[GL2GL3/GL2.sw] on device decon
  246. GLProfile.init map *** no mapping for GLES2 on device decon
  247. GLProfile.init map GLProfile[GL2ES2/GL2.sw] on device decon
  248. GLProfile.init map *** no mapping for GLES1 on device decon
  249. GLProfile.init map GLProfile[GL2ES1/GL2.sw] on device decon
  250. Haven main thread: createContextARB: SET mappedVersionsAvailableSet .windows_decon_0
  251. .windows_decon_0-0x2020000: 1.1 (Compat profile, compat[], software)
  252. .windows_decon_0-0x2040000: 1.1 (Compat profile, compat[], software)
  253. GLProfile.initProfilesForDevice: decon: added profile(s): desktop true, egl false
  254. GLProfile.initProfilesForDevice: decon: Natives[GL4bc false, GL4 false, GLES3 false, GL3bc false, GL3 false, GL2 true [1.1 (Compat profile, compat[], software)], GLES2 false, GLES1 false, count 1 / 8], Common[, GL4ES3 false, GL2GL3 true, GL2ES2 true, GL2ES1 true], Mappings[GL2ES1 GLProfile[GL2ES1/GL2.sw], GL2ES2 GLProfile[GL2ES2/GL2.sw], GL2 GLProfile[GL2/GL2.sw], GL2GL3 GLProfile[GL2GL3/GL2.sw], , default GLProfile[GL2/GL2.sw], count 4 / 12]
  255. GLProfile.dumpGLInfo: WindowsWGLContext [Version 1.1 (Compat profile, compat[], software) - 1.1.0 [GL 1.1.0, vendor 0.0.0 (n/a)], options 0x42, this 0x6852ceba, handle 0x10000, isShared false, jogamp.opengl.gl4.GL4bcImpl@c1f69e,
  256. quirks: [NoDoubleBufferedBitmap, NoSurfacelessCtx],
  257. Drawable: WindowsOnscreenWGLDrawable[Realized true,
  258. Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@79309884,
  259. Handle 0x0,
  260. Surface GDISurface[ displayHandle 0x0
  261. , surfaceHandle 0x0
  262. , size 64x64
  263. , UOB[ OWNS_SURFACE | WINDOW_INVISIBLE ]
  264. , WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]], idx 0], pfdID 4, ARB-Choosen false,
  265. requested GLCaps[rgba 8/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[.]],
  266. chosen GLCaps[wgl vid 4 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[.]]]
  267. , surfaceLock <2b6842d8, b8c0fa9>[count 0, qsz 0, owner <NULL>]
  268. , GDIDummyUpstreamSurfaceHook[pixel 64x64]
  269. , upstreamSurface false ]]]
  270. -----------------------------------------------------------------------------------------------------
  271. WindowsGraphicsDevice[type .windows, connection decon]:
  272. Natives
  273. GL4bc false
  274. GL4 false
  275. GLES3 false
  276. GL3bc false
  277. GL3 false
  278. GL2 true [1.1 (Compat profile, compat[], software)]
  279. GLES2 false
  280. GLES1 false
  281. Count 1 / 8
  282. Common
  283. GL4ES3 false
  284. GL2GL3 true
  285. GL2ES2 true
  286. GL2ES1 true
  287. Mappings
  288. GL2ES1 GLProfile[GL2ES1/GL2.sw]
  289. GL2ES2 GLProfile[GL2ES2/GL2.sw]
  290. GL2 GLProfile[GL2/GL2.sw]
  291. GL2GL3 GLProfile[GL2GL3/GL2.sw]
  292. default GLProfile[GL2/GL2.sw]
  293. Count 4 / 12
  294.  
  295. Swap Interval -1
  296. GL Profile GLProfile[GL2/GL2.sw]
  297. GL Version 1.1 (Compat profile, compat[], software) - 1.1.0 [GL 1.1.0, vendor 0.0.0 (n/a)]
  298. Quirks [NoDoubleBufferedBitmap, NoSurfacelessCtx]
  299. Impl. class jogamp.opengl.gl4.GL4bcImpl
  300. GL_VENDOR Microsoft Corporation
  301. GL_RENDERER GDI Generic
  302. GL_VERSION 1.1.0
  303. GLSL false, has-compiler-func: false
  304. GL FBO: basic false, full false
  305. GL_EXTENSIONS 3
  306. GLX_EXTENSIONS 0
  307. -----------------------------------------------------------------------------------------------------
  308. GLCaps[wgl vid 1 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  309. GLCaps[wgl vid 2 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  310. GLCaps[wgl vid 3 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  311. GLCaps[wgl vid 4 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  312. GLCaps[wgl vid 5 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  313. GLCaps[wgl vid 6 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  314. GLCaps[wgl vid 7 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  315. GLCaps[wgl vid 8 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  316. GLCaps[wgl vid 9 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  317. GLCaps[wgl vid 10 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  318. GLCaps[wgl vid 11 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  319. GLCaps[wgl vid 12 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  320. GLCaps[wgl vid 13 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  321. GLCaps[wgl vid 14 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  322. GLCaps[wgl vid 17 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  323. GLCaps[wgl vid 18 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  324. WindowsProcessAffinity.reset() - pid 0xffffffffffffffff - Haven main thread: OK true (werr 0), Affinity: 0x1 -> procMask 0xff
  325. GLProfile.init addedAnyProfile true (desktop: true, egl false)
  326. GLProfile.init isAWTAvailable true
  327. GLProfile.init hasDesktopGLFactory true
  328. GLProfile.init hasGL234Impl true
  329. GLProfile.init hasEGLFactory false
  330. GLProfile.init hasGLES1Impl false
  331. GLProfile.init hasGLES3Impl false
  332. GLProfile.init defaultDevice WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]
  333. GLProfile.init defaultDevice Desktop WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]
  334. GLProfile.init defaultDevice EGL null
  335. GLProfile.init profile order [GL4bc, GL3bc, GL2, GL4, GL3, GLES3, GL4ES3, GL2GL3, GLES2, GL2ES2, GLES1, GL2ES1]
  336. GLProfiles on device WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]
  337. Natives
  338. GL4bc false
  339. GL4 false
  340. GLES3 false
  341. GL3bc false
  342. GL3 false
  343. GL2 true [1.1 (Compat profile, compat[], software)]
  344. GLES2 false
  345. GLES1 false
  346. Count 1 / 8
  347. Common
  348. GL4ES3 false
  349. GL2GL3 true
  350. GL2ES2 true
  351. GL2ES1 true
  352. Mappings
  353. GL2ES1 GLProfile[GL2ES1/GL2.sw]
  354. GL2ES2 GLProfile[GL2ES2/GL2.sw]
  355. GL2 GLProfile[GL2/GL2.sw]
  356. GL2GL3 GLProfile[GL2GL3/GL2.sw]
  357. default GLProfile[GL2/GL2.sw]
  358. Count 4 / 12
  359.  
  360.  
  361. Desktop Capabilities:
  362. GLCaps[wgl vid 1 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  363. GLCaps[wgl vid 2 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  364. GLCaps[wgl vid 3 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  365. GLCaps[wgl vid 4 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  366. GLCaps[wgl vid 5 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  367. GLCaps[wgl vid 6 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  368. GLCaps[wgl vid 7 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  369. GLCaps[wgl vid 8 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  370. GLCaps[wgl vid 9 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  371. GLCaps[wgl vid 10 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  372. GLCaps[wgl vid 11 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  373. GLCaps[wgl vid 12 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  374. GLCaps[wgl vid 13 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  375. GLCaps[wgl vid 14 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  376. GLCaps[wgl vid 17 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  377. GLCaps[wgl vid 18 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  378.  
  379. EGL Capabilities:
  380. none
  381.  
  382.  
  383. -----------------------------------------------------------------------------------------------------
  384. Package: com.jogamp.opengl
  385. Extension Name: com.jogamp.opengl
  386. Specification Title: Java Bindings for OpenGL API Specification
  387. Specification Vendor: JogAmp Community
  388. Specification Version: 2.3
  389. Implementation Title: Java Bindings for OpenGL Runtime Environment
  390. Implementation Vendor: JogAmp Community
  391. Implementation Vendor ID: com.jogamp
  392. Implementation URL: http://jogamp.org/
  393. Implementation Version: 2.3.1
  394. Implementation Build: 2.3-b1391-20150327
  395. Implementation Branch: origin/master
  396. Implementation Commit: b142c7130c05c9c0ae97841b4ff626f528c45438
  397. -----------------------------------------------------------------------------------------------------
  398. GLProfiles on device WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLock[obj 0x285bf67b]]
  399. Natives
  400. GL4bc false
  401. GL4 false
  402. GLES3 false
  403. GL3bc false
  404. GL3 false
  405. GL2 true [1.1 (Compat profile, compat[], software)]
  406. GLES2 false
  407. GLES1 false
  408. Count 1 / 8
  409. Common
  410. GL4ES3 false
  411. GL2GL3 true
  412. GL2ES2 true
  413. GL2ES1 true
  414. Mappings
  415. GL2ES1 GLProfile[GL2ES1/GL2.sw]
  416. GL2ES2 GLProfile[GL2ES2/GL2.sw]
  417. GL2 GLProfile[GL2/GL2.sw]
  418. GL2GL3 GLProfile[GL2GL3/GL2.sw]
  419. default GLProfile[GL2/GL2.sw]
  420. Count 4 / 12
  421.  
  422.  
  423. Desktop Capabilities:
  424. GLCaps[wgl vid 1 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  425. GLCaps[wgl vid 2 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  426. GLCaps[wgl vid 3 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  427. GLCaps[wgl vid 4 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  428. GLCaps[wgl vid 5 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  429. GLCaps[wgl vid 6 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  430. GLCaps[wgl vid 7 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  431. GLCaps[wgl vid 8 gdi: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  432. GLCaps[wgl vid 9 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  433. GLCaps[wgl vid 10 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo, bitmap]]
  434. GLCaps[wgl vid 11 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  435. GLCaps[wgl vid 12 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, dbl, mono , sw, GLProfile[GL2/GL2.sw], on-scr[fbo]]
  436. GLCaps[wgl vid 13 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  437. GLCaps[wgl vid 14 gdi: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  438. GLCaps[wgl vid 17 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 32/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  439. GLCaps[wgl vid 18 gdi: rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/8/0, one, mono , sw, GLProfile[GL2/GL2.sw], offscr[bitmap]]
  440.  
  441. EGL Capabilities:
  442. none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement