summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/radeonsi_pipe.h
diff options
context:
space:
mode:
authorMichel Dänzer <[email protected]>2013-05-15 18:09:50 +0200
committerMichel Dänzer <[email protected]>2013-05-21 17:50:13 +0200
commite3befbca5ed9f22effcdc91c5886c86b644bc190 (patch)
tree9abbd7a7e34a67fe8cd553d441fdf6f59dc1a870 /src/gallium/drivers/radeonsi/radeonsi_pipe.h
parenteb19163a4dd3d7bfeed63229820c926f99ed00d9 (diff)
radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEX
17 more little piglits. NOTE: This is a candidate for the 9.1 branch.
Diffstat (limited to 'src/gallium/drivers/radeonsi/radeonsi_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/radeonsi_pipe.h1
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 e50088f6e3b..32740498b11 100644
--- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h
+++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
@@ -146,7 +146,6 @@ struct r600_context {
struct pipe_framebuffer_state framebuffer;
unsigned pa_sc_line_stipple;
unsigned pa_su_sc_mode_cntl;
- unsigned pa_cl_clip_cntl;
/* for saving when using blitter */
struct pipe_stencil_ref stencil_ref;
struct si_pipe_shader_selector *ps_shader;