mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
rolling over for beta 9
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user