Skip to content

Commit e1f42cc

Browse files
committed
fixes incorporated for JOGL on ARM (resolves #370)
1 parent 2734f89 commit e1f42cc

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

core/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
value="https://download.processing.org/jogl/v2.4.0-rc-20210111" />
3838
-->
3939
<property name="jogl.url"
40-
value="https://download.processing.org/jogl/v2.4.0-rc-20210111x" />
40+
value="https://download.processing.org/jogl/v2.4.0-rc-20210111y" />
4141

4242
<available file="library/jogl-all.jar" property="jogl.present" />
4343

core/todo.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
1283 (4.0b8)
2+
X lots of OpenGL updates
23

4+
macos-aarch64
5+
X JOGL is broken on aarch64
6+
X https://github.com/processing/processing4/issues/370
7+
X jogl build for m1
8+
X https://github.com/processing/processing4/issues/128
9+
X https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-td4040887.html
10+
X https://github.com/jzy3d/jogl/blob/feature/macosx-arm64/HOW-TO-ADD-ARM64-TO-2.4.md
11+
X direct link to our reference https://github.com/jzy3d/jogl/blob/c43709921f9a616880782646ca7681a9eadee091/HOW-TO-ADD-ARM64-TO-2.4.md
12+
X incorporated patches to make it work
13+
X https://github.com/jzy3d/jogl/pull/17/files
14+
X https://github.com/jzy3d/jogl/pull/16/files
315

416
andres
517
X filter() calls with high pixel density in OpenGL make a tiny texture
@@ -12,19 +24,6 @@ X https://github.com/processing/processing4/issues/196
1224
X done earlier, but finalized in beta 7
1325

1426

15-
macos-aarch64
16-
_ JOGL is broken on aarch64
17-
_ https://github.com/processing/processing4/issues/370
18-
_ jogl build for m1
19-
_ https://github.com/processing/processing4/issues/128
20-
_ https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-td4040887.html
21-
_ https://github.com/jzy3d/jogl/blob/feature/macosx-arm64/HOW-TO-ADD-ARM64-TO-2.4.md
22-
_ direct link to our reference https://github.com/jzy3d/jogl/blob/c43709921f9a616880782646ca7681a9eadee091/HOW-TO-ADD-ARM64-TO-2.4.md
23-
24-
X incorporated patches
25-
X https://github.com/jzy3d/jogl/pull/17/files
26-
X https://github.com/jzy3d/jogl/pull/16/files
27-
2827
_ concurrent StringDict et al
2928
_ why no concurrent TreemMap? https://stackoverflow.com/a/17656453
3029
_ https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentSkipListMap.html

0 commit comments

Comments
 (0)