Merge branch '7.8'
[mesa.git] / src / gallium / state_trackers / es / st_es1.c
index 7f0c038957b5b1092944e859ccf111d6c88437c0..4e89e06b34cdd00a851a19ea1c9afff0bfdf1fb1 100644 (file)
@@ -1 +1,8 @@
-const int st_api_OpenGL_ES1 = 1;
+#include "state_tracker/st_manager.h"
+
+PUBLIC const int st_api_OpenGL_ES1 = 1;
+
+PUBLIC const struct st_module st_module_OpenGL_ES1 = {
+   .api = ST_API_OPENGL_ES1,
+   .create_api = st_manager_create_api
+};