mesa/src/asahi/lib
Alyssa Rosenzweig db93090ffc asahi: Allow GenXML to be used in C++
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>
2022-02-18 23:48:32 +00:00
..
agx_bo.h asahi: Remove unused bo_access property 2021-07-10 11:01:25 -04:00
agx_device.c asahi: Remove obnoxious workaround 2021-11-18 23:35:25 +00:00
agx_device.h asahi: Allocate global IDs 2021-07-11 14:48:59 -04:00
agx_formats.c asahi: Add integers to agx_vertex_formats 2021-07-24 18:00:07 -04:00
agx_formats.h asahi: Add internal (renderable) formats to the table 2021-07-05 20:56:04 +00:00
cmdbuf.xml asahi: Support 2D array and 3D textures 2022-02-18 23:48:32 +00:00
decode.c asahi: Fix BIND_PIPELINE sizing and alignment 2021-11-18 23:35:25 +00:00
decode.h asahi/decode: Only dump mapped allocations 2021-07-10 11:04:45 -04:00
gen_pack.py asahi: Allow GenXML to be used in C++ 2022-02-18 23:48:32 +00:00
hexdump.h
io.h asahi: Fix agx_map_* structures 2021-11-18 23:35:25 +00:00
meson.build asahi: Add vertex formats table 2021-05-02 17:41:22 -04:00
pool.c asahi: Remove unused bo_access property 2021-07-10 11:01:25 -04:00
pool.h asahi: Add pool data structure 2021-05-02 17:41:22 -04:00
tiling.c asahi: Allow tiling of all bpps 2022-02-18 23:48:32 +00:00
tiling.h asahi: Dynamically configure tile size 2022-02-18 23:48:32 +00:00