Module Name: xsrc Committed By: macallan Date: Fri Dec 10 18:25:44 UTC 2021
Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: add another Copy8() variant: - supports unaligned source and destination - uses all 32bit accesses - supports copies up to 124 pixels wide so an entire line fits into registers and we can ignore x direction ... mostly an exercise in learning how to use the funnel shifter TODO: - skip the funnel shifter if source and destination are aligned - skip fb reads where possible, like straight GXcopy To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.