projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cadc4ad
)
libgl-xlib: Remove unused st_api_create_OpenGL.
author
Chia-I Wu
<olv@lunarg.com>
Thu, 16 Sep 2010 05:29:26 +0000
(13:29 +0800)
committer
Chia-I Wu
<olv@lunarg.com>
Fri, 17 Sep 2010 04:54:26 +0000
(12:54 +0800)
st/egl no longer relies on libGL for OpenGL support.
src/gallium/targets/libgl-xlib/xlib.c
patch
|
blob
|
history
diff --git
a/src/gallium/targets/libgl-xlib/xlib.c
b/src/gallium/targets/libgl-xlib/xlib.c
index 5914f63352a147da59faad17761bf5da4f44bbc5..2f8cd2d404ae01262621c0bea82db98141d2bbe9 100644
(file)
--- 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.
*