diff options
author | Corbin Simpson <[email protected]> | 2009-02-12 20:20:41 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-12 20:20:41 -0800 |
commit | 0d60a3f33cbc071fb5aca95b96f35908059b0435 (patch) | |
tree | 202486d0ace9a00275facf7015078cdca689715f /src/gallium/drivers/r300/r300_surface.h | |
parent | 637b24a5904ab78cbd3fc61ea5fe39c52be711ce (diff) |
r300-gallium: r300 passthrough shader, static shader objects, and clear code.
Diffstat (limited to 'src/gallium/drivers/r300/r300_surface.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_surface.h b/src/gallium/drivers/r300/r300_surface.h index e1d53116a1f..17d6c62fe83 100644 --- a/src/gallium/drivers/r300/r300_surface.h +++ b/src/gallium/drivers/r300/r300_surface.h @@ -31,6 +31,7 @@ #include "r300_context.h" #include "r300_cs.h" #include "r300_emit.h" +#include "r300_state_shader.h" const struct r300_blend_state blend_clear_state = { .blend_control = 0x0, |