summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-07-26 20:49:09 -0600
committerBrian Paul <brianp@vmware.com>2010-07-26 20:49:09 -0600
commit2a8021667de68c6ee2723b52a27dd980c1ca5602 (patch)
treef8a7db0b7667f3e68f30987cbd59fc6256501740 /src/gallium/drivers/cell
parentd2c714627ca490b23639ba4c32603f56b9d993e3 (diff)
cell: comment-out unneeded padding field
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r--src/gallium/drivers/cell/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h
index bbb112fd33..a8cdde34aa 100644
--- a/src/gallium/drivers/cell/common.h
+++ b/src/gallium/drivers/cell/common.h
@@ -230,7 +230,7 @@ struct cell_command_rasterizer
{
opcode_t opcode; /**< CELL_CMD_STATE_RASTERIZER */
struct pipe_rasterizer_state rasterizer;
- uint32_t pad[1];
+ /*uint32_t pad[1];*/
};