Index: [thread] [date] [subject] [author]
  From: Steve Cheng <elmert@ipoline.com>
  To  : GGI Mailing List <ggi-develop@eskimo.com>
  Date: Mon, 10 Aug 1998 17:44:55 -0400 (EDT)

Candidates for targets' common code

How's this sound?

_GGI_SETUP_PIXFMT(vis)
for targets that use "default" meaning of GT_x graphtypes.
e.g. memory, trueemu...

For anything more complicated, set it yourself.

_GGI_SETUP_DB_SIMPLE_PLB(vis, addr, stride)
set up pixellinearbuffer with addr and stride.


_GGI_FREE_DB
same as _GGIfreedbs() now

Could also be functions rather than macros if you want...


--
Steve Cheng               

email: steve@ggi-project.org   
www: <http://shell.ipoline.com/~elmert/>;

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