diff options
author | Ben Skeggs <[email protected]> | 2008-03-16 12:55:02 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-16 12:55:13 +1100 |
commit | 7d2c63e90983088f1e2f49543caf0468aa91111f (patch) | |
tree | b66f4da87a56b35c55998395cf0647eab4086e8b /src/gallium/drivers/nv10/nv10_state.h | |
parent | c4354f84603cabb0e33ea3f586cc89bfdc27f79b (diff) |
nv10: fix build after merge
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_state.h')
-rw-r--r-- | src/gallium/drivers/nv10/nv10_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv10/nv10_state.h b/src/gallium/drivers/nv10/nv10_state.h index d4b703c7adb..9bda8a7d6a3 100644 --- a/src/gallium/drivers/nv10/nv10_state.h +++ b/src/gallium/drivers/nv10/nv10_state.h @@ -2,6 +2,7 @@ #define __NV10_STATE_H__ #include "pipe/p_state.h" +#include "tgsi/util/tgsi_scan.h" struct nv10_blend_state { uint32_t b_enable; @@ -77,6 +78,7 @@ struct nv10_fragment_program_data { struct nv10_fragment_program { const struct pipe_shader_state *pipe; + struct tgsi_shader_info info; boolean translated; boolean on_hw; |