Skip to content

Commit

Permalink
fixes incorporated for JOGL on ARM (resolves #370)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Apr 23, 2022
1 parent 2734f89 commit e1f42cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
value="https://download.processing.org/jogl/v2.4.0-rc-20210111" />
-->
<property name="jogl.url"
value="https://download.processing.org/jogl/v2.4.0-rc-20210111x" />
value="https://download.processing.org/jogl/v2.4.0-rc-20210111y" />

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

Expand Down
25 changes: 12 additions & 13 deletions core/todo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
1283 (4.0b8)
X lots of OpenGL updates

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

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


macos-aarch64
_ JOGL is broken on aarch64
_ https://github.com/processing/processing4/issues/370
_ jogl build for m1
_ https://github.com/processing/processing4/issues/128
_ https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-td4040887.html
_ https://github.com/jzy3d/jogl/blob/feature/macosx-arm64/HOW-TO-ADD-ARM64-TO-2.4.md
_ direct link to our reference https://github.com/jzy3d/jogl/blob/c43709921f9a616880782646ca7681a9eadee091/HOW-TO-ADD-ARM64-TO-2.4.md

X incorporated patches
X https://github.com/jzy3d/jogl/pull/17/files
X https://github.com/jzy3d/jogl/pull/16/files

_ concurrent StringDict et al
_ why no concurrent TreemMap? https://stackoverflow.com/a/17656453
_ https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentSkipListMap.html
Expand Down

0 comments on commit e1f42cc

Please sign in to comment.