On Don, 2003-02-13 at 21:25, [EMAIL PROTECTED] wrote: > > I tried to set those registers you told me, but my bitblt operation > still doesn't work. What confused me is that how the graphic card knows > that the source image is saved with lineal trajectory instead of > rectangular trajectory? Because it seems that register DP_SRC_SOURCE > should be the one to set how the source image is saved, but there is no > option for saving source image in frame buffer with lineal trajectory > which is what I really want.
Linear trajectory is a special case of rectangular trajectory where pitch == width. If you want to save space, use the minimum pitch possible. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
