summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl/st_GLESv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/egl/st_GLESv2.c')
-rw-r--r--src/gallium/targets/egl/st_GLESv2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/targets/egl/st_GLESv2.c b/src/gallium/targets/egl/st_GLESv2.c
new file mode 100644
index 0000000000..87b3e65e23
--- /dev/null
+++ b/src/gallium/targets/egl/st_GLESv2.c
@@ -0,0 +1,7 @@
+#include "state_tracker/st_gl_api.h"
+
+PUBLIC struct st_api *
+st_api_create_OpenGL_ES2(void)
+{
+ return st_gl_api_create_es2();
+}