mesa/src/nouveau
Danilo Krummrich b97590371a nv50/ir: handle U8/U16 integers converting to U64
We can't directly convert from unsigned integers smaller than 64 bit to
unsigned 64 bit integers. Hence, converting from 32 bit to 64 bit is
handled by just merging with 0. To support U8/U16 integers handle them
just the same way.

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18109>
2022-09-09 17:32:30 +02:00
..
codegen nv50/ir: handle U8/U16 integers converting to U64 2022-09-09 17:32:30 +02:00
drm-shim nouveau: disable fences when running under drm-shim. 2022-05-09 23:10:45 +00:00
meson.build nouveau: move codegen to a common higher level directory. 2022-06-03 03:57:18 +00:00