diff options
author | Patrice Mandin <[email protected]> | 2008-07-03 21:25:47 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-07-03 21:25:47 +0200 |
commit | c0e9eb3b095c9769d3deacf4ad4470bd155acdcd (patch) | |
tree | 7798ddeb7c426d6b257cfe2667806d8fef017644 /src/gallium/drivers/nv30/nv30_state.h | |
parent | 52cf7a6c1ccc987859834b640a5ec0a62f84134a (diff) |
nv30: Emit blend state using state objects
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_state.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_state.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state.h b/src/gallium/drivers/nv30/nv30_state.h index 117520dd13c..8489b7b7969 100644 --- a/src/gallium/drivers/nv30/nv30_state.h +++ b/src/gallium/drivers/nv30/nv30_state.h @@ -3,20 +3,6 @@ #include "pipe/p_state.h" -struct nv30_blend_state { - uint32_t b_enable; - uint32_t b_srcfunc; - uint32_t b_dstfunc; - uint32_t b_eqn; - - uint32_t l_enable; - uint32_t l_op; - - uint32_t c_mask; - - uint32_t d_enable; -}; - struct nv30_sampler_state { uint32_t fmt; uint32_t wrap; |