softpipe: use the polygon stipple utility module
[mesa.git] / src / gallium / targets / egl / st_GL.c
1 #include "state_tracker/st_gl_api.h"
2 #include "egl.h"
3
4 PUBLIC struct st_api *
5 st_api_create_OpenGL(void)
6 {
7 return st_gl_api_create();
8 }