X driver: Using offscreen memory manager for Xv

2007-11-26 Thread Bankim Bhavsar
I'm implementing Xv extension of linux X driver. I need to use offscreen memory to allocate space for incoming video-frames. Currently, I am using xf86InitFBManager() part of xf86fbman.h to initialize offscreen memory by specifying a BoxPtr. The offscreen memory is initialized such that it starts

Re: X driver: Using offscreen memory manager for Xv

2007-11-26 Thread Alex Deucher
On Nov 26, 2007 8:08 PM, Bankim Bhavsar <[EMAIL PROTECTED]> wrote: > I'm implementing Xv extension of linux X driver. > > I need to use offscreen memory to allocate space for incoming video-frames. > Currently, I am using xf86InitFBManager() part of xf86fbman.h to > initialize offscreen memory by s