aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2009-11-26 22:03:43 -0800
committerEric Anholt <[email protected]>2010-02-25 10:53:06 -0800
commit520b64ddfb4c2efa742bc2217fef96fdec5eea9b (patch)
treeafa3bce99c7c08008b41ee5f514420352620fea4 /src/mesa/drivers/dri/i965/brw_state.h
parentba882d7827e5526e99c9d5c453d56c5e029c7476 (diff)
i965: Add untested passthrough GS setup.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h
index 5066fe151bb..c4d1f2556c9 100644
--- a/src/mesa/drivers/dri/i965/brw_state.h
+++ b/src/mesa/drivers/dri/i965/brw_state.h
@@ -95,6 +95,7 @@ const struct brw_tracked_state gen6_blend_state;
const struct brw_tracked_state gen6_cc_state_pointers;
const struct brw_tracked_state gen6_color_calc_state;
const struct brw_tracked_state gen6_depth_stencil_state;
+const struct brw_tracked_state gen6_gs_state;
const struct brw_tracked_state gen6_vs_state;
/**