diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 15:06:10 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:29 +1100 |
commit | ab9b705c67d0d8c40949ac7e697a8b4ede666c50 (patch) | |
tree | f1045dcd85dc4e617c544df3ccf7f04e1ad0a0b0 /src/mesa/pipe/cell/common.h | |
parent | 4080fef4732078e8861eb0d26d1f6e43aa27dd9e (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 |