diff options
author | Dave Airlie <[email protected]> | 2010-10-14 14:40:24 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-15 14:59:17 +1000 |
commit | 07a30e3d18a528a2dc8a247af5c43e7428be1743 (patch) | |
tree | 8e20855b13edeb3c8b621b510a6be9083d2546f6 /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | 3322fbaf3b5e305ce00c1d08c26965bb98e0cef0 (diff) |
tgsi: add scanner support for centroid inputs
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 374c7ed551d..104097fbc03 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 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 input_centroid[PIPE_MAX_SHADER_INPUTS]; ubyte input_usage_mask[PIPE_MAX_SHADER_INPUTS]; ubyte input_cylindrical_wrap[PIPE_MAX_SHADER_INPUTS]; ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */ |