summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-11 19:57:37 +0100
committerBrian <brian.paul@tungstengraphics.com>2007-08-11 19:57:37 +0100
commit24864741c58f9e40450f1ea05f7fc50d06050441 (patch)
tree35640e0f33e324ad1eb3a828c4d39cfaac6026e0 /src/mesa/state_tracker/st_context.c
parent01efb1dd8f5e14e8c034e0100f76472d89f811af (diff)
added st_cb_queryobj.c
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r--src/mesa/state_tracker/st_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c
index 7bb9cbda45..2a85ce6baa 100644
--- a/src/mesa/state_tracker/st_context.c
+++ b/src/mesa/state_tracker/st_context.c
@@ -32,6 +32,7 @@
#include "st_cb_clear.h"
#include "st_cb_drawpixels.h"
#include "st_cb_fbo.h"
+#include "st_cb_queryobj.h"
#include "st_cb_readpixels.h"
#include "st_cb_texture.h"
#include "st_cb_flush.h"
@@ -109,6 +110,7 @@ void st_init_driver_functions(struct dd_function_table *functions)
st_init_drawpixels_functions(functions);
st_init_fbo_functions(functions);
st_init_program_functions(functions);
+ st_init_query_functions(functions);
st_init_readpixels_functions(functions);
st_init_texture_functions(functions);
st_init_flush_functions(functions);