gallium: let state trackers tell u_vbuf whether user VBOs are possible
[mesa.git] / src / gallium / auxiliary / cso_cache / cso_context.h
index 29e5e33171ea9711649ec7417b203212c8aea8f2..2a65354a7f496252c06b387b8b3450fcf6ba1afb 100644 (file)
@@ -41,7 +41,8 @@ extern "C" {
 struct cso_context;
 struct u_vbuf;
 
-struct cso_context *cso_create_context( struct pipe_context *pipe );
+struct cso_context *cso_create_context(struct pipe_context *pipe,
+                                       unsigned u_vbuf_flags);
 void cso_destroy_context( struct cso_context *cso );