summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:43:30 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:43:30 -0800
commit38f610e5360a2beb46f92e75942745cfbfbac22a (patch)
tree5ac0cd65350eb674a0704f5d2bdc9b4ea6cde997 /src/gallium/drivers/r300/r300_screen.h
parente6e6b493b6123df675d5222b0e78087a370aea01 (diff)
r300: Add u_simple_screen support.
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r--src/gallium/drivers/r300/r300_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h
index b45ce5e8c6..2e25f61dbf 100644
--- a/src/gallium/drivers/r300/r300_screen.h
+++ b/src/gallium/drivers/r300/r300_screen.h
@@ -26,6 +26,7 @@
#include "pipe/p_inlines.h"
#include "pipe/p_screen.h"
#include "util/u_memory.h"
+#include "util/u_simple_screen.h"
#include "r300_chipset.h"
#include "r300_texture.h"