when using cairo-glesv2 subsurface rendering code
implicitly calls eglMakeCurrent(dpy, NULL, NULL, ctx)
(since EGL_KHR_surfaceless_context is used), thus,
triangle_frame_callback:eglSwapBuffers returns EGL_BAD_SURFACE
error for all invocations other that the first one
---
clients/subsurfaces.c |
Any comments on this one ?
On 08/26/2013 01:37 PM, Stanislav Vorobiov wrote:
> This patch provides an implementation for
> https://bugs.freedesktop.org/show_bug.cgi?id=68041.
> Support for EGL_WAYLAND_Y_INVERTED_WL will have to be
> added to mesa as well and it'll be a separate patch
>
> Stanisla
Please go easy with me; this is the first time I have ever done this!
I have found and fixed a SIGSEGV in window.c in pointer_handle_motion caused
by dereferencing 'window' when it is null.
There was a null pointer check after the dereference. The fix is to move the
check before it.
Patch:
--- w
Hi
On Tue, Aug 27, 2013 at 9:16 PM, microcai wrote:
> 2013/8/25 David Herrmann :
[...]
>> The idea behind a system-compositor was to provide a system daemon
>> that runs _outside_ a session. Its sole responsibility is to control
>> access to graphics and input hardware. So session-compositors no
2013/8/25 David Herrmann :
> Hi
>
> On Fri, Aug 23, 2013 at 11:55 PM, Jason Ekstrand wrote:
>> Hello All,
>> I am in the process of picking back up the old idea of system compositors.
>> I am not, at the moment, looking for a review of the code; simply a review
>> of the concept and the proposed p
2013/8/27 Kristian Høgsberg
> On Wed, Aug 21, 2013 at 08:17:05AM +0200, Pier Luigi Fiorini wrote:
> > Make it easier to check for a Weston version.
> > ---
> > src/version.h.in | 9 -
> > 1 file changed, 8 insertions(+), 1 deletion(-)
> >
> > diff --git a/src/version.h.in b/src/version.h
Hi All,
I am after a little guidance as I am a beginner to Wayland, and after much
searching of the web and the mail lists here, I am still stuck.
My objective is to build a kiosk like system out of a Raspberry Pi, using
wayland as the back end.
I have followed the instructions for installing Wa
On Tue, Aug 27, 2013 at 12:00 AM, David Herrmann wrote:
> Hi
>
> On Mon, Aug 26, 2013 at 6:37 AM, Tom Gundersen wrote:
>> On Sun, Aug 25, 2013 at 8:46 PM, David Herrmann
>> wrote:
>>> logind itselfs takes care of revoking device access for inactive sessions
>>> (synchronized with session-switch