diff options
author | Michal Krol <[email protected]> | 2009-09-17 16:04:35 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-17 16:06:09 +0100 |
commit | 5f0b49e7a956291842c7ad3a597570cf0db50cb6 (patch) | |
tree | c95f247d3c614ca5cb38ba468284b87506e45ce2 /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | 2884c31d9494d1b219da6191526e8f297ab7bbae (diff) |
tgsi: Scan input interpolators, too.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.h b/src/gallium/auxiliary/tgsi/tgsi_scan.h index 2c1a75bc812..8a7ee0c7e4f 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h @@ -45,6 +45,7 @@ struct tgsi_shader_info ubyte num_outputs; ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; /**< TGSI_SEMANTIC_x */ ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS]; + ubyte input_interpolate[PIPE_MAX_SHADER_INPUTS]; ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */ ubyte output_semantic_index[PIPE_MAX_SHADER_OUTPUTS]; |