summaryrefslogtreecommitdiff
path: root/math/asymptote/files
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2018-06-29 18:09:14 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2018-06-29 18:09:14 +0000
commit50fb87c4dc8f3f54ebea2806dc53075615a6289f (patch)
tree3680aa73e12250e225198dd6f2c83874188761d8 /math/asymptote/files
parentUse a unified packing list for base/binutils. (diff)
math/asymptote: add pkg-message for asymptote's rendering issue in 3D
Asymptote with enabled hardware acceleration produces incorrect rendered figures in 3D. It is proven that asy has problems with the xf86-video-intel driver. To successfully process 3D figures or examples, it is necessary to always use software rendering. % env LIBGL_ALWAYS_SOFTWARE=1 asy sample.asy PR: 229043 Submitted by: cpm Approved by: nivit (maintainer timeout, 2 weeks)
Diffstat (limited to 'math/asymptote/files')
-rw-r--r--math/asymptote/files/pkg-message.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/math/asymptote/files/pkg-message.in b/math/asymptote/files/pkg-message.in
new file mode 100644
index 000000000000..8ca839a27474
--- /dev/null
+++ b/math/asymptote/files/pkg-message.in
@@ -0,0 +1,9 @@
+
+Asymptote with enabled hardware acceleration produces incorrect rendered
+figures in 3D. It is proven that asy has problems with the xf86-video-intel
+driver.
+
+To successfully process 3D figures or examples, it is necessary to always
+use software rendering.
+
+% env LIBGL_ALWAYS_SOFTWARE=1 asy sample.asy