diff options
author | Timothy Pearson <[email protected]> | 2018-07-16 14:20:42 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-07-18 13:31:29 -0400 |
commit | e1621fda84d92f154b19c5bf9562ee6963414399 (patch) | |
tree | 0fa8717e367e463d8ca3abcb0aaf34b3a1d92d45 /src/mesa | |
parent | aaa6fac8f65e6a28ba73eef6a0e6da4bef4fc992 (diff) |
radeonsi: Use signed char for color_interp_vgpr_index
color_interp_vgpr_index was declared as a generic char value.
Because signed values are used in this variable, the result
was not safe across architectures and crashed on ppc64[el]
and arm.
Declare color_interp_vgpr_index as a signed type.
Signed-off-by: Timothy Pearson <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa')
0 files changed, 0 insertions, 0 deletions