summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.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/si_state.h
parent7e011d92c9746ba4050890442db6e504fa42c4ad (diff)
radeonsi: move framebuffer to new handling
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index c70a2613864..ad79b9a3aff 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -47,6 +47,7 @@ union si_state {
struct si_pm4_state *clip;
struct si_pm4_state *scissor;
struct si_state_viewport *viewport;
+ struct si_pm4_state *framebuffer;
} named;
struct si_pm4_state *array[0];
};