Re: wayland-protocols scope and governance

2019-06-18 Thread Jonas Ådahl
On Tue, Jun 18, 2019 at 07:31:47PM -0400, Drew DeVault wrote: > On Mon Jun 17, 2019 at 9:55 AM Jonas Ådahl wrote: > > > a. Namespaces are implemented in practice by prefixing each interface > > > name in a > > >protocol definition (XML) with the namespace name, and an underscore > > > (e.g. >

Re: wayland-protocols scope and governance

2019-06-18 Thread Simon Ser
> > 2. Protocols > > > > 2.1. Protocol namespaces > > > > a. Namespaces are implemented in practice by prefixing each interface name > > in a > >protocol definition (XML) with the namespace name, and an underscore > > (e.g. > >

Re: [PATCH wayland-protocols] unstable/linux-dmabuf: add wp_linux_dmabuf_hints

2019-06-18 Thread Simon Ser
Note to self: compositors shouldn't dup() their FD when passing the device FD. 12:44 GEM names are specific to the DRM device and to... the process? the result of open() syscall? 12:44 fd 12:44 fd? so if I dup() a DRM device fd, the old GEM names are not valid on the dupped fd? 12:44 sorry s