Re: evdev and absolute axes help

2011-11-16 Thread Jean-François Dagenais
On Nov 15, 2011, at 14:28, Chase Douglas wrote: > On 11/10/2011 10:30 AM, Jean-François Dagenais wrote: >> On Nov 10, 2011, at 12:54, Chase Douglas wrote: >> >>> On 11/10/2011 09:51 AM, Jean-François Dagenais wrote: Thanks for trying to help... On Nov 10, 2011, at 12:39, Chase Douglas

Re: [PATCH libdri2] dri2video support

2011-11-16 Thread Rob Clark
On Wed, Nov 16, 2011 at 7:36 AM, walter harms wrote: > > > Am 15.11.2011 23:49, schrieb Rob Clark: >> --- >>  Makefile.am                   |   16 ++- >>  include/X11/extensions/dri2.h |   52 +++- >>  src/Makefile.am               |    2 +- >>  src/dri2.c                    |  324 >>

Re: [PATCH libdri2] dri2video support

2011-11-16 Thread Rob Clark
On Wed, Nov 16, 2011 at 1:54 PM, Jamey Sharp wrote: > On Wed, Nov 16, 2011 at 02:36:45PM +0100, walter harms wrote: >> Am 15.11.2011 23:49, schrieb Rob Clark: >> > +    nformats = (rep.length / sizeof(*formats)) * 4; >> > +    formats = malloc(nformats * sizeof(*formats)); >> >> i do not understan

Re: [PATCH libdri2] dri2video support

2011-11-16 Thread Jamey Sharp
On Wed, Nov 16, 2011 at 02:36:45PM +0100, walter harms wrote: > Am 15.11.2011 23:49, schrieb Rob Clark: > > +nformats = (rep.length / sizeof(*formats)) * 4; > > +formats = malloc(nformats * sizeof(*formats)); > > i do not understand the 4 here. do you mean: > (rep.length / sizeof(*format

Re: [PATCH libdri2] dri2video support

2011-11-16 Thread walter harms
Am 15.11.2011 23:49, schrieb Rob Clark: > --- > Makefile.am | 16 ++- > include/X11/extensions/dri2.h | 52 +++- > src/Makefile.am |2 +- > src/dri2.c| 324 > - > test/Makefile.am