summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-01-30 19:34:22 -0800
committerBen Skeggs <skeggsb@gmail.com>2008-02-15 13:50:27 +1100
commit42db5715988a23743084742bc52baaa568be6091 (patch)
tree0f87826651b432982a19d2c0e1c4a70de6971f6b /src/mesa
parent738a4292b18e5513935af3902b4ed9d1997f90d1 (diff)
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.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/cell/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index a40cfb8210..533ad2cf6e 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