Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Tue, 11 Aug 1998 14:59:53 +1000

Re: Candidates for targets' common code

Steve writes:

>  How's this sound?
>  
>  _GGI_SETUP_PIXFMT(vis)
>  for targets that use "default" meaning of GT_x graphtypes.
>  e.g. memory, trueemu...

Trueemu will move away from the GT_*BIT graphtypes.  The idea is to
emulate GT_TRUECOLOR with all possible depths (3..30), optimized for
some common cases like 16/24/32 bits.

Come to think of it, there are some nice correspondences here:

    TrueEmu emulates GT_TRUECOLOR modes. 
    PalEmu  emulates GT_PALETTE modes.

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

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