| commit | d46e76be02fd9f5411157e60f01edfcfe74a2715 | [log] [tgz] |
|---|---|---|
| author | Benjamin Lee <benjamin.lee@collabora.com> | Mon Mar 17 14:28:11 2025 -0700 |
| committer | Marge Bot <emma+marge@anholt.net> | Wed Apr 09 21:09:20 2025 +0000 |
| tree | 7b6e6bdc014c5883cccd1e8e58c7d56146deb6cd | |
| parent | 141f0ef4e4d5d9fa8fee35a4c79d06c238e0d314 [diff] |
driconf: add uint64 type This is needed for panvk, where we want to expose uint64 core masks. The previous int parsing logic was technically UB rather than guaranteed truncate-on-overflow, but was likely compiled to truncate in practice. It is very unlikely that anyone was relying on this. Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34374>