diff options
author | Ian Romanick <[email protected]> | 2015-06-25 08:43:13 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-08-03 11:04:58 -0700 |
commit | 7a12e646d3874f4ff755e05cfb27560d11d075a7 (patch) | |
tree | fddfd65f933356d00421d110f0826df6ee36e9fd | |
parent | d302f51a1ee949fae5dc53f3c872c2712021caf7 (diff) |
i965: Remove extern declaration for nonexistent state atom
Signed-off-by: Ian Romanick <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Reviewed-by: Juha-Pekka Heikkila <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 2eff1b50e83..a99bbbd30ca 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -121,7 +121,6 @@ extern const struct brw_tracked_state gen6_wm_state; extern const struct brw_tracked_state gen7_depthbuffer; extern const struct brw_tracked_state gen7_clip_state; extern const struct brw_tracked_state gen7_disable_stages; -extern const struct brw_tracked_state gen7_gs_push_constants; extern const struct brw_tracked_state gen7_gs_state; extern const struct brw_tracked_state gen7_ps_state; extern const struct brw_tracked_state gen7_push_constant_space; |