Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2017 05:53:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 217664] [DRI3] OpenGL applications crash in brw_workaround_depthstencil_alignment()
Message-ID:  <bug-217664-7141-B86uDFR60g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217664-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217664-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217664

--- Comment #11 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
(In reply to Jan Beich (mail not working) from comment #6)
> Perhaps, Clang miscompiled it at some point but due to infrequent updates=
 the packages was never rebuilt

x11/libxshmfence requires PTHREAD_PROCESS_SHARED but FreeBSD only implement=
ed
it since 11.0-RELEASE (or base r296162). Essentially, DRI3 is broken on
anything below like /stable/10 branch. x11-drivers/xf86-video-intel still
defaults to DRI2, so the only concern is modesetting DDX which is enabled by
default if xorg.conf lacks Device section.

FWIW, NetBSD has patches to use POSIX named semaphores aka sem_open() et al.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217664-7141-B86uDFR60g>