Mesa (7.9): libgl-xlib: Remove unused st_api_create_OpenGL.

Chia-I Wu olv at kemper.freedesktop.org
Fri Sep 17 04:58:49 UTC 2010


Module: Mesa
Branch: 7.9
Commit: 69f67f5ded6963ca83f8601f218f6dabf8bfbba5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=69f67f5ded6963ca83f8601f218f6dabf8bfbba5

Author: Chia-I Wu <olv at lunarg.com>
Date:   Thu Sep 16 13:29:26 2010 +0800

libgl-xlib: Remove unused st_api_create_OpenGL.

st/egl no longer relies on libGL for OpenGL support.

---

 src/gallium/targets/libgl-xlib/xlib.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/gallium/targets/libgl-xlib/xlib.c b/src/gallium/targets/libgl-xlib/xlib.c
index 5914f63..2f8cd2d 100644
--- a/src/gallium/targets/libgl-xlib/xlib.c
+++ b/src/gallium/targets/libgl-xlib/xlib.c
@@ -39,14 +39,6 @@
 #include "state_tracker/st_api.h"
 #include "state_tracker/st_gl_api.h"
 
-/* piggy back on this libGL for OpenGL support in EGL */
-struct st_api *
-st_api_create_OpenGL()
-{
-   return st_gl_api_create();
-}
-
-
 /* Helper function to choose and instantiate one of the software rasterizers:
  * cell, llvmpipe, softpipe.
  *




More information about the mesa-commit mailing list