radeonsi/gfx10: update a tunable max_es_verts_base for NGG
[mesa.git] / src / gallium / drivers / virgl / virgl_public.h
index 6a2c11be3204004d1f6931665041f7f0ea3849b3..36bfb56eb3da40fd195515898b823caf65622110 100644 (file)
@@ -24,9 +24,9 @@
 #define VIRGL_PUBLIC_H
 
 struct pipe_screen;
-struct sw_winsys;
 struct virgl_winsys;
+struct pipe_screen_config;
 
 struct pipe_screen *
-virgl_create_screen(struct virgl_winsys *vws);
+virgl_create_screen(struct virgl_winsys *vws, const struct pipe_screen_config *config);
 #endif