[PATCH] server: fix new id printing in closure debug on x86

2012-10-25 Thread Arnaud Vrac
--- src/connection.c |4 +--- src/wayland-server.c |4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/connection.c b/src/connection.c index 141875e..ed2666b 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1015,10 +1015,8 @@ wl_closure_print(struct

Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-11-19 Thread Arnaud Vrac
://lists.freedesktop.org/mailman/listinfo/wayland-devel ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel -- Arnaud Vrac

Wayland client library thread safety

2012-04-19 Thread Arnaud Vrac
Hello everyone, I am hitting a bug when using Qt5 and wayland on an embedded platform, for which I have written a custom EGL backend. The problem is that Qt5 (QtQuick2 actually) renders in a separate thread, when the wayland display has been created in the main thread. I know there is a patch for

Re: Wayland client library thread safety

2012-04-20 Thread Arnaud Vrac
Thanks darxus, I don't mind posting a bug bug is anyone actually going to use this bugtracker ? It's empty :) On 04/19, Arnaud Vrac wrote: Hello everyone, I am hitting a bug when using Qt5 and wayland on an embedded platform, for which I have written a custom EGL backend. The problem

Re: Wayland client library thread safety

2012-04-24 Thread Arnaud Vrac
On Fri, Apr 20, 2012 at 10:06 PM, Kristian Hoegsberg hoegsb...@gmail.com wrote: On Thu, Apr 19, 2012 at 03:38:39PM +0200, Arnaud Vrac wrote: Hello everyone, I am hitting a bug when using Qt5 and wayland on an embedded platform, for which I have written a custom EGL backend. The problem

Re: Wayland client library thread safety

2012-04-24 Thread Arnaud Vrac
2012/4/24 Bill Spitzak spit...@gmail.com: On 04/20/2012 03:27 PM, Kristian Høgsberg wrote: Initial assumption for wl_display and related objects was that it is not going to be thread safe, and you have to lock access to the wl API yourself if you're going to use it from multiple threads.  

Re: [PATCH] Keep client object reference when marking it as zombie

2012-05-02 Thread Arnaud Vrac
On 05/02/2012 01:17 PM, Arnaud Vrac wrote: This will avoid a race condition on the client side when thread safety is implemented. The destruction of a proxy might be done after the deletion of its object id in this case: the destruction of the proxy is done from the thread in which the object

Re: weston gdlbackend is available on gitorious now

2012-05-15 Thread Arnaud Vrac
. -- Arnaud Vrac ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: Stacking subsurface siblings

2015-06-16 Thread Arnaud Vrac
St. Pierre jstpie...@mecheye.net wrote: I was not aware you could stack subsurfaces under a parent surface at all. Is this intended protocol behavior? The fact that you might be able to do that at all in Weston might be a bug. On Tue, Jun 16, 2015 at 7:46 AM, Arnaud Vrac raw...@gmail.com

Stacking subsurface siblings

2015-06-16 Thread Arnaud Vrac
Hi, I'm wondering if a behaviour of weston related to subsurfaces is either a bug or intended. The protocol description is not clear on what happens in the following cases: Suppose I have a shell surface (BLUE) and two subsurfaces (RED, GREEN). I want to stack them to I get RED, GREEN, BLUE from

Re: Stacking subsurface siblings

2015-06-16 Thread Arnaud Vrac
On Tue, Jun 16, 2015 at 5:47 PM, Jonas Ådahl jad...@gmail.com wrote: On Tue, Jun 16, 2015 at 04:46:55PM +0200, Arnaud Vrac wrote: Hi, I'm wondering if a behaviour of weston related to subsurfaces is either a bug or intended. The protocol description is not clear on what happens

Re: Stacking subsurface siblings

2015-06-16 Thread Arnaud Vrac
St. Pierre jstpie...@mecheye.net wrote: Why can't you use the video as the main surface and an OSD as a subsurface? On Tue, Jun 16, 2015 at 11:09 AM, Arnaud Vrac raw...@gmail.com wrote: I'm not sure, but I find it very useful for a video player. The video is stacked under the OSD

Re: [PATCH weston v2 05/21] desktop-shell: Track the black surface by its view

2015-05-29 Thread Arnaud Vrac
Hi Jonas, This patch makes the black_surface_get_label function crash. The black surface should track the fullscreen view in the configure_private field instead of the black surface view. See the attached patch for reference. 0001-desktop-shell-track-fullscreen-view-in-black-surface.patch

Re: [PATCH wayland] scanner: don't emit the extern declarations for external types

2015-06-01 Thread Arnaud Vrac
; + %s_interface;\n, i-name); } - wl_array_release(types); printf(\n); wl_list_for_each(i, protocol-interface_list, link) { Tested-by: Arnaud Vrac raw...@gmail.com -- Arnaud Vrac ___ wayland-devel

Re: [PATCH weston v2 05/21] desktop-shell: Track the black surface by its view

2015-06-02 Thread Arnaud Vrac
On Tue, Jun 2, 2015 at 11:26 AM, Jonas Ådahl jad...@gmail.com wrote: On Fri, May 29, 2015 at 05:07:08PM +0200, Arnaud Vrac wrote: Hi Jonas, Hi, This patch makes the black_surface_get_label function crash. The black surface should track the fullscreen view in the configure_private field

Re: [PATCH wayland] protocol: define further the behavior of input on the presence of grabs

2015-07-16 Thread Arnaud Vrac
On Wed, Jun 10, 2015 at 5:20 PM, Jasper St. Pierre jstpie...@mecheye.net wrote: On Wed, Jun 10, 2015 at 4:50 AM, Carlos Garnacho carl...@gnome.org wrote: On mar, 2015-06-09 at 11:03 -0700, Jasper St. Pierre wrote: What is the value of clients having this information? The same there is

Re: [weston] xkbcommon library is not optional.

2015-10-16 Thread Arnaud Vrac
On Fri, Oct 16, 2015 at 11:10 AM, Pekka Paalanen wrote: > On Fri, 16 Oct 2015 10:27:56 +0200 > Hardening wrote: > > > Le 16/10/2015 03:28, Bryce Harrington a écrit : > > > On Tue, Oct 13, 2015 at 01:59:13PM +0200, Joaquim Duran wrote: > > >> Hello, > >

Re: [PATCH weston 2/3] Implement pointer locking and confinement

2016-06-08 Thread Arnaud Vrac
Hi Jonas, On Tue, Mar 15, 2016 at 2:14 PM, Jonas Ådahl wrote: > This patch implements the wp_pointer_constraints protocol used for > locking or confining a pointer. It consists of a new global object with > two requests; one for locking the surface to a position, one for >

Re: [PATCH 5/5] text-backend: update to version 2 of text input protocol

2016-07-05 Thread Arnaud Vrac
> On 5 juil. 2016, at 22:11, Jan Arne Petersen <jana...@gmail.com> wrote: > > > On Wed, Jun 8, 2016 at 5:40 PM Arnaud Vrac <av...@freebox.fr> wrote: > The input method protocol should be updated next: > * we need the input method panel geometry to be able to fi

Re: weston-simple-egl fullscreen broken?

2017-02-27 Thread Arnaud Vrac
On Mon, Feb 27, 2017 at 11:18 PM Daniel Stone wrote: > > Hi Fabien, > > On 6 February 2017 at 16:56, Fabien DESSENNE wrote: > > I remember I used to get « weston-simple-egl -f » working fine. > > But it does not work anymore : nothing is displayed.

[PATCH] libweston-desktop: update client state when its size was already set

2016-09-12 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> The shell can request a specific size via a configure event when toggling fullscreen or maximizing the client. However, if the client already has the requested size, the client state is not updated, preventing the switch to fullscreen or maximized

Re: [PATCH weston] libweston-desktop: Fix configure event for already well-sized surfaces

2016-09-13 Thread Arnaud Vrac
gers a configure > event. > > Signed-off-by: Quentin Glidic <sardemff7+...@sardemff7.net> > --- > libweston-desktop/wl-shell.c | 4 ++-- > libweston-desktop/xdg-shell-v5.c | 8 +--- > libweston-desktop/xdg-shell-v6.c | 8 +--- > 3 files changed, 12 insert

Re: [PATCH] libweston-desktop: update client state when its size was already set

2016-09-13 Thread Arnaud Vrac
On Mon, Sep 12, 2016 at 5:22 PM, Arnaud Vrac <raw...@gmail.com> wrote: > From: Arnaud Vrac <av...@freebox.fr> > > The shell can request a specific size via a configure event when > toggling fullscreen or maximizing the client. However, if the client > already has the

Re: [PATCH wayland v1 1/1] wayland-scanner.pc.in: prepend pc_sysrootdir

2016-09-16 Thread Arnaud Vrac
On Fri, Sep 16, 2016 at 5:19 PM, Joe Konno wrote: > On Fri, 16 Sep 2016 10:53:32 +0300 > Pekka Paalanen wrote: > > > On Thu, 15 Sep 2016 15:22:12 -0700 > > Joe Konno wrote: > > > > > From: Joe Konno

[PATCH weston 1/4] gl-renderer: fix leak on dmabuf image destroy

2017-08-05 Thread Arnaud Vrac
Signed-off-by: Arnaud Vrac <raw...@gmail.com> --- libweston/gl-renderer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c index da29b072..5768f05a 100644 --- a/libweston/gl-renderer.c +++ b/libweston/gl-renderer.c @@ -337,6

[PATCH weston 3/4] configure.ac: remove dependency on mtdev

2017-08-05 Thread Arnaud Vrac
It's been unused since the legacy (non-libinput) input backends have been removed. Signed-off-by: Arnaud Vrac <raw...@gmail.com> --- configure.ac| 4 ++-- libweston/libinput-device.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/config

[PATCH weston 2/4] configure.ac: fix linking when using compiler sanitizers

2017-08-05 Thread Arnaud Vrac
of dlopen. This can be reproduced by configuring the build with: CFLAGS="-fsanitize=address -fsanitize=undefined" LDFLAGS="-fsanitize=address -fsanitize=undefined" Signed-off-by: Arnaud Vrac <raw...@gmail.com> --- Makefile.am | 4 ++-- configure.ac | 3 ++- 2 files changed, 4

[PATCH weston 4/4] libweston-desktop/xdg-shell-v5: initialize configure list

2017-08-05 Thread Arnaud Vrac
Without this weston crashes when a client using xdg-shell-v5 is run. Signed-off-by: Arnaud Vrac <raw...@gmail.com> --- libweston-desktop/xdg-shell-v5.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libweston-desktop/xdg-shell-v5.c b/libweston-desktop/xdg-shell-v5.c index dd

[PATCH weston 0/5] gl renderer fixes for yuv formats

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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

[PATCH weston 1/5] gl-renderer: save OpenGL version in renderer context

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> --- 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 @@

[PATCH weston 2/5] gl-renderer: try to create a GLES3 context first

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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 fa

[PATCH weston 0/5] gl renderer fixes for yuv formats

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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

[PATCH weston 2/5] gl-renderer: try to create a GLES3 context first

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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 fa

[PATCH weston 3/5] gl-renderer: always enable unpack subimage and RG textures in ES3 contexts

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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 ++-

[PATCH weston 5/5] gl-renderer: use correct pixel shader for NV12 format uploaded to RG texture

2017-11-29 Thread 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_renderer_attach_shm(struct

[PATCH weston 3/5] gl-renderer: always enable unpack subimage and RG textures in ES3 contexts

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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 ++-

[PATCH weston 5/5] gl-renderer: use correct pixel shader for NV12 format uploaded to RG texture

2017-11-29 Thread 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_renderer_attach_shm(struct

[PATCH weston 2/5] gl-renderer: try to create a GLES3 context first

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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 fa

[PATCH weston 3/5] gl-renderer: always enable unpack subimage and RG textures in ES3 contexts

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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 <raw...@

[PATCH weston 4/5] gl-renderer: fix pixel format used in texture uploads when using R/RG textures

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> 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]

[PATCH weston 5/5] gl-renderer: use correct pixel shader for NV12 format uploaded to RG texture

2017-11-29 Thread Arnaud Vrac
Signed-off-by: Arnaud Vrac <raw...@gmail.com> --- 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 @@ -

[PATCH weston 1/5] gl-renderer: save OpenGL version in renderer context

2017-11-29 Thread Arnaud Vrac
From: Arnaud Vrac <av...@freebox.fr> Signed-off-by: Arnaud Vrac <raw...@gmail.com> --- 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/

Re: [PATCH weston] gl-renderer: Set pitch correctly for subsampled textures

2017-11-29 Thread Arnaud Vrac
Hi, this patch is Reviewed-by: Arnaud Vrac <av...@freebox.fr> 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 usi

Re: [PATCH weston 5/5] gl-renderer: use correct pixel shader for NV12 format uploaded to RG texture

2017-12-04 Thread Arnaud Vrac
On Mon, Dec 4, 2017 at 6:08 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > On 29 November 2017 at 14:25, Arnaud Vrac <raw...@gmail.com> wrote: >> Signed-off-by: Arnaud Vrac <raw...@gmail.com> > > Please mention how you've spotted and/or verified this. > &g

Re: [PATCH weston 3/5] gl-renderer: always enable unpack subimage and RG textures in ES3 contexts

2017-12-04 Thread Arnaud Vrac
On Mon, Dec 4, 2017 at 5:57 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > On 29 November 2017 at 14:25, Arnaud Vrac <raw...@gmail.com> wrote: >> From: Arnaud Vrac <av...@freebox.fr> >> >> The GL_EXT_unpack_subimage and GL_EXT_texture_rg are part of th

Re: [PATCH wayland v2 1/8] wayland-egl: import libwayland-egl.so frontend library from Mesa

2017-12-12 Thread Arnaud Vrac
Hi Emil, On Tue, Oct 10, 2017 at 3:43 PM, Emil Velikov wrote: > From: Emil Velikov > > Currently the client-facing libwayland-egl API is defined by a header > file shipped by Wayland, but the implementation is left to each vendor. > > This

Re: [PATCH wayland v2 0/8] Import wayland-egl frontend library

2017-12-12 Thread Arnaud Vrac
eeded before building the imported code. > > > Any formal Acked-by, Reviewed-by or other will be appreciated. Comments > and suggestions are also welcome. > > Thanks > Emil > > [1] > https://lists.freedesktop.org/archives/wayland-devel/2017-September/035019.html Besides my conce

Re: [PATCH wayland-protocols v3 18/17] xdg-shell: Soften fullscreen geometry requirements

2017-11-21 Thread Arnaud Vrac
ces, popups or similarly coupled surfaces) are not > + visible below the fullscreened surface. > > allow-null="true"/> > > -- > 2.14.2 > Very nice, thanks. The patch to on libweston-desktop to match this wording is pretty simple, I'll push

Re: [PATCH weston] gl-renderer: Ignore INVALID modifier

2017-11-16 Thread Arnaud Vrac
Hi all, this patch prevents weston from importing dmabuf buffer when the EGL_EXT_image_dma_buf_import_modifiers extension is not supported. In this case, the import will either fail in import_simple_dmabuf if the modifier is zero, or in gl_renderer_import_dmabuf is the modifier is

soften xdg-shell fullscreen constraint on geometry

2017-11-15 Thread Arnaud Vrac
Hi all, Seeing Jonas effort to make xdg-shell stable, I'd like to clear something up before this is done. The set_fullscreen request documentation mentions: If the surface doesn't cover the whole output, the compositor will position the surface in the center of the output and compensate with

[PATCH v2 weston 1/3] gl-renderer: save OpenGL version in renderer context

2017-12-11 Thread Arnaud Vrac
This will allow to make some assumptions in further patches when GLES3 is available. Signed-off-by: Arnaud Vrac <av...@freebox.fr> --- libweston/gl-renderer.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/libweston/gl-renderer.c b/libweston/gl-rend

[PATCH v2 weston 2/3] gl-renderer: try to create a GLES3 context

2017-12-11 Thread Arnaud Vrac
. Signed-off-by: Arnaud Vrac <av...@freebox.fr> --- libweston/gl-renderer.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c index 38ae7d60..7ec97b95 100644 --- a/libweston/gl-renderer.c +++ b/libwes

[PATCH v2 weston 3/3] gl-renderer: always enable unpack subimage and RG textures in ES3 contexts

2017-12-11 Thread Arnaud Vrac
in the extensions string, but still support OpenGLES3. Signed-off-by: Arnaud Vrac <av...@freebox.fr> Reviewed-by: Emil Velikov <emil.veli...@collabora.com> --- libweston/gl-renderer.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libweston/gl-renderer.c b/

Re: [PATCH weston 1/5] gl-renderer: save OpenGL version in renderer context

2017-12-04 Thread Arnaud Vrac
On Mon, Dec 4, 2017 at 5:31 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > Hi Arnaud, > > On 29 November 2017 at 14:25, Arnaud Vrac <raw...@gmail.com> wrote: >> From: Arnaud Vrac <av...@freebox.fr> >> > Here I'd mention why we care about the ver

Re: Wayland content-protection extension

2018-06-14 Thread Arnaud Vrac
On Wed, Jun 13, 2018 at 12:34 PM, Nautiyal, Ankit K wrote: > Hi All, > > I am working on wayland content-protection protocol extension, to enable > content-protection (HDCP1.4, HDCP2.2) in wayland. > DRM layer already has support for HDCP1.4 and patches for HDCP2.2 are in > review :

Re: Wayland content-protection extension

2018-06-15 Thread Arnaud Vrac
On Fri, Jun 15, 2018 at 10:08 AM Pekka Paalanen wrote: > > On Thu, 14 Jun 2018 13:09:24 +0200 > Arnaud Vrac wrote: > > > On Wed, Jun 13, 2018 at 12:34 PM, Nautiyal, Ankit K > > wrote: > > > Hi All, > > > > > > I am working on wayla

[PATCH v3 weston 1/4] gl-renderer: save OpenGL version in renderer context

2018-01-17 Thread Arnaud Vrac
This will allow to make some assumptions in further patches when GLES3 is available. Signed-off-by: Arnaud Vrac <av...@freebox.fr> --- libweston/gl-renderer.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/libweston/gl-renderer.c b/libweston/gl-rend

[PATCH v3 weston 4/4] gl-renderer: always enable unpack subimage and RG textures in ES3 contexts

2018-01-17 Thread Arnaud Vrac
in the extensions string, but still support OpenGLES3. Signed-off-by: Arnaud Vrac <av...@freebox.fr> --- libweston/gl-renderer.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c index c2767cfc..8a9e4c57 100644 --- a/libwes

[PATCH v3 weston 2/4] gl-renderer: try to create a GLES3 context

2018-01-17 Thread Arnaud Vrac
. Signed-off-by: Arnaud Vrac <av...@freebox.fr> --- libweston/gl-renderer.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c index c4b6af18..ff0a2bb9 100644 --- a/libweston/gl-renderer.c +++ b/libwes

[PATCH v3 weston 0/4] GLES3 context support

2018-01-17 Thread Arnaud Vrac
and then adding a check for the GLES version. Patch 2 hasn't received a Reviewed-by but I hope this can be landed ! Thanks, Arnaud Arnaud Vrac (4): gl-renderer: save OpenGL version in renderer context gl-renderer: try to create a GLES3 context gl-renderer: move GL_EXT_texture_rg extension check gl

[PATCH v3 weston 3/4] gl-renderer: move GL_EXT_texture_rg extension check

2018-01-17 Thread Arnaud Vrac
This is a GL extension and not EGL, so it should be checked after the EGL context has been created. Signed-off-by: Arnaud Vrac <av...@freebox.fr> --- libweston/gl-renderer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libweston/gl-renderer.c b/libwes

Re: Planning for another Wayland release

2018-01-18 Thread Arnaud Vrac
On Wed, Jan 17, 2018 at 4:57 PM, Emil Velikov wrote: > On 16 January 2018 at 22:10, Daniel Stone wrote: >> Hey Bryce, >> >> On 12 January 2018 at 22:51, Derek Foreman wrote: >>> On 2018-01-12 04:00 AM, Daniel Stone wrote:

Re: [PATCH wayland 2/6] wayland-egl: make wayland-egl-backend.h C++ safe

2018-02-16 Thread Arnaud Vrac
On Fri, Feb 16, 2018 at 2:53 PM, Emil Velikov wrote: > On 16 February 2018 at 10:49, Daniel Stone wrote: >> Hi Emil, >> >> On 16 February 2018 at 10:40, Emil Velikov wrote: >>> On 15 February 2018 at 23:12, Derek Foreman

Re: HDR support in Wayland/Weston

2019-01-16 Thread Arnaud Vrac
On Thu, Jan 10, 2019 at 4:02 PM Sharma, Shashank wrote: > > Hello All, > > This mail is to propose a design for enabling HDR support in Wayland/Weston > stack, using display engine capabilities, and get more feedback and input > from community. > Here are few points (you might already know

Re: HDR support in Wayland/Weston

2019-01-17 Thread Arnaud Vrac
On Thu, Jan 17, 2019 at 4:26 AM Sharma, Shashank wrote: > > Hello Arnaud > > Thanks for your comments, mine inline. > > Regards > Shashank > On 1/17/2019 6:38 AM, Arnaud Vrac wrote: > > On Thu, Jan 10, 2019 at 4:02 PM Sharma, Shashank > > wrote: > >>