commit | 1492d24f89f6e156d83d6f579d1d308eaae996ef | [log] [tgz] |
---|---|---|
author | Eric Engestrom <eric@igalia.com> | Sun Nov 26 11:22:28 2023 +0000 |
committer | Marge Bot <emma+marge@anholt.net> | Mon Nov 27 09:51:01 2023 +0000 |
tree | 92bcb2a226d88ba778e0ad37d6e5e916cfd016d6 | |
parent | 023fa0aa5d3ab9baa4a9061d9d7c74e20b723d1f [diff] |
lp: make sure 0xff is unsigned before shifting it past signed int range src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c:2446:82: runtime error: left shift of 255 by 24 places cannot be represented in type 'int' Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26368>