From: Ian Romanick Date: Thu, 31 Jan 2008 03:34:22 +0000 (-0800) Subject: cell_array_info should not be 16-byte aligned X-Git-Tag: mesa-7.8~4139^2~496^2~298^2~16^2~384^2~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42db5715988a23743084742bc52baaa568be6091;p=platform%2Fupstream%2Fmesa.git 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. --- diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h index a40cfb8..533ad2c 100644 --- a/src/mesa/pipe/cell/common.h +++ b/src/mesa/pipe/cell/common.h @@ -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