diff options
author | Brian <[email protected]> | 2008-01-21 21:15:43 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-01-21 21:17:21 -0700 |
commit | cfeda4165b2845d2253d3082aa771a2346bac6a0 (patch) | |
tree | 098dcd9c5afb62c3ebd1c50966471db06fff46c0 /src/mesa/pipe/cell/common.h | |
parent | 0c085717cbb63f00223dc1df3d514f1ef2aaeda1 (diff) |
Cell: initial support for sampler state
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 f05070d25a1..4c998722a26 100644 --- a/src/mesa/pipe/cell/common.h +++ b/src/mesa/pipe/cell/common.h @@ -60,6 +60,7 @@ #define CELL_CMD_RENDER 5 #define CELL_CMD_BATCH 6 #define CELL_CMD_STATE_DEPTH_STENCIL 7 +#define CELL_CMD_STATE_SAMPLER 8 #define CELL_NUM_BATCH_BUFFERS 3 |