Index: [thread] [date] [subject] [author]
  From: Dmitry Semenov <hatter@chollian.net>
  To  : ggi-develop@eskimo.com
  Date: Thu, 4 Nov 1999 12:24:41 +0900

Just one more problem with matroxfb G100

I've found the color losing when was doing ggiCrossBlit
Mode 1024x768 F1 16/16
Source: memory device the same format contains RGB( 0xDD, 0xDD, OxDD)
pattern with some black lines and text and all of it packed into 16 bit
device.

Calling:
GgiCrossBlit(mem, 0, 0, 1024, 768, video, 0, 0 );
Made screen blue

Calling
memcpy(...)
has done job well. I think there is a problem :).

Best regards, Dmitry







Index: [thread] [date] [subject] [author]