[PATCH xf86-video-modesetting 2/2] Properly identify DSI outputs

2013-11-25 Thread Thierry Reding
Newer Linux kernels support DSI outputs. To be able to identify them properly, add DSI to the list of output names. Signed-off-by: Thierry Reding tred...@nvidia.com --- src/drmmode_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index

[PATCH xf86-video-modesetting 1/2] Staticise output names

2013-11-25 Thread Thierry Reding
This array isn't used anywhere outside this file, so it can be made static. Signed-off-by: Thierry Reding tred...@nvidia.com --- src/drmmode_display.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/drmmode_display.c

Re: [PATCH] [RFC] socket activation code for xserver

2013-11-25 Thread Hans de Goede
Hi Łukasz, I'm a new member of Red Hat's graphics team. At the request of Peter Hutterer I've been looking at your systemd socket activation patches. Applying / building them was not a problem. My initial thought for testing socket activation was to write the necessary unit files and patch gdm

Re: [PATCH 0/4] xf86-video-intel DRI3 and Present patch series

2013-11-25 Thread Chris Wilson
On Wed, Nov 20, 2013 at 12:53:33PM -0800, Keith Packard wrote: Here's a series of patches which provide DRI3 and Present support in the Intel 2D driver. The first two patches pave the way by synthesizing 64-bit vblank counters and extending the DRM event handling to allow for both DRI2 and

Re: [PATCH] [RFC] socket activation code for xserver

2013-11-25 Thread Łukasz Stelmach
It was 2013-11-25 pon 13:46, when Hans de Goede wrote: Hi Łukasz, Hello, nice to ... meet you :-) I'm a new member of Red Hat's graphics team. At the request of Peter Hutterer I've been looking at your systemd socket activation patches. Applying / building them was not a problem. My

Re: [PATCH xf86-video-modesetting 1/2] Staticise output names

2013-11-25 Thread Aaron Plattner
On 11/25/13 03:49, Thierry Reding wrote: This array isn't used anywhere outside this file, so it can be made static. Signed-off-by: Thierry Reding tred...@nvidia.com --- src/drmmode_display.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git

[PATCH 1/2] dix: Pass EVENT_*_MASK flags to DoLeaveEnterEvents()

2013-11-25 Thread carlosg
From: Carlos Garnacho carl...@gnome.org This way the function can decide on whether sending Core and/or XI2 events through other means than the crossing mode. XI1 has no crossing events and is hence unhandled. One notable behavior change is that the XINotifyPassiveGrab/Ungrab modes are

Re: [PATCH xf86-video-modesetting 2/2] Properly identify DSI outputs

2013-11-25 Thread Aaron Plattner
Reviewed-by: Aaron Plattner aplatt...@nvidia.com On 11/25/13 03:49, Thierry Reding wrote: Newer Linux kernels support DSI outputs. To be able to identify them properly, add DSI to the list of output names. Signed-off-by: Thierry Reding tred...@nvidia.com --- src/drmmode_display.c | 1 + 1

Re: [PATCH] Xdmx: Initialize DMX extension even if not built with GLX support

2013-11-25 Thread Julien Cristau
On Sun, Nov 24, 2013 at 22:59:01 -0800, Alan Coopersmith wrote: dmxAddExtensions takes an argument to determine if it should just initialize the DMX extension, or both DMX GLX, but if GLX wasn't compiled in, the entire call was #ifdef'ed out, leaving the DMX extension unavailable.

[PATCH] Describe the library better in the README file

2013-11-25 Thread Keith Packard
Signed-off-by: Keith Packard kei...@keithp.com --- Is this better? README | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README b/README index 66b36f0..db193b7 100644 --- a/README +++ b/README @@ -1,4 +1,15 @@ -libxshmfence - Direct Rendering Infrastructure 3

Re: [PATCH] Describe the library better in the README file

2013-11-25 Thread Julien Cristau
On Mon, Nov 25, 2013 at 13:38:13 -0800, Keith Packard wrote: Signed-off-by: Keith Packard kei...@keithp.com --- Is this better? README | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) Looks good to me, thanks! Cheers, Julien

Re: [PATCH] present: Send GLX_BufferSwapComplete events from present extension

2013-11-25 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: This allows GL to support the GLX_INTEL_swap_event extension Signed-off-by: Keith Packard kei...@keithp.com There's a minor behavior change that the event now gets sent to the drawable owner rather than the caller of DRI2SwapBuffers. I don't expect it

Re: [PATCH] present: Send GLX_BufferSwapComplete events from present extension

2013-11-25 Thread Keith Packard
Eric Anholt e...@anholt.net writes: There's a minor behavior change that the event now gets sent to the drawable owner rather than the caller of DRI2SwapBuffers. Yeah, probably not ideal, especially when the GLX drawable is created using the window XID (as is the case for some older GLX

Re: [PATCH 2/2] dix: Use XINotifyPassiveGrab/Ungrab on button passive grab crossings

2013-11-25 Thread Peter Hutterer
On Mon, Nov 25, 2013 at 06:14:38PM +0100, carl...@gnome.org wrote: From: Carlos Garnacho carl...@gnome.org XI2 clients were getting crossing events with XINotifyGrab/Ungrab modes whenever a passive button grab was triggered, even though XI2 provides XINotifyPassiveGrab/Ungrab for these

Re: [PATCH] [RFC] socket activation code for xserver

2013-11-25 Thread Hans de Goede
Hi, On 11/25/2013 03:24 PM, Łukasz Stelmach wrote: It was 2013-11-25 pon 14:49, when Łukasz Stelmach wrote: It was 2013-11-25 pon 13:46, when Hans de Goede wrote: Hi Łukasz, Hello, nice to ... meet you :-) I'm a new member of Red Hat's graphics team. At the request of Peter Hutterer I've

[PATCH:xbacklight 2/2] Add -version option to print program version

2013-11-25 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- man/xbacklight.man |2 ++ xbacklight.c | 11 +++ 2 files changed, 13 insertions(+) diff --git a/man/xbacklight.man b/man/xbacklight.man index c3aa48e..5a10d6a 100644 --- a/man/xbacklight.man +++

[PATCH:xbacklight 1/2] Print which option was in error along with usage message

2013-11-25 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- xbacklight.c | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/xbacklight.c b/xbacklight.c index 214bd32..4f384cc 100644 --- a/xbacklight.c +++ b/xbacklight.c @@ -38,7 +38,7 @@

[PATCH] present: Leave vblank on window list until flip complete

2013-11-25 Thread Keith Packard
If the window is destroyed, then we've got cleanup work to do, even if the vblank has already been executed -- we need to clear the window pointer so that we don't try to deliver events to it. Leaving it on the window list meant that when walking that list, we need to know whether the vblank is

[PATCH] present: Set window pixmap to flipped pixmap

2013-11-25 Thread Keith Packard
This makes other drawing to the window appear on the screen. Note that no child windows can be affected because only full-screen windows are eligible for flipping, and so we only need to set pixmap for the window itself. Signed-off-by: Keith Packard kei...@keithp.com --- The current mesa