Ported the latest bunch of Voodoo related commits from PCem.

This commit is contained in:
TC1995
2020-11-26 22:32:43 +01:00
parent 55ed92f801
commit 8671351c84
2 changed files with 85 additions and 13 deletions

View File

@@ -385,6 +385,8 @@ typedef struct voodoo_t
uint32_t dstFormat;
uint32_t dstSize;
uint32_t dstXY;
uint32_t lineStipple;
uint32_t lineStyle;
uint32_t rop;
uint32_t srcBaseAddr;
uint32_t srcFormat;
@@ -432,6 +434,9 @@ typedef struct voodoo_t
int src_stride_src, src_stride_dest;
int src_bpp;
int line_pix_pos, line_bit_pos;
int line_rep_cnt, line_bit_mask_size;
} banshee_blt;
struct