mesa: rework vbo_exec_init()
[mesa.git] / src / mesa / main / api_arrayelt.c
index 46175e4cc74a5005e387d3090f362c4e4786dc51..8eb523dd525d9d4dacf5e73360796e462b6042c7 100644 (file)
@@ -94,6 +94,13 @@ TYPE_IDX(GLenum t)
 }
 
 
+bool
+_ae_is_state_dirty(struct gl_context *ctx)
+{
+   return AE_CONTEXT(ctx)->NewState;
+}
+
+
 #define NUM_TYPES 8