summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_rast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i965/brw_pipe_rast.h')
-rw-r--r--src/gallium/drivers/i965/brw_pipe_rast.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gallium/drivers/i965/brw_pipe_rast.h b/src/gallium/drivers/i965/brw_pipe_rast.h
deleted file mode 100644
index 9354f01e18a..00000000000
--- a/src/gallium/drivers/i965/brw_pipe_rast.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef BRW_PIPE_RAST_H
-#define BRW_PIPE_RAST_H
-
-#include "brw_clip.h"
-
-struct brw_rasterizer_state {
- struct pipe_rasterizer_state templ; /* for draw module */
-
- /* Precalculated hardware state:
- */
- struct brw_clip_prog_key clip_key;
- struct brw_line_stipple bls;
- unsigned unfilled_aa_line;
-};
-
-#endif