Re: Migrating Wayland & Weston to GitLab

2018-05-31 Thread Kristian Høgsberg
On Thu, May 31, 2018 at 3:53 AM Pekka Paalanen wrote: > > On Thu, 31 May 2018 08:47:48 +0100 > Daniel Stone wrote: > > > Hi all, > > > > On 29 May 2018 at 10:59, Daniel Stone wrote: > > > I intend to migrate the wayland/wayland-protocols/wayland-web/weston > > > repository hosting only (issues

Re: [PATCH wayland-protocols v2] unstable/drm-lease: DRM lease protocol support

2018-05-31 Thread Pekka Paalanen
On Wed, 30 May 2018 12:38:22 + Marius-cristian Vlad wrote: > On Tue, 2018-05-29 at 17:10 +0300, Pekka Paalanen wrote: > > On Mon, 12 Feb 2018 16:51:51 +0200 > > Marius Vlad wrote: > > > > > Simple protocol extension to manage DRM lease. Based on the work by > > > Keith > > > Packard in

Re: unique id for wayland objects

2018-05-31 Thread Pekka Paalanen
On Thu, 31 May 2018 11:32:40 +0800 zou lan wrote: > >>The intended behaviour is that Weston repaints at most once for each > >>display refresh cycle, the deadline being 7 ms (if using the default > >>value of repaint-window) before the next vblank. In other words, there > >>should be a

Re: Migrating Wayland & Weston to GitLab

2018-05-31 Thread Pekka Paalanen
On Thu, 31 May 2018 08:47:48 +0100 Daniel Stone wrote: > Hi all, > > On 29 May 2018 at 10:59, Daniel Stone wrote: > > I intend to migrate the wayland/wayland-protocols/wayland-web/weston > > repository hosting only (issues disabled, MR submission disabled) this > > evening. Anyone trying to

Re: [PATCH weston] Fix a crash when unlocking or unconfining a pointer

2018-05-31 Thread Pekka Paalanen
On Thu, 31 May 2018 00:16:14 -0700 Dima Ryazanov wrote: > On Tue, May 29, 2018 at 3:30 AM Pekka Paalanen wrote: > > > On Thu, 10 May 2018 00:53:38 -0700 > > Dima Ryazanov wrote: > > > > > In GNOME (but not in Weston), if a window loses focus, the client first > > receives > > > the

Re: [PATCH weston v9 8/9] weston: support clone mode on DRM-frontend

2018-05-31 Thread Pekka Paalanen
On Wed, 30 May 2018 10:00:57 + Marius-cristian Vlad wrote: > Hi, > > This no longer applies, due to man/weston-drm changes. Hi, yeah, I should probably rebase and re-send. > Fixing that I get "atomic: get couldn't commit new state: Invalid > argument". Does that mean that HW doesn't

Re: [writing a compositor] Displaying something on the screen

2018-05-31 Thread Quentin Glidic
Hi, On 5/31/18 5:42 AM, adlo wrote: I am attempting to write a simple test compositor using libweston. Here is my code so far: https://github.com/adlocode/test-libweston-desktop What else do I need to do in order to get it to the point where something appears on the screen, such as a

Re: Migrating Wayland & Weston to GitLab

2018-05-31 Thread Erik De Rijcke
Hi All, First of all I'd like to say that the move to Gitlab makes me really happy \o/! It will definitely lower the contribution barrier for a lot of people (including me!) as things are now far more accessible, visible and overall easier to manage. Which brings me to a remark/question on how

Re: Migrating Wayland & Weston to GitLab

2018-05-31 Thread Daniel Stone
Hi all, On 29 May 2018 at 10:59, Daniel Stone wrote: > I intend to migrate the wayland/wayland-protocols/wayland-web/weston > repository hosting only (issues disabled, MR submission disabled) this > evening. Anyone trying to push to git.fd.o will get an error message > pointing them to the wiki

Re: [PATCH weston] Fix a crash when unlocking or unconfining a pointer

2018-05-31 Thread Dima Ryazanov
On Tue, May 29, 2018 at 3:30 AM Pekka Paalanen wrote: > On Thu, 10 May 2018 00:53:38 -0700 > Dima Ryazanov wrote: > > > In GNOME (but not in Weston), if a window loses focus, the client first > receives > > the focus event, then the unlock/unconfine event. This causes toytoolkit > to > >