summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-14 11:03:02 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-09-14 11:51:47 +0800
commit542c26fa4f7212831234af5008cea1bf7593f30d (patch)
treea11fb475b6733c5ef936f151cf64c38d5770c0e2 /src/mesa/state_tracker/st_context.c
parenta98c282c7da646c9def246b2619124c51f8b4464 (diff)
es/st: Move state tracker code to mesa/st.
State tracker is one of the mesa drivers. It should not belong to the es overlay.
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r--src/mesa/state_tracker/st_context.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c
index 96969c736c..508d522f9a 100644
--- a/src/mesa/state_tracker/st_context.c
+++ b/src/mesa/state_tracker/st_context.c
@@ -326,6 +326,11 @@ void st_init_driver_functions(struct dd_function_table *functions)
st_init_drawpixels_functions(functions);
st_init_rasterpos_functions(functions);
#endif
+
+#if FEATURE_OES_draw_texture
+ st_init_drawtex_functions(functions);
+#endif
+
st_init_fbo_functions(functions);
st_init_get_functions(functions);
#if FEATURE_feedback