st_api: Remove st_module
authorJakob Bornecrantz <wallbraker@gmail.com>
Sat, 24 Apr 2010 00:05:49 +0000 (01:05 +0100)
committerJakob Bornecrantz <wallbraker@gmail.com>
Sun, 25 Apr 2010 23:40:17 +0000 (00:40 +0100)
commit0c572c6828b6a338b07a6860280b3a314a81662e
tree749dc6f81128f7a1b16953fad240f53108b4f8a4
parent81ab19de04e623d24cb65ad1ed3b240bce78235b
st_api: Remove st_module

The struct st_module isn't needed as it is the same thing as the st_api
struct. That is they both represent the API. Instead just use a single
function entry point to the the API.
src/gallium/include/state_tracker/st_api.h
src/gallium/state_trackers/dri/common/dri_st_api.c
src/gallium/state_trackers/egl/common/egl_g3d_st.c
src/gallium/state_trackers/es/st_es1.c
src/gallium/state_trackers/es/st_es2.c
src/gallium/state_trackers/vega/vg_manager.c
src/gallium/targets/libgl-xlib/xlib.c
src/mesa/state_tracker/st_gl_api.h [new file with mode: 0644]
src/mesa/state_tracker/st_manager.c