On Tue, 2001-10-30 at 13:16, Paul Robertson wrote: > I'm trying to use XvShmCreateImage() to create a YV12 image of size > 2880x1152. > The call succeeds but the data_size field in the returned XvImage is smaller > than the required 2880x1152x3/2 bytes. > Looking at the value of XvImage->data_size I guess my XvImage has been > cropped to 2048x1152. > > Is this down to the driver (ATI r128 in this case) or a another software > layer in libXv?
The r128 driver indeed only supports up to 2048x2048. Probably a hardware limitation. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
