projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c7146
)
cell: comment-out unneeded padding field
author
Brian Paul
<brianp@vmware.com>
Tue, 27 Jul 2010 02:49:09 +0000
(20:49 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 27 Jul 2010 02:49:09 +0000
(20:49 -0600)
src/gallium/drivers/cell/common.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/common.h
b/src/gallium/drivers/cell/common.h
index bbb112fd3366b79f34289dcc5d983a9bdfe6cbd7..a8cdde34aa7717b6738c746511d897909c949455 100644
(file)
--- 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];*/
};