summaryrefslogtreecommitdiff
path: root/graphics/asymptote/ReleaseNotes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-21 03:00:45 +0000
committerNorbert Preining <norbert@preining.info>2019-10-21 03:00:45 +0000
commit7da4243862494d1fc7478956362f4da6d80f4f7e (patch)
tree30922972d98c2056ecbed0a1c43b3b3a3758bf58 /graphics/asymptote/ReleaseNotes
parent8fa38617045e3aa88b163fdc2fd683d72559b6d5 (diff)
CTAN sync 201910210300
Diffstat (limited to 'graphics/asymptote/ReleaseNotes')
-rw-r--r--graphics/asymptote/ReleaseNotes11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/asymptote/ReleaseNotes b/graphics/asymptote/ReleaseNotes
index c03beb3805..136c9c798b 100644
--- a/graphics/asymptote/ReleaseNotes
+++ b/graphics/asymptote/ReleaseNotes
@@ -1,3 +1,14 @@
+Release Notes for Version 2.59
+
+OpenGL memory allocation and transparency bugs introduced in version 2.54 were
+fixed. Rendering efficiency was improved. In view of limited GPU resources,
+only the required material uniforms are passed to each shader.
+The WebGL vertex and fragment shaders have been moved to the asygl library.
+Multiple embedded images now share a single WebGL context and shaders,
+to work around browser limitations. A bug in 3D arrows was fixed.
+Unavailable material attributes are now ignored. Miscellaneous Python support
+files were ported to Python3. The obsolete maxvertices setting was removed.
+
Release Notes for Version 2.58
Intersection points in geometry.asy are now returned in currentcoordsys;