summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/common.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-01-30 20:14:14 -0800
committerBen Skeggs <skeggsb@gmail.com>2008-02-15 13:50:27 +1100
commit2029ee48b1b5856ef3c9b4307f018bc6bd61ea6e (patch)
treefb58f77a68d08b86da899723a51355e458e90868 /src/mesa/pipe/cell/common.h
parentbcaf0dd8d23b3e8562078b3a3e07ef99ca940881 (diff)
I don't know why using uint64_t for "base" doesn't work. Ugh.
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r--src/mesa/pipe/cell/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index 28b0c59a0a..05aeed83ab 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -124,11 +124,12 @@ struct cell_command_clear_surface
*/
struct cell_array_info
{
- uint64_t base; /**< Base address of the 0th element. */
+ uint opcode;
+ uint base; /**< Base address of the 0th element. */
uint attr; /**< Attribute that this state if for. */
uint pitch; /**< Byte pitch from one entry to the next. */
uint format; /**< Pipe format of each entry. */
-};
+} ALIGN16_ATTRIB;
struct cell_shader_info