summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_surface.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-21 02:21:09 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:25 -0800
commit22877265f4fdf66c75df391d6de95bd5c1584ea3 (patch)
treefb2366ce6deb4a562a1187c318c5aa9090a11280 /src/gallium/drivers/r300/r300_surface.h
parent6885560de54db26683eb813756e09fa3822c3492 (diff)
[BROKEN] r300: Add initial clear/fill code.
Copied from mesa and still broken. Gimme a few to clean it up.
Diffstat (limited to 'src/gallium/drivers/r300/r300_surface.h')
-rw-r--r--src/gallium/drivers/r300/r300_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_surface.h b/src/gallium/drivers/r300/r300_surface.h
index 0b2fd0b32b..e807edd0e3 100644
--- a/src/gallium/drivers/r300/r300_surface.h
+++ b/src/gallium/drivers/r300/r300_surface.h
@@ -28,7 +28,7 @@
#include "util/u_rect.h"
-#include "r300_blit.h"
#include "r300_context.h"
+#include "r300_cs.h"
#endif /* R300_SURFACE_H */