mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
cell_array_info should not be 16-byte aligned
Forcing cell_array_info to be 16-byte aligned makes it more difficult to stuff that state in batch commands.
This commit is contained in:
parent
10270fbe2d
commit
de949a471e
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ struct cell_array_info
|
|||
uint attr; /**< Attribute that this state if for. */
|
||||
uint pitch; /**< Byte pitch from one entry to the next. */
|
||||
enum pipe_format format; /**< Pipe format of each entry. */
|
||||
} ALIGN16_ATTRIB;
|
||||
};
|
||||
|
||||
|
||||
struct cell_shader_info
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue