Move Voodoo colour/aux buffer tiled mode flags to params structure. Fixed
crash in 3DMark 2001 demo mode.
This commit is contained in:
parent
8cfb60608e
commit
09a7b468c3
5 changed files with 39 additions and 26 deletions
|
|
@ -156,6 +156,9 @@ typedef struct voodoo_params_t
|
|||
uint32_t swapbufferCMD;
|
||||
|
||||
uint32_t stipple;
|
||||
|
||||
int col_tiled, aux_tiled;
|
||||
int row_width, aux_row_width;
|
||||
} voodoo_params_t;
|
||||
|
||||
typedef struct texture_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue