HWRasterizer: Texture forwarding

This commit is contained in:
tfarley 2016-04-16 18:57:57 -04:00
parent e46d086189
commit 22f3a7e94c
20 changed files with 1749 additions and 970 deletions

View file

@ -78,7 +78,7 @@ struct Regs {
INSERT_PADDING_WORDS(0x4);
struct {
struct MemoryFillConfig {
u32 address_start;
u32 address_end;
@ -165,7 +165,7 @@ struct Regs {
INSERT_PADDING_WORDS(0x169);
struct {
struct DisplayTransferConfig {
u32 input_address;
u32 output_address;