Re: [Spice-devel] Fwd: Re: Spice display driver QLX Windows 10

2016-01-04 Thread Klaus Hochlehnert
I guess you can find the newest drivers here: http://people.redhat.com/vrozenfe/qxlwddm/ From: Spice-devel [mailto:spice-devel-boun...@lists.freedesktop.org] On Behalf Of Dominique Sent: Sunday, January 03, 2016 4:16 PM To: spice-devel@lists.freedesktop.org Subject: [Spice-devel] Fwd: Re: Spice

Re: [Spice-devel] [PATCH spice-gtk 7/7] gtk: add spice-widget GL scanout support

2016-01-04 Thread Marc-André Lureau
Hi I realize there are still a few missing cleanups here and there. Please do not review thoroughly, consider it as wip. thanks On Mon, Jan 4, 2016 at 3:46 PM, Marc-André Lureau wrote: > From: Marc-André Lureau > > Hook to spice-glib events to show the GL scanout. > > The opengl context is cre

Re: [Spice-devel] [PATCH 8/9] worker: make sure we dispatch after releasing items

2016-01-04 Thread Jonathon Jongsma
On Tue, 2015-12-22 at 11:53 -0500, Frediano Ziglio wrote: > > > > On Mon, 2015-12-21 at 09:54 -0600, Jonathon Jongsma wrote: > > > On Mon, 2015-12-21 at 10:17 -0500, Frediano Ziglio wrote: > > > > > > > > > > On Fri, 2015-12-18 at 06:10 -0500, Frediano Ziglio wrote: > > > > > > > Hi > > > > > > >

[Spice-devel] [PATCH spice-gtk 5/7] build-sys: check for epoxy-egl support

2016-01-04 Thread Marc-André Lureau
From: Marc-André Lureau The following code requires epoxy with egl support. Check for pkg-config and egl headers. Signed-off-by: Marc-André Lureau --- configure.ac | 25 + 1 file changed, 25 insertions(+) diff --git a/configure.ac b/configure.ac index 0beec7c..d59d6d6

[Spice-devel] [PATCH spice-gtk 4/7] Add spice_channel_unix_read_fd()

2016-01-04 Thread Marc-André Lureau
From: Marc-André Lureau Utility function used in the messages with socket ancillary fd. Signed-off-by: Marc-André Lureau --- src/spice-channel-priv.h | 3 +++ src/spice-channel.c | 68 2 files changed, 71 insertions(+) diff --git a/src/sp

[Spice-devel] [PATCH spice-gtk 0/7] Add OpenGL scanout drawing

2016-01-04 Thread Marc-André Lureau
The following series implements the client-side support for local-only shared OpenGL scanout rendering. The implementation doesn't rely on gtkglarea yet since it's quite recent (3.16 while rhel7 is currently 3.14), and this code was initially implemented before gtkglarea existed. Furthemore, using

[Spice-devel] [PATCH spice-gtk 1/7] gtk: replace configure-event for size-allocate

2016-01-04 Thread Marc-André Lureau
This remove the need to have a window. For size-allocate, it's simpler to connect to the signal rather than override the default signal handler since there is no automatic chaining to parent handler otherwise. Signed-off-by: Marc-André Lureau --- src/spice-widget.c | 9 +++-- 1 file changed,

[Spice-devel] [PATCH spice-gtk 6/7] glib: add local GL scanout support

2016-01-04 Thread Marc-André Lureau
From: Marc-André Lureau Add spice-glib support for gl scanout messages. Signed-off-by: Marc-André Lureau --- doc/reference/spice-gtk-sections.txt | 1 + src/channel-display.c| 169 ++- src/channel-display.h| 19 src/map-fi

[Spice-devel] [PATCH spice-gtk 7/7] gtk: add spice-widget GL scanout support

2016-01-04 Thread Marc-André Lureau
From: Marc-André Lureau Hook to spice-glib events to show the GL scanout. The opengl context is created with egl, and is currently x11-only (supporting wayland with egl doesn't seem trivial). Using GtkGlArea is also left for the future, since SpiceDisplay widget is a GtkDrawingArea and can't be

[Spice-devel] [PATCH spice-gtk 3/7] build-sys: bump to spice-protocol 0.12.11

2016-01-04 Thread Marc-André Lureau
Needed for GL messages Signed-off-by: Marc-André Lureau --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 38db8b5..0beec7c 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ AC_CHECK_LIBM AC_SUBST(LIBM) AC_CONFI

[Spice-devel] [PATCH spice-gtk 2/7] Update spice-common

2016-01-04 Thread Marc-André Lureau
Update needed for GL messages --- spice-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-common b/spice-common index c3f2d21..62d4a0d 16 --- a/spice-common +++ b/spice-common @@ -1 +1 @@ -Subproject commit c3f2d217af40fa1da2cb42c69ca4a89fd8e7ef03 +Subproject com

Re: [Spice-devel] [PATCH] server: Fix tests Makefile

2016-01-04 Thread Eduardo Lima (Etrunko)
On 01/04/2016 11:51 AM, Marc-André Lureau wrote: > Hi > > - Original Message - >> As reported in https://bugs.freedesktop.org/show_bug.cgi?id=93520, the >> build from git is failing in Archlinux systems with undefined >> references to glib symbols. >> >> Instead of using .a static files, u

Re: [Spice-devel] [PATCH] server: Fix tests Makefile

2016-01-04 Thread Marc-André Lureau
Hi - Original Message - > As reported in https://bugs.freedesktop.org/show_bug.cgi?id=93520, the > build from git is failing in Archlinux systems with undefined > references to glib symbols. > > Instead of using .a static files, using libtool .la solves the problem. ack from me, but Fred

[Spice-devel] [PATCH] server: Fix tests Makefile

2016-01-04 Thread Eduardo Lima (Etrunko)
As reported in https://bugs.freedesktop.org/show_bug.cgi?id=93520, the build from git is failing in Archlinux systems with undefined references to glib symbols. Instead of using .a static files, using libtool .la solves the problem. Signed-off-by: Eduardo Lima (Etrunko) --- server/tests/Makefil

Re: [Spice-devel] vdagent: Mark vdagent and vdagentd functions static

2016-01-04 Thread Pavel Grunt
Acked-by: Pavel Grunt Thanks, Pavel On Mon, 2015-12-28 at 14:12 +0100, Francois Gouget wrote: > Signed-off-by: Francois Gouget > --- >  src/vdagent-file-xfers.c |  2 +- >  src/vdagent.c|  8 >  src/vdagentd.c   | 20 ++-- >  3 files changed, 15 inserti

Re: [Spice-devel] [PATCH v4 0/2] protocol: add gl scanout support

2016-01-04 Thread Marc-André Lureau
Hi Anything else needed to get acks? On Tue, Dec 22, 2015 at 4:08 PM, Marc-André Lureau wrote: > v3->v4: > - add drm_dma_buf prefix to some fields (Frediano Ziglio) > - explicit in commit message that sending a message with no fd (or >invalid fd) must be done with the extra byte appended >