1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
+ ./Bug1398macOSContextOpsOnMainThread /Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/MacOS/libjli.dylib
Bug1398macOSContextOpsOnMainThread.c:242:NSApplicationMain(): argv[1]:/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/MacOS/libjli.dylib
Bug1398macOSContextOpsOnMainThread.c:248:NSApplicationMain(): main.1
Bug1398macOSContextOpsOnMainThread.c:251:NSApplicationMain(): main.1.1
2020-02-19 21:35:33.383 Bug1398macOSContextOpsOnMainThread[1697:65492] init
Bug1398macOSContextOpsOnMainThread.c:253:NSApplicationMain(): main.1.2
Bug1398macOSContextOpsOnMainThread.c:255:NSApplicationMain(): main.1.3
Bug1398macOSContextOpsOnMainThread.c:258:NSApplicationMain(): main.1.5
Bug1398macOSContextOpsOnMainThread.c:182:create_jvm_thread(): create_jvm_thread.1.1
Bug1398macOSContextOpsOnMainThread.c:190:create_jvm_thread(): create_jvm_thread.1.2
Bug1398macOSContextOpsOnMainThread.c:194:create_jvm_thread(): create_jvm_thread.1.X
Bug1398macOSContextOpsOnMainThread.c:261:NSApplicationMain(): main.1.6
Bug1398macOSContextOpsOnMainThread.c:59:launchJava(): launchJava.1.1
Bug1398macOSContextOpsOnMainThread.c:74:launchJava(): launchJava.1.2
Bug1398macOSContextOpsOnMainThread.c:75:launchJava(): .. using CLASSPATH .:/Users/jogamp/projects/JogAmp/gluegen/build/gluegen-rt.jar:/Users/jogamp/projects/JogAmp/jogl/build/jar/jogl-all.jar
Bug1398macOSContextOpsOnMainThread.c:76:launchJava(): .. using LIBPATH /Users/jogamp/projects/JogAmp/gluegen/build/obj:/Users/jogamp/projects/JogAmp/jogl/build/lib
Bug1398macOSContextOpsOnMainThread.c:30:create_vm(): Found libjli.dylib
Bug1398macOSContextOpsOnMainThread.c:80:launchJava(): CreateVM:10ad85b80 env:700004022da8 vm_args:700004022d68
2020-02-19 21:35:33.502 Bug1398macOSContextOpsOnMainThread[1697:65492] App starting...
Bug1398macOSContextOpsOnMainThread.c:86:launchJava(): VM Created
Bug1398macOSContextOpsOnMainThread.c:89:launchJava(): launchJava.1.3
Bug1398macOSContextOpsOnMainThread.c:96:launchJava(): launchJava.1.4
Bug1398macOSContextOpsOnMainThread.c:101:launchJava(): launchJava.1.5
Java version: 1.8 (1.8.0_192)
classloader:sun.misc.Launcher$AppClassLoader@764c12b6
OS: Mac OS X 10.15.2 x86_64
w:1920 h:1080 rr:60 bits:32 dim.w:800 dim.h:600
gc.bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=1080]
dim: java.awt.Dimension[width=1920,height=1080]
Bug1398macOSContextOpsOnMainThread.c:103:launchJava(): Just passed NewObject()...
Bug1398macOSContextOpsOnMainThread.c:122:launchJava(): launchJava.1.X
Thread[AWT-EventQueue-0,6,main] RedSquareES2.init: tileRendererInUse null
RedSquareES2 init on Thread[AWT-EventQueue-0,6,main]
Chosen GLCapabilities: 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.hw], offscr[fbo]]
INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
Swap Interval 0
GL Profile GLProfile[GL2/GL2.hw]
GL Version 2.1 (Compat profile, arb, compat[], FBO, hardware) - 2.1 INTEL-14.3.9 [GL 2.1.0, vendor 14.3.9 (INTEL-14.3.9)]
Quirks [NoOffscreenBitmap, GL4NeedsGL3Request, NeedSharedObjectSync]
Impl. class jogamp.opengl.gl4.GL4bcImpl
GL_VENDOR Intel Inc.
GL_RENDERER Intel Iris OpenGL Engine
GL_VERSION 2.1 INTEL-14.3.9
GLSL true, has-compiler-func: true, version: 1.20 / 1.20.0
GL FBO: basic true, full true
GL_EXTENSIONS 128
GLX_EXTENSIONS 0
-----------------------------------------------------------------------------------------------------
ShaderState: attachShaderProgram: -1 -> 1 (enable: true)
null
ShaderProgram[id=1, linked=false, inUse=false, program: 1,
ShaderCode[id=1, type=VERTEX_SHADER, valid=true, shader: 2, source]
ShaderCode[id=2, type=FRAGMENT_SHADER, valid=true, shader: 3, source]]
Thread[AWT-EventQueue-0,6,main] RedSquareES2.init FIN
Thread[AWT-EventQueue-0,6,main] RedSquareES2.reshape 0/0 800x600 of 800x600, swapInterval 1, drawable 0x7fdd09c14d10, tileRendererInUse null
Thread[AWT-EventQueue-0,6,main] RedSquareES2.reshape FIN
2020-02-19 21:35:36.508 Bug1398macOSContextOpsOnMainThread[1697:65492] startUpCompletionOperation main thread? ANS - YES
Thread[AWT-EventQueue-0,6,main] RedSquareES2.dispose: tileRendererInUse null
Thread[AWT-EventQueue-0,6,main] RedSquareES2.dispose FIN
|