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
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
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
> > > > > > >
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
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
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
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,
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
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
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
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
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
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
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
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
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
>
16 matches
Mail list logo