Pica/OutputMerger: Implement color format checking.

This commit is contained in:
Tony Wasserka 2015-01-02 15:26:50 +01:00
parent 3b5710bae6
commit aaf30ca4ee
2 changed files with 13 additions and 4 deletions

View file

@ -421,7 +421,7 @@ struct Regs {
INSERT_PADDING_WORDS(0x6);
u32 depth_format;
u32 color_format;
BitField<16, 3, u32> color_format;
INSERT_PADDING_WORDS(0x4);