diff options
author | Brian Paul <[email protected]> | 2008-09-11 10:13:20 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-11 10:39:29 -0600 |
commit | 283ffdf99605c536d00e03ad6ec91a6f8e006fc2 (patch) | |
tree | c55c85c452944cdb2b5dd1dc7837e8e5b24f7f98 /src/gallium/drivers/cell/common.h | |
parent | add86031db757b0e3abe48bd8fdea40d4e380e05 (diff) |
cell: checkpoint: remove more of the old per-fragment code
Diffstat (limited to 'src/gallium/drivers/cell/common.h')
-rw-r--r-- | src/gallium/drivers/cell/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h index a62530c64da..61d2b7d1aed 100644 --- a/src/gallium/drivers/cell/common.h +++ b/src/gallium/drivers/cell/common.h @@ -146,6 +146,8 @@ struct cell_command_logicop struct cell_command_fragment_ops { uint64_t opcode; /**< CELL_CMD_STATE_FRAGMENT_OPS */ + struct pipe_depth_stencil_alpha_state dsa; + struct pipe_blend_state blend; unsigned code[SPU_MAX_FRAGMENT_OPS_INSTS]; }; |