ViRGE S3D triangle rendering now uses worker thread.
Fixed clipping bug on ViRGE. Fixed status window crash.
This commit is contained in:
parent
67cb9e3781
commit
1c3d1039ff
22 changed files with 462 additions and 305 deletions
|
|
@ -174,11 +174,11 @@ void et4000_force_redraw(void *p)
|
|||
et4000->svga.fullchange = changeframecount;
|
||||
}
|
||||
|
||||
int et4000_add_status_info(char *s, int max_len, void *p)
|
||||
void et4000_add_status_info(char *s, int max_len, void *p)
|
||||
{
|
||||
et4000_t *et4000 = (et4000_t *)p;
|
||||
|
||||
return svga_add_status_info(s, max_len, &et4000->svga);
|
||||
svga_add_status_info(s, max_len, &et4000->svga);
|
||||
}
|
||||
|
||||
device_t et4000_device =
|
||||
|
|
|
|||
Loading…
Reference in a new issue