Implement out-of-order CMDFIFO handling on Banshee.

This commit is contained in:
SarahW 2020-08-15 15:57:39 +01:00
commit 2212b9a470
2 changed files with 50 additions and 3 deletions

View file

@ -302,6 +302,7 @@ typedef struct voodoo_t
int cmdfifo_rp;
volatile int cmdfifo_depth_rd, cmdfifo_depth_wr;
uint32_t cmdfifo_amin, cmdfifo_amax;
int cmdfifo_holecount;
uint32_t sSetupMode;
vert_t verts[4];