[Pkg-erlang-commits] r1978 - in wings3d/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Nov 27 06:35:44 UTC 2017
Author: sgolovan
Date: 2017-11-27 06:35:44 +0000 (Mon, 27 Nov 2017)
New Revision: 1978
Added:
wings3d/trunk/debian/patches/fsaa.diff
Modified:
wings3d/trunk/debian/changelog
wings3d/trunk/debian/patches/series
Log:
[wings3d]
* Disable full scene antialiasing because it makes Wings 3D crash on
Wayland and/or certiang hardware which doesn't suppor FSAA
(closes: #861086).
Modified: wings3d/trunk/debian/changelog
===================================================================
--- wings3d/trunk/debian/changelog 2017-11-27 06:03:12 UTC (rev 1977)
+++ wings3d/trunk/debian/changelog 2017-11-27 06:35:44 UTC (rev 1978)
@@ -1,8 +1,10 @@
-wings3d (2.1.5-3) UNRELEASED; urgency=medium
+wings3d (2.1.5-3) unstable; urgency=medium
- * NOT RELEASED YET
+ * Disable full scene antialiasing because it makes Wings 3D crash on
+ Wayland and/or certiang hardware which doesn't suppor FSAA
+ (closes: #861086).
- -- Sergei Golovan <sgolovan at debian.org> Tue, 08 Aug 2017 00:58:43 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 27 Nov 2017 09:34:33 +0300
wings3d (2.1.5-2) unstable; urgency=medium
Added: wings3d/trunk/debian/patches/fsaa.diff
===================================================================
--- wings3d/trunk/debian/patches/fsaa.diff (rev 0)
+++ wings3d/trunk/debian/patches/fsaa.diff 2017-11-27 06:35:44 UTC (rev 1978)
@@ -0,0 +1,18 @@
+From: Sergei Golovan <sgolovan at debian.org>
+Subject: Patch disables Full Scene Antialiasing because it makes Wings3D
+ crash on certain hardware/software.
+Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861086
+Bug: http://www.wings3d.com/forum/showthread.php?tid=2503
+
+
+--- a/src/wings_gl.erl
++++ b/src/wings_gl.erl
+@@ -56,8 +56,6 @@
+ ?WX_GL_MIN_RED,8,?WX_GL_MIN_GREEN,8,?WX_GL_MIN_BLUE,8,
+ ?WX_GL_DEPTH_SIZE, 24, ?WX_GL_STENCIL_SIZE, 8,
+ ?WX_GL_DOUBLEBUFFER,
+- ?WX_GL_SAMPLE_BUFFERS,1,
+- ?WX_GL_SAMPLES, 4,
+ 0]}.
+
+ window(Parent, Context, Connect, Show) ->
Modified: wings3d/trunk/debian/patches/series
===================================================================
--- wings3d/trunk/debian/patches/series 2017-11-27 06:03:12 UTC (rev 1977)
+++ wings3d/trunk/debian/patches/series 2017-11-27 06:35:44 UTC (rev 1978)
@@ -2,3 +2,4 @@
stl.diff
include.diff
e20.diff
+fsaa.diff
More information about the Pkg-erlang-commits
mailing list