rolling over for beta 9

This commit is contained in:
Ben Fry
2022-04-23 18:49:40 -04:00
parent 951d38eb39
commit a2def3dbdc
5 changed files with 130 additions and 125 deletions
+26
View File
@@ -1,3 +1,29 @@
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
X https://github.com/processing/processing4/issues/429
X https://github.com/processing/processing4/pull/433
X Renamed parameters controlling GL buffer settings
X https://github.com/processing/processing4/pull/435
X PShape performance could be improved using buffer object streaming
X https://github.com/processing/processing4/issues/196
X done earlier, but finalized in beta 7
1282 (4.0b7)
X rename jAppleMenuBar, make part of build process
X should just merge into ThinkDifferent
+1 -24
View File
@@ -1,27 +1,4 @@
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
X https://github.com/processing/processing4/issues/429
X https://github.com/processing/processing4/pull/433
X Renamed parameters controlling GL buffer settings
X https://github.com/processing/processing4/pull/435
X PShape performance could be improved using buffer object streaming
X https://github.com/processing/processing4/issues/196
X done earlier, but finalized in beta 7
1284 (4.0b9)
_ concurrent StringDict et al