summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_surface.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-21 23:12:40 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:25 -0800
commit7d63ff93cbf0f342c3736f4c8fae75157a62f0ea (patch)
tree77a7d901268bc8500bcc35b48c9ce367407c9e53 /src/gallium/drivers/r300/r300_surface.h
parent22877265f4fdf66c75df391d6de95bd5c1584ea3 (diff)
r300: Unbreak build, finish clear state.
Completely untested, of course.
Diffstat (limited to 'src/gallium/drivers/r300/r300_surface.h')
-rw-r--r--src/gallium/drivers/r300/r300_surface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_surface.h b/src/gallium/drivers/r300/r300_surface.h
index e807edd0e3..2d64a95412 100644
--- a/src/gallium/drivers/r300/r300_surface.h
+++ b/src/gallium/drivers/r300/r300_surface.h
@@ -31,4 +31,7 @@
#include "r300_context.h"
#include "r300_cs.h"
+/* XXX integrate this into r300_reg */
+#include "r300_fragprog.h"
+
#endif /* R300_SURFACE_H */