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 |

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 /

[PATCH libdri2] dri2video support

2011-11-15 Thread Rob Clark
--- Makefile.am | 16 ++- include/X11/extensions/dri2.h | 52 +++- src/Makefile.am |2 +- src/dri2.c| 324 - test/Makefile.am |6 +- test/dri2-nouveau.c |2 +-