mesa: Make FEATURE_EXT_transform_feedback more modular.
[mesa.git] / src / mesa / state_tracker / st_cb_bufferobjects.c
index f24145844b902cdf0306fdea19d3606e39a532bf..900deaf46ded682abe817cd3ffec357d2d73bf34 100644 (file)
@@ -36,7 +36,6 @@
 #include "main/arrayobj.h"
 #include "main/bufferobj.h"
 
-#include "st_inlines.h"
 #include "st_context.h"
 #include "st_cb_bufferobjects.h"
 
@@ -204,7 +203,7 @@ st_bufferobj_data(GLcontext *ctx,
       }
 
       if (data)
-         st_no_flush_pipe_buffer_write(st_context(ctx), st_obj->buffer, 0,
+         pipe_buffer_write(st_context(ctx)->pipe, st_obj->buffer, 0,
                                       size, data);
       return GL_TRUE;
    }