i965: Merge gen7_clip_state atom into gen6_clip_state atom.
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_clip_state.c
index 1c5b9441d5acccdd6744c64ebd617592a5568c18..7dc974043696285989563caeaebbaab29b5161aa 100644 (file)
@@ -255,24 +255,6 @@ upload_clip_state(struct brw_context *brw)
 }
 
 const struct brw_tracked_state gen6_clip_state = {
-   .dirty = {
-      .mesa  = _NEW_BUFFERS |
-               _NEW_LIGHT |
-               _NEW_POLYGON |
-               _NEW_TRANSFORM,
-      .brw   = BRW_NEW_BLORP |
-               BRW_NEW_CONTEXT |
-               BRW_NEW_FS_PROG_DATA |
-               BRW_NEW_GS_PROG_DATA |
-               BRW_NEW_META_IN_PROGRESS |
-               BRW_NEW_PRIMITIVE |
-               BRW_NEW_RASTERIZER_DISCARD |
-               BRW_NEW_VUE_MAP_GEOM_OUT,
-   },
-   .emit = upload_clip_state,
-};
-
-const struct brw_tracked_state gen7_clip_state = {
    .dirty = {
       .mesa  = _NEW_BUFFERS |
                _NEW_LIGHT |