mesa/src/asahi
Alyssa Rosenzweig 6de5bd5f41 agx: Fix signedness issues packing
UBSan complains otherwise:

../src/asahi/compiler/agx_pack.c:701:21: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
../src/asahi/compiler/agx_pack.c:534:18: runtime error: left shift of 8 by 28 places cannot be represented in type 'int'

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19971>
2022-11-24 23:37:48 +00:00
..
compiler agx: Fix signedness issues packing 2022-11-24 23:37:48 +00:00
drm-shim asahi: Add drm-shim implementation 2022-11-07 16:10:11 +00:00
layout ail: Handle multisampling 2022-11-19 20:25:41 +00:00
lib asahi: Copy panfrost's bo cache 2022-11-24 23:37:48 +00:00
meson.build asahi: Add drm-shim implementation 2022-11-07 16:10:11 +00:00