Page 1 of 1

Gapi and buffers

PostPosted: Sep 10, 2002 @ 3:50pm
by lamondo
Im creating a unsigned short* buffer[320*240], and the anothe with 100* 100 dimensions.

I read a tga into the 100*100 buffer and all is fine

my problem is that when i write this to the 320*240 buffer at 0,0 it appears as interlaced for the length of the screen when i blit the buffer using gapi.

I have set a loop that should copy the pixels from one to the other with the width of the 100 as a pitch

not sure if this makes sense, but im sure somebody else has had this problem and any help would be appreciated.

PostPosted: Sep 10, 2002 @ 4:38pm
by cryo

PostPosted: Sep 10, 2002 @ 5:12pm
by lamondo

PostPosted: Sep 10, 2002 @ 5:17pm
by cryo

PostPosted: Sep 10, 2002 @ 5:26pm
by lamondo

PostPosted: Sep 10, 2002 @ 5:32pm
by cryo

PostPosted: Sep 10, 2002 @ 5:48pm
by lamondo

PostPosted: Sep 10, 2002 @ 8:39pm
by Dan East

PostPosted: Sep 11, 2002 @ 10:53am
by lamondo