Re: [Xcb] [PATCH] Introduce xcb_aux_alloc_shm() to create anonymous files in RAM

2018-04-13 Thread Uli Schlachter
On 10.04.2018 13:38, Alexander Volkov wrote: > ... which then can be mapped with mmap(). > It is intended to be used in conjunction with xcb_shm_attach_fd() > to access the created shared memory from a client and the X server. > > Signed-off-by: Alexander Volkov > --- > configure.ac | 47 ++

[PATCH i-g-t] [RFC] CONTRIBUTING: commit rights docs

2018-04-13 Thread Daniel Vetter
This tries to align with the X.org communities's long-standing tradition of trying to be an inclusive community and handing out commit rights fairly freely. We also tend to not revoke commit rights for people no longer regularly active in a given project, as long as they're still part of the large

Re: [PATCH i-g-t] [RFC] CONTRIBUTING: commit rights docs

2018-04-13 Thread Harry Wentland
On 2018-04-13 06:00 AM, Daniel Vetter wrote: > This tries to align with the X.org communities's long-standing > tradition of trying to be an inclusive community and handing out > commit rights fairly freely. > > We also tend to not revoke commit rights for people no longer > regularly active in a