On Wed, Nov 29, 2017 at 12:42:57PM +0200, Alexandros Frantzis wrote:
> wl_pointer, wl_keyboard and wl_touch events currently use a 32-bit
> timestamp with millisecond resolution. In some cases, notably latency
> measurements, this resolution is too coarse to be useful.
>
> This protocol provides a
Hi,
> -Original Message-
> From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On
> Behalf Of Keskinarkaus, Teemu
>
> Any news about the RDP setup-instructions?
I made some progress here.
With these commands it tries to start the rdp-backend Weston.
winpr-makecert -r
Hi,
this patch is Reviewed-by: Arnaud Vrac
Nicolas made some changes to the waylandsink element in gstreamer [1] to
better support pitfalls of the SHM protocol. With this patch and the one I
posted earlier today, gstreamer git now works perfectly with weston when
using SHM, even when using YUV f
Hi Pekka,
> do you also plan to let Xwayland change the mode? If not, what's the
> benefit of this?
Yeah, sorry, I didn't give all the details on why this RFC patch, my bad.
Basically, in downstream RH bug 1289714 [1], Robert Mader (cc'ed) is running
some proof of concept to see how he can impr
On Wed, 29 Nov 2017 15:26:58 +0100
Olivier Fourdan wrote:
> Xwayland would only list the current wl_output mode in xrandr, even
> though multiple modes might be advertised by the Wayland compositor.
>
> List all available modes listed by the Wayland compositor using
> wl_output::mode in XrandR.
Xwayland would only list the current wl_output mode in xrandr, even
though multiple modes might be advertised by the Wayland compositor.
List all available modes listed by the Wayland compositor using
wl_output::mode in XrandR.
Signed-off-by: Olivier Fourdan
---
Note: this works best with westo
From: Arnaud Vrac
In glTexImage2D / glTexSubImage2D calls, the only pixel formats allowed
for the GL_R8 and GL_RG internal formats are respectively GL_RED and
GL_RG [1].
Make sure we match this requirement, as some drivers will fail with the
current code.
[1]
https://www.khronos.org/registry/O
Signed-off-by: Arnaud Vrac
---
libweston/gl-renderer.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c
index 60a7bf06..4fffa78c 100644
--- a/libweston/gl-renderer.c
+++ b/libweston/gl-renderer.c
@@ -1596,7 +1596,6 @@ gl_rende
From: Arnaud Vrac
The GL_EXT_unpack_subimage and GL_EXT_texture_rg are part of the core ES
3.0 specification, so also check the GL driver version in addition to
the extension string to determine if those features are supported.
Signed-off-by: Arnaud Vrac
---
libweston/gl-renderer.c | 10 ++
From: Arnaud Vrac
Some GL drivers do not expose useful extensions like GL_EXT_texture_rg
or GL_EXT_unpack_subimage, while they are actually supported. Since
those extensions are part of the ES 3.0 core spec, we can workaround
this issue by creating an ES3 context. We fallback to ES2 if the
creati
From: Arnaud Vrac
Signed-off-by: Arnaud Vrac
---
libweston/gl-renderer.c | 26 ++
1 file changed, 26 insertions(+)
diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c
index 94d81ef4..0a7db13f 100644
--- a/libweston/gl-renderer.c
+++ b/libweston/gl-renderer.c
From: Arnaud Vrac
I found a few issues while trying to display videos backed with SHM memory.
Tested with the following commands on multiple GL stacks (mesa swrast, nvidia,
adreno), with GL_EXT_texture_rg enabled and disabled:
gst-launch-1.0 videotestsrc ! 'video/x-raw, format=YUY2' ! waylandsi
From: Arnaud Vrac
---
libweston/gl-renderer.c | 26 ++
1 file changed, 26 insertions(+)
diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c
index 94d81ef4..0a7db13f 100644
--- a/libweston/gl-renderer.c
+++ b/libweston/gl-renderer.c
@@ -199,6 +199,9 @@ struct g
From: Arnaud Vrac
I found a few issues while trying to display videos backed with SHM memory.
Tested with the following commands on multiple GL stacks (mesa swrast, nvidia,
adreno), with GL_EXT_texture_rg enabled and disabled:
gst-launch-1.0 videotestsrc ! 'video/x-raw, format=YUY2' ! waylandsi
---
libweston/gl-renderer.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c
index 60a7bf06..4fffa78c 100644
--- a/libweston/gl-renderer.c
+++ b/libweston/gl-renderer.c
@@ -1596,7 +1596,6 @@ gl_renderer_attach_shm(struct weston
From: Arnaud Vrac
The GL_EXT_unpack_subimage and GL_EXT_texture_rg are part of the core ES
3.0 specification, so also check the GL driver version in addition to
the extension string to determine if those features are supported.
---
libweston/gl-renderer.c | 10 ++
1 file changed, 6 inser
From: Arnaud Vrac
In glTexImage2D / glTexSubImage2D calls, the only pixel formats allowed
for the GL_R8 and GL_RG internal formats are respectively GL_RED and
GL_RG [1].
Make sure we match this requirement, as some drivers will fail with the
current code.
[1]
https://www.khronos.org/registry/O
From: Arnaud Vrac
Some GL drivers do not expose useful extensions like GL_EXT_texture_rg
or GL_EXT_unpack_subimage, while they are actually supported. Since
those extensions are part of the ES 3.0 core spec, we can workaround
this issue by creating an ES3 context. We fallback to ES2 if the
creati
---
libweston/gl-renderer.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c
index 60a7bf06..4fffa78c 100644
--- a/libweston/gl-renderer.c
+++ b/libweston/gl-renderer.c
@@ -1596,7 +1596,6 @@ gl_renderer_attach_shm(struct weston
From: Arnaud Vrac
In glTexImage2D / glTexSubImage2D calls, the only pixel formats allowed
for the GL_R8 and GL_RG internal formats are respectively GL_RED and
GL_RG [1].
Make sure we match this requirement, as some drivers will fail with the
current code.
[1]
https://www.khronos.org/registry/O
From: Arnaud Vrac
---
libweston/gl-renderer.c | 26 ++
1 file changed, 26 insertions(+)
diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c
index 94d81ef4..0a7db13f 100644
--- a/libweston/gl-renderer.c
+++ b/libweston/gl-renderer.c
@@ -199,6 +199,9 @@ struct g
From: Arnaud Vrac
Some GL drivers do not expose useful extensions like GL_EXT_texture_rg
or GL_EXT_unpack_subimage, while they are actually supported. Since
those extensions are part of the ES 3.0 core spec, we can workaround
this issue by creating an ES3 context. We fallback to ES2 if the
creati
From: Arnaud Vrac
The GL_EXT_unpack_subimage and GL_EXT_texture_rg are part of the core ES
3.0 specification, so also check the GL driver version in addition to
the extension string to determine if those features are supported.
---
libweston/gl-renderer.c | 10 ++
1 file changed, 6 inser
From: Arnaud Vrac
I found a few issues while trying to display videos backed with SHM memory.
Tested with the following commands on multiple GL stacks (mesa swrast, nvidia,
adreno), with GL_EXT_texture_rg enabled and disabled:
gst-launch-1.0 videotestsrc ! 'video/x-raw, format=YUY2' ! waylandsi
- some items in meson were missing a dependency on udev
- libdl does not exist on FreeBSD, dlopen is in libc
- no linux/types.h on FreeBSD
- stdarg.h included when variadic functions are used
- and other fixes
---
include/linux/input.h | 11 +++
meson.build | 9 +
On Wed, 29 Nov 2017 09:32:02 +0100
Jérémy Rosen wrote:
> I had a quick glance but didn't actually test...
> 2) you probably want to add Alias=display-manager.service, so it can
> pull it other graphical services
Hi,
that sounds like a good idea.
Thanks,
pq
(adding back all the CCs)
> On 2
On Wed, Nov 29, 2017 at 09:26:07AM +0200, Pekka Paalanen wrote:
> On Tue, 28 Nov 2017 14:16:32 +
> Daniel Stone wrote:
>
> > Hi,
> >
> > On 24 November 2017 at 11:59, Pekka Paalanen wrote:
> > > On Tue, 21 Nov 2017 15:45:48 +0200
> > > Alexandros Frantzis wrote:
> > >> 2. Should we intro
wl_pointer, wl_keyboard and wl_touch events currently use a 32-bit
timestamp with millisecond resolution. In some cases, notably latency
measurements, this resolution is too coarse to be useful.
This protocol provides additional timestamps events, which are emitted
just before the corresponding in
Hi all,
I would like to bring to your attention a patch I have just merged into
wayland master:
https://cgit.freedesktop.org/wayland/wayland/commit/?id=5d201df72f3d4f4cb8b8f75f980169b03507da38
commit 5d201df72f3d4f4cb8b8f75f980169b03507da38
Author: Tobias Stoeckmann
Date: Tue Nov 28 21:38:07
29 matches
Mail list logo