QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
vid_svgalib.c File Reference

Functions

void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height)
 
void D_EndDirectRect (int x, int y, int width, int height)
 
void VID_Init (byte *palette, byte *colormap)
 
void VID_Init_Cvars ()
 
void VID_LockBuffer (void)
 
void VID_SetCaption (const char *text)
 
qboolean VID_SetGamma (double gamma)
 
void VID_SetPalette (byte *palette)
 
void VID_Shutdown (void)
 
void VID_UnlockBuffer (void)
 
void VID_Update (vrect_t *rects)
 

Variables

int VGA_bufferrowbytes
 
int VGA_height
 
byteVGA_pagebase
 
int VGA_planar
 
int VGA_rowbytes
 
int VGA_width
 
int VID_options_items = 0
 

Function Documentation

void D_BeginDirectRect ( int  x,
int  y,
byte pbitmap,
int  width,
int  height 
)
void D_EndDirectRect ( int  x,
int  y,
int  width,
int  height 
)
void VID_Init ( byte palette,
byte colormap 
)
void VID_Init_Cvars ( void  )
void VID_LockBuffer ( void  )
void VID_SetCaption ( const char *  text)
qboolean VID_SetGamma ( double  gamma)
void VID_SetPalette ( byte palette)
void VID_Shutdown ( void  )
void VID_UnlockBuffer ( void  )
void VID_Update ( vrect_t rects)

Variable Documentation

int VGA_bufferrowbytes
int VGA_height
byte* VGA_pagebase
int VGA_planar
int VGA_rowbytes
int VGA_width
int VID_options_items = 0