Re: [PATCH wayland 0/6] Add wl_object based custom dispatchers support

2013-03-17 Thread John Kåre Alsaker
I suggest we apply all of them except the last 4 which add dispatcher support. That allows us to slowly fix the other projects with the new API. On Sat, Mar 16, 2013 at 9:25 PM, Scott Moreau wrote: > Hi Jason, > > I appreciate your work here. These patches can potentially lower the > entry barrie

Re: [PATCH wayland 0/6] Add wl_object based custom dispatchers support

2013-03-16 Thread Scott Moreau
Hi Jason, I appreciate your work here. These patches can potentially lower the entry barrier to writing other language bindings. Unfortunately, I don't not feel that this is something suitable for gh next. It adds a dependency on a mesa patch, which makes it more difficult to build the next stack,

Re: [PATCH wayland 0/6] Add wl_object based custom dispatchers support

2013-03-16 Thread Jason Ekstrand
Kristian, Working with Scott Moreau to get this applied to his "next" branch demonstrated that this series is a bit tricky to apply. In order to do everything correctly, it needs to be applied in three stages: First, apply the following 4 patches (in order): http://lists.freedesktop.org/archives/

[PATCH wayland 0/6] Add wl_object based custom dispatchers support

2013-03-08 Thread Jason Ekstrand
The following patch series implements custom dispatchers by adding an additional field to wl_object. Accompanying this series is a patch to weston that belongs between patches 2 and 3 of this series. This series requires the following patch by Jonas Ådahl: http://lists.freedesktop.org/archives/wa