diff options
author | Corbin Simpson <[email protected]> | 2009-03-10 01:54:24 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-03-10 01:54:24 -0700 |
commit | d559796d6f13579ecf921a63d9f0c6c6342dc230 (patch) | |
tree | d9df0e6e145a5dc75c0fd62975cf3a3f5909a5a0 /src/gallium/drivers/r300/r300_context.h | |
parent | fdfde00cd8e1465a214062e38b715787919de6e5 (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.h | 1 |
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 e032a309063..96d923d6f1c 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" |