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:
Ian Romanick 2008-01-30 19:34:22 -08:00
parent 10270fbe2d
commit de949a471e

View file

@ -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