diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 15:06:10 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 15:06:10 -0700 |
commit | 7a1d01f2a0d8f0875a265e7d4e31e1348fd82677 (patch) | |
tree | 2c466f58cc0da6f531e3d1fbd8c33beb6f29e297 /src/mesa/pipe/cell/common.h | |
parent | 8f924e4df06a5d45dda338e7a0a87308e48df57e (diff) |
Cell: emit blend state to SPUs
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r-- | src/mesa/pipe/cell/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h index 7e193f31be..d861e82d33 100644 --- a/src/mesa/pipe/cell/common.h +++ b/src/mesa/pipe/cell/common.h @@ -85,7 +85,8 @@ #define CELL_CMD_STATE_VERTEX_INFO 14 #define CELL_CMD_STATE_VIEWPORT 15 #define CELL_CMD_STATE_VS_ARRAY_INFO 16 -#define CELL_CMD_VS_EXECUTE 17 +#define CELL_CMD_STATE_BLEND 17 +#define CELL_CMD_VS_EXECUTE 18 #define CELL_NUM_BUFFERS 4 |