comparison src/video/fbcon/SDL_fbriva.c @ 1022:3d4f1930ed02

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2005 19:04:14 +0000
parents b8d311d90021
children c9b51268668f
comparison
equal deleted inserted replaced
1021:ddd058103e28 1022:3d4f1930ed02
59 while ( (Rop->FifoFree < FifoEmptyCount) || 59 while ( (Rop->FifoFree < FifoEmptyCount) ||
60 (*(mapped_io + PGRAPH_OFFSET + 0x00000700) & 0x01) ) 60 (*(mapped_io + PGRAPH_OFFSET + 0x00000700) & 0x01) )
61 ; 61 ;
62 } 62 }
63 63
64 #if 0 /* Not yet implemented? */
64 /* Sets video mem colorkey and accelerated blit function */ 65 /* Sets video mem colorkey and accelerated blit function */
65 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key) 66 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
66 { 67 {
67 return(0); 68 return(0);
68 } 69 }
70 /* Sets per surface hardware alpha value */ 71 /* Sets per surface hardware alpha value */
71 static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value) 72 static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value)
72 { 73 {
73 return(0); 74 return(0);
74 } 75 }
76 #endif /* Not yet implemented */
75 77
76 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) 78 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
77 { 79 {
78 int dstX, dstY; 80 int dstX, dstY;
79 int dstW, dstH; 81 int dstW, dstH;