mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 17:28:09 +02:00
C++ requires explicit casts from integers to enums. Fixes errors like the following when trying to use Asahi GenXML from a GTest unit test. src/asahi/lib/agx_pack.h:554:23: error: assigning to 'enum agx_channels' from incompatible type 'uint64_t' (aka 'unsigned long long') values->channels = __gen_unpack_uint(cl, 0, 6); Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14903> |
||
|---|---|---|
| .. | ||
| agx_bo.h | ||
| agx_device.c | ||
| agx_device.h | ||
| agx_formats.c | ||
| agx_formats.h | ||
| cmdbuf.xml | ||
| decode.c | ||
| decode.h | ||
| gen_pack.py | ||
| hexdump.h | ||
| io.h | ||
| meson.build | ||
| pool.c | ||
| pool.h | ||
| tiling.c | ||
| tiling.h | ||