diff options
author | Corbin Simpson <[email protected]> | 2009-01-24 05:44:01 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:28 -0800 |
commit | 188f61d43ae82c63d557d25282e349926321e3d0 (patch) | |
tree | 37dc74d16b60eb81e3686011ebc708562a9246eb /src/gallium/drivers/r300/r300_context.h | |
parent | 57b062f77551f0111fd210a2d8dd44be6acfc818 (diff) |
r300: Hook up clear, set it to fallback.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 52ddfa1df95..f246c57f48f 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -27,6 +27,7 @@ #include "pipe/p_context.h" #include "util/u_memory.h" +#include "r300_clear.h" #include "r300_screen.h" #include "r300_winsys.h" |