> i am especially interested in if
> ggiPutBox from memory(malloc) to visual
> is equally fast then
> ggiCrossBlit from memory-target to visual
> (memory(malloc) and memory-target and visual are all
> the same format. 640x480x8 linear)

This shouldn't make much difference, as long as format is the same.
The CrossBlit function first checks, if the Directbuffers are compatible,
and if so, it will try to memcpy between them.

Potentially CrossBlit should also have the possibility for accelerated
transfers (DMA), but this isn't implemented for any target AFAIK.

CU, ANdy

-- 
= Andreas Beck                    |  Email :  <[EMAIL PROTECTED]> =

Reply via email to