Hide texture layout details from the state tracker.
[mesa.git] / src / mesa / state_tracker / st_atom_stipple.c
index dd04d2158c7867f186b125f63ef9a409866d9ca0..c91214059a72c554508c8d04c4613e28afb07d9a 100644 (file)
@@ -54,6 +54,7 @@ update_stipple( struct st_context *st )
 
 
 const struct st_tracked_state st_update_polygon_stipple = {
+   .name = "st_update_polygon_stipple",
    .dirty = {
       .mesa = (_NEW_POLYGONSTIPPLE),
       .st  = 0,