On Sun, Feb 19, 2017 at 08:29:22PM +0100, Dr.-Ing. Dieter Jurzitza wrote: > Dear listmembers, > I found the problem and I think I fixed it. Please validate & give a feedback > > OS: openSUSE Leap 42.2 > Result: server crash > > Due to the similarity of this problem and the one that had had been found > (and > fixed!) by Michel Dänzer I was capable to provide a fix that solves the issue > (for me...) > Due to my limited capabilities with regard to C-Programming someone more > experienced than I am ought to look over that (and probably improve!) > > Please consider the following patch: > > --- glamor/glamor_dash.c.original 2016-03-11 19:43:16.000000000 +0100 > +++ glamor/glamor_dash.c 2017-02-19 20:00:11.883218927 +0100 > @@ -32,6 +32,7 @@ > > static const char dash_vs_exec[] = > " dash_offset = primitive.z / dash_length;\n" > + " vec2 pos = vec2(0,0);\n" > GLAMOR_POS(gl_Position, primitive.xy); > > static const char dash_fs_vars[] =
Thanks! Could you please resend the patch to the list following the guidelines on https://www.x.org/wiki/Development/Documentation/SubmittingPatches/ Otherwise I'm afraid it will be ignored successfully. :-( CU, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany --------------------------------------------------------------- SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --------------------------------------------------------------- _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
