diff options
author | Christian König <[email protected]> | 2012-07-17 14:31:57 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-07-24 12:29:29 +0200 |
commit | 0a091a48242513e53a99976239405e8cb72d96be (patch) | |
tree | 32323cc457d92d99ae618c5e3796eb1f76697dbc /src/gallium/drivers/radeonsi/radeonsi_pipe.h | |
parent | 63636ae52aefc275115d1f3daac4e75285583485 (diff) |
radeonsi: move blend color to new state handling
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/radeonsi_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/radeonsi_pipe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h index df1b45b2f9e..30324b78f19 100644 --- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h +++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h @@ -75,7 +75,6 @@ struct r600_atom_surface_sync { }; enum r600_pipe_state_id { - R600_PIPE_STATE_BLEND_COLOR, R600_PIPE_STATE_CONFIG, R600_PIPE_STATE_SEAMLESS_CUBEMAP, R600_PIPE_STATE_CLIP, |