diff options
author | Marek Olšák <[email protected]> | 2016-01-07 23:25:48 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-01-08 20:06:22 +0100 |
commit | c886422656f38593e1db3700ae747058f55125d4 (patch) | |
tree | e7764573683710982a0fed51b1ba496c0d63be23 /src/gallium/auxiliary/tgsi/tgsi_ureg.h | |
parent | 91e8f2b0a58c1f5a00f447f60213e9ec2f5b6e6e (diff) |
tgsi/ureg: remove index parameter from ureg_DECL_system_value
It can be trivially derived from the number of already declared system
values. This allows ureg users not to worry about which index to choose.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_ureg.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_ureg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.h b/src/gallium/auxiliary/tgsi/tgsi_ureg.h index 0aae550d60a..5f15ebac517 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_ureg.h +++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.h @@ -221,7 +221,6 @@ ureg_DECL_input(struct ureg_program *, struct ureg_src ureg_DECL_system_value(struct ureg_program *, - unsigned index, unsigned semantic_name, unsigned semantic_index); |