summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/radeonsi_pipe.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-07-17 21:28:10 +0200
committerChristian König <[email protected]>2012-07-24 12:29:29 +0200
commit835098a5290e59bb7b468eb987db67b0e1913c67 (patch)
treec4ef9184a3beca6db6e86eaace98cd353603a4d6 /src/gallium/drivers/radeonsi/radeonsi_pipe.h
parent7e011d92c9746ba4050890442db6e504fa42c4ad (diff)
radeonsi: move framebuffer to new 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
index f13d3500734..338dfb1bc71 100644
--- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h
+++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
@@ -79,7 +79,6 @@ enum r600_pipe_state_id {
R600_PIPE_STATE_SEAMLESS_CUBEMAP,
R600_PIPE_STATE_RASTERIZER,
R600_PIPE_STATE_VGT,
- R600_PIPE_STATE_FRAMEBUFFER,
R600_PIPE_STATE_DSA,
R600_PIPE_STATE_STENCIL_REF,
R600_PIPE_STATE_PS_SHADER,
@@ -256,7 +255,6 @@ struct r600_context {
boolean export_16bpc;
unsigned alpha_ref;
boolean alpha_ref_dirty;
- unsigned nr_cbufs;
struct r600_textures_info vs_samplers;
struct r600_textures_info ps_samplers;
boolean shader_dirty;