GPU: Properly implement memory fills.

This commit is contained in:
Tony Wasserka
2015-01-01 19:58:18 +01:00
parent 745b42d236
commit 0da6a7e234
4 changed files with 76 additions and 31 deletions

View File

@ -109,9 +109,13 @@ struct Command {
u32 start1;
u32 value1;
u32 end1;
u32 start2;
u32 value2;
u32 end2;
u16 control1;
u16 control2;
} memory_fill;
struct {