summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-22 16:51:34 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:26 -0800
commit0648bc9f65f1c6700b442e57ac0e82404fb60c2d (patch)
treeb50c1f94c42e335fa4180b17a0df14f7dcf294d6 /src/gallium/drivers/r300/r300_screen.h
parentecb7f29f74c8f7456302267fe31b1de4bcc103c5 (diff)
r300: Add texture stubs.
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 83d5a75d0a..b45ce5e8c6 100644
--- a/src/gallium/drivers/r300/r300_screen.h
+++ b/src/gallium/drivers/r300/r300_screen.h
@@ -28,6 +28,7 @@
#include "util/u_memory.h"
#include "r300_chipset.h"
+#include "r300_texture.h"
#include "r300_winsys.h"
struct r300_screen {