aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-04-24 20:36:22 -0700
committerEric Anholt <[email protected]>2011-04-29 15:26:56 -0700
commitacb4d5cd96d91320b8e5edb727ff3a268f04587f (patch)
tree74ecd0edc1b1d19c29e869c339269142da339a99 /src/mesa/drivers/dri/i965/brw_context.h
parent8ba0c025a4e0aba97ae596e2121416cf04c0c300 (diff)
i965/gen4: Move the GS state to state streaming.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 4b97bfb2ac5..97475436160 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -647,8 +647,8 @@ struct brw_context
struct brw_gs_prog_data *prog_data;
GLboolean prog_active;
+ uint32_t state_offset;
drm_intel_bo *prog_bo;
- drm_intel_bo *state_bo;
} gs;
struct {