not used yet, but want to flag it so I don't forget
#define IRIS_DIRTY_BLEND_STATE (1ull << 7)
#define IRIS_DIRTY_RASTER (1ull << 8)
#define IRIS_DIRTY_CLIP (1ull << 9)
-// XXX: define IRIS_DIRTY_ (1ull << 10)
+#define IRIS_DIRTY_SBE (1ull << 10)
#define IRIS_DIRTY_LINE_STIPPLE (1ull << 11)
#define IRIS_DIRTY_VERTEX_ELEMENTS (1ull << 12)
#define IRIS_DIRTY_MULTISAMPLE (1ull << 13)
// XXX: CC_VIEWPORT?
}
+ if (changed_slots || (old_map && old_map->separate != vue_map->separate)) {
+ ice->state.dirty |= IRIS_DIRTY_SBE;
+ }
+
ice->shaders.last_vue_map = &vue_prog_data->vue_map;
}