summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-10 01:54:24 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-10 01:54:24 -0700
commitd559796d6f13579ecf921a63d9f0c6c6342dc230 (patch)
treed9df0e6e145a5dc75c0fd62975cf3a3f5909a5a0 /src/gallium/drivers/r300/r300_context.c
parentfdfde00cd8e1465a214062e38b715787919de6e5 (diff)
r300-gallium: Initial, broken, query setup.
Not going to bother unbreaking it here until it's unbroken elsewhere.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 653d919ef1..1affcbfdf4 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -133,6 +133,8 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen,
r300_init_flush_functions(r300);
+ r300_init_query_functions(r300);
+
r300_init_surface_functions(r300);
r300_init_state_functions(r300);