diff options
author | Corbin Simpson <[email protected]> | 2009-01-21 23:12:40 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:25 -0800 |
commit | 7d63ff93cbf0f342c3736f4c8fae75157a62f0ea (patch) | |
tree | 77a7d901268bc8500bcc35b48c9ce367407c9e53 /src/gallium/drivers/r300/r300_surface.h | |
parent | 22877265f4fdf66c75df391d6de95bd5c1584ea3 (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.h | 3 |
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 e807edd0e3a..2d64a954126 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 */ |