freedreno/a6xx: Silence compiler warnings
authorEduardo Lima Mitev <elima@igalia.com>
Tue, 26 Feb 2019 07:48:46 +0000 (08:48 +0100)
committerEduardo Lima Mitev <elima@igalia.com>
Tue, 26 Feb 2019 13:15:33 +0000 (14:15 +0100)
commit0bf667984b074105be62116fa76be42b2a422e28
tree3028c9655a6852a226bce8a7ff0bf0e5f552745f
parent7cab8d3661f243c47874fa7e6ad30af7bd4a53d8
freedreno/a6xx: Silence compiler warnings

util_format_compose_swizzles() expects 'const unsigned char' and we
are feeding it 'char'.

Reviewed-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a6xx/fd6_format.c