summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl/st_GLESv2.c
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-01-07 17:24:16 +0800
committerChia-I Wu <olv@lunarg.com>2011-01-10 11:50:35 +0800
commit12583174c53b23be6db1fb1cfa3dd1e8dbbd3c15 (patch)
treee059000d9e7066067b28343be6507fa37e274793 /src/gallium/targets/egl/st_GLESv2.c
parentc98ea26e16b6458b4385d6558936696e4d099455 (diff)
mesa: Remove GLES overlay.
With core mesa doing runtime API checks, GLES overlay is no longer needed. Make --enable-gles-overlay equivalent to --enable-gles[12]. There may still be places where compile-time checks are done. They could be fixed case by case.
Diffstat (limited to 'src/gallium/targets/egl/st_GLESv2.c')
-rw-r--r--src/gallium/targets/egl/st_GLESv2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/targets/egl/st_GLESv2.c b/src/gallium/targets/egl/st_GLESv2.c
deleted file mode 100644
index c1df844aa4..0000000000
--- a/src/gallium/targets/egl/st_GLESv2.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "state_tracker/st_gl_api.h"
-#include "egl.h"
-
-PUBLIC struct st_api *
-st_api_create_OpenGL(void)
-{
- return st_gl_api_create();
-}