mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 12:40:23 +01:00
panfrost: Remove "mali_unknown6" nonsense
This structure was used maaaany moons ago as a placeholder for the varying meta (now unified with mali_attr_meta and essentially fully decoded). I don't know why it's still in the file. Let's wack it. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
b19d1a1e63
commit
4209a27c61
1 changed files with 0 additions and 8 deletions
|
|
@ -1221,14 +1221,6 @@ struct mali_viewport {
|
|||
u16 viewport1[2];
|
||||
} __attribute__((packed));
|
||||
|
||||
/* TODO: Varying meta is symmetrical with attr_meta, but there is some
|
||||
* weirdness associated. Figure it out. */
|
||||
|
||||
struct mali_unknown6 {
|
||||
u64 unknown0;
|
||||
u64 unknown1;
|
||||
};
|
||||
|
||||
/* From presentations, 16x16 tiles externally. Use shift for fast computation
|
||||
* of tile numbers. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue