Re: [PATCH xcb] Fix hanging issue in _XReply

2018-02-19 Thread Arthur Huillet
No opinion on the patch, but do you have a small reproducer app to expose the problem? I've debugged something similar in the past, without much success (or interest). Thanks, -- A. Huillet ___ xorg-devel@lists.x.org: X.Org development Archives: http:

Re: [PATCH libX11] _XDefaultError: set XlibDisplayIOError flag before calling exit

2017-02-21 Thread Arthur Huillet
With Jamey's review and Julien's questions answered, would someone please push that change to libX11, unless there are objections to the patch? Thank you -- A. Huillet On 2017-02-02 9:45, Arthur Huillet wrote: On Thu, 2 Feb 2017 09:05:03 +0100 Julien Cristau wrote: On Wed, Feb

Re: [PATCH libX11] _XDefaultError: set XlibDisplayIOError flag before calling exit

2017-02-02 Thread Arthur Huillet
On Thu, 2 Feb 2017 09:05:03 +0100 Julien Cristau wrote: > On Wed, Feb 1, 2017 at 15:02:41 +0100, arthur.huil...@free.fr wrote: > > > It is legal for an application to make Xlib calls during _fini, and that is > > useful for an OpenGL driver to avoid resource leaks on the X server side, > > fo

Re: [PATCH libX11] _XDefaultError: set XlibDisplayIOError flag before calling exit

2017-02-01 Thread Arthur Huillet
On Wed, 1 Feb 2017 12:23:30 -0800 Jamey Sharp wrote: > On Feb 1, 2017 9:23 AM, "Arthur Huillet" wrote: > > On Wed, 1 Feb 2017 09:12:47 -0800 > Jamey Sharp wrote: > > I'm a little confused by the notes in the commit message about whether > this > &g

Re: [PATCH libX11] _XDefaultError: set XlibDisplayIOError flag before calling exit

2017-02-01 Thread Arthur Huillet
problem. What do you feel needs clarifying? Thanks, -- Arthur > > Thanks, > Jamey > > On Feb 1, 2017 6:02 AM, wrote: > > From: Arthur Huillet > > _XReply isn't reentrant, and it can lead to deadlocks when the default > error handler is called: _XDefau

[PATCH libX11] _XDefaultError: set XlibDisplayIOError flag before calling exit

2017-02-01 Thread arthur . huillet
From: Arthur Huillet _XReply isn't reentrant, and it can lead to deadlocks when the default error handler is called: _XDefaultError calls exit(1). It is called indirectly by _XReply when a X protocol error comes in that isn't filtered/handled by an extension or the application.

Re: Current DRI3 specification

2013-06-07 Thread Arthur Huillet
Hello, On Tue, 04 Jun 2013 16:51:33 -0700 "Keith Packard" wrote: > ┌─── > DRI3PixmapFromBuffer > pixmap: PIXMAP > drawable: DRAWABLE > size: CARD32 > width, height, stride: CARD16 > depth, bpp: CARD8 > buffer: FD > └─── > Errors: Alloc, Drawable, IDC

Re: about Xvideo support in glamor

2013-06-04 Thread Arthur Huillet
Hello, On Tue, 4 Jun 2013 16:05:04 +0800 "bradpitt" <362740...@qq.com> wrote: > I want to ask some questions about Xvideo. 1. What is the difference between > overlay video and textured video adaptor? 2. xf86-video-intel has > implemented overlay video adaptor and textured video adaptor. If I wa

Re: FOSDEM2013: DevRoom or not?

2012-09-28 Thread Arthur Huillet
Hello, I believe that the audience at FOSDEM might be interested in a general course about the graphics infrastructure under Linux. What I have in mind would be a talk that explains : what's X, why do we need it, what is so special about 3D applications that you need a "driver" to run any of them

Re: [Mesa-dev] Last chance: FOSDEM2012 speakers due today.

2011-10-02 Thread Arthur Huillet
On Sat, 1 Oct 2011 18:51:39 +0200 Luc Verhaegen wrote: > > A "Mesa/Gallium state of the art and perspectives" would be awesome! > > ... but who will step up to do it? The only way I can help: I hereby pledge to pay beer to any person who steps up to talk about Gallium3D or Wayland at FOSDEM 201

Re: [Mesa-dev] Reminder: FOSDEM2012 speakers due Okt 1st.

2011-09-26 Thread Arthur Huillet
Hi, I don't usually do "me too" mails but it's for a good cause... FOSDEM is one of the best places to talk to your users about the future of X. Would someone be willing and able to fill an hour talking about how Wayland is doing? On Mon, 26 Sep 2011 08:58:46 +0100 Ilyes Gouta wrote: > Hi, >

[PATCH] Add --output-index, to select an output with a numerical ID instead of a name or XID.

2011-03-10 Thread Arthur HUILLET
pgrade. Signed-off-by: Arthur HUILLET --- man/xrandr.man |3 +++ xrandr.c | 23 +++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/man/xrandr.man b/man/xrandr.man index ba36ae3..152990b 100644 --- a/man/xrandr.man +++ b/man/xrandr.man @@ -241,6 +24