Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / auxiliary / target-helpers / drm_helper_public.h
index fedb5c0fc17caa6d278d0d08319db06a5ee1549c..ab0fc8d1b1a4039d6254b9c331441b54aaa630b5 100644 (file)
@@ -4,8 +4,10 @@
 struct pipe_screen;
 struct pipe_screen_config;
 
-const char *iris_driconf_xml;
-const char *radeonsi_driconf_xml;
+extern const char *iris_driconf_xml;
+extern const char *radeonsi_driconf_xml;
+extern const char *v3d_driconf_xml;
+extern const char *virgl_driconf_xml;
 
 struct pipe_screen *
 pipe_i915_create_screen(int fd, const struct pipe_screen_config *config);
@@ -58,4 +60,8 @@ pipe_tegra_create_screen(int fd, const struct pipe_screen_config *config);
 struct pipe_screen *
 pipe_lima_create_screen(int fd, const struct pipe_screen_config *config);
 
+struct pipe_screen *
+pipe_zink_create_screen(int fd, const struct pipe_screen_config *config);
+
+
 #endif /* _DRM_HELPER_PUBLIC_H */