glsl-*-raytrace: Fix the type of the generated binary data header.
commit550d4a2996d4c80e0c0ef976dcde5d5b2322185f
authorEmma Anholt <emma@anholt.net>
Tue, 2 May 2023 19:54:39 +0000 (2 12:54 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 3 May 2023 22:06:50 +0000 (3 22:06 +0000)
tree999559353b2093d14552d5257a3412f41f75b339
parent7f434097d80f16d9dd380e72799b2b5dec36f6cb
glsl-*-raytrace: Fix the type of the generated binary data header.

There was an unintentional change from unsigned to signed char,
causing probes to try to find negative colors and fail badly.

Fixes: 4a81dbea85ce ("shaders: generate headers from binary files")
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/804>
tests/shaders/bin2h.py