diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-12 12:39:26 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-12 12:39:26 -0700 |
commit | dae719a68173bddedbb531c030cd4a12bcb0435b (patch) | |
tree | caea923b527e21313758977ab776d6db96313ab5 /src/mesa/pipe/cell/common.h | |
parent | 68f5a6f74335e252e6a04dd6ae9ef7ae1482be97 (diff) |
Cell: first state object (depth/stencil/alpha) emitted to SPUs
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r-- | src/mesa/pipe/cell/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h index 3d6f1c4ba0..74b3d3cbee 100644 --- a/src/mesa/pipe/cell/common.h +++ b/src/mesa/pipe/cell/common.h @@ -59,6 +59,7 @@ #define CELL_CMD_FINISH 4 #define CELL_CMD_RENDER 5 #define CELL_CMD_BATCH 6 +#define CELL_CMD_STATE_DEPTH_STENCIL 7 #define CELL_NUM_BATCH_BUFFERS 2 |