summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
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.h
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.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index e032a30906..96d923d6f1 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -30,6 +30,7 @@
#include "util/u_memory.h"
#include "r300_clear.h"
+#include "r300_query.h"
#include "r300_screen.h"
#include "r300_winsys.h"