An experimental pseudocolor emulation layer. Not fully completed, currently

only works for 16bpp.
This commit is contained in:
Egbert Eich 2004-07-30 21:46:38 +00:00
commit 4baf002941
4 changed files with 3283 additions and 0 deletions

2330
fb/fbpseudocolor.c Normal file

File diff suppressed because it is too large Load diff

20
fb/fbpseudocolor.h Normal file
View file

@ -0,0 +1,20 @@
#ifndef _FB_XX_H_
# define _FB_XX_H_
typedef void (*xxSyncFunc)(ScreenPtr);
extern Bool xxSetup(ScreenPtr pScreen, int myDepth,
int baseDepth, char *addr, xxSyncFunc sync);
extern void xxPrintVisuals(void);
#endif /* _FB_XX_H_ */