mesa/src
Danylo Piliaiev 42c81e1901 ir3: match mova1 mnemonic when writing to A1
For MOV to A1 blob uses "mova1" mnemonic, which is mov.u16u16;
change s16 to u16 when creating MOV to A1 in order to match the blob.

Before, couldn't be parsed back:
 mov.s16s16 ha0.y, 0

After, could be parsed back and matches blob behaviour:
 mova1 a1.x, 0

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9628>
2021-03-17 12:07:54 +00:00
..
amd radv: extend the dirty bits to 64-bit 2021-03-17 09:21:38 +00:00
android_stub
broadcom ci/vc4/v3d: run piglit testsuite against Xorg 2021-03-17 11:40:58 +00:00
compiler compiler/glsl: call util_cpu_detect from glsl_type_singleton_init_or_ref 2021-03-17 08:15:36 +01:00
drm-shim drm-shim: report support for timeline semaphores 2021-02-09 21:08:52 +00:00
egl egl: use render node for wl_drm if available 2021-03-09 15:43:51 +00:00
etnaviv
freedreno ir3: match mova1 mnemonic when writing to A1 2021-03-17 12:07:54 +00:00
gallium vc4: destroy renderonly object if present 2021-03-17 11:40:58 +00:00
gbm
getopt
glx Adjust dylib compatibility versions to match what was set by mesa-18.3's autotools-based builds 2021-02-22 21:27:19 +00:00
gtest
hgl hgl: Major refactor and cleanup 2021-01-09 20:51:35 -06:00
imgui
intel vulkan/util: call glsl_type_singleton_init_or_ref from vk_instance_init 2021-03-17 08:15:36 +01:00
loader loader: Silence a warning at -Og 2021-02-18 20:59:43 +00:00
mapi util: Extract thread-id helpers from u_current 2021-03-11 04:42:15 +00:00
mesa intel: Simplify few version checks involving G4X 2021-03-16 16:40:12 +00:00
microsoft microsoft/spirv_to_dxil: Fix spirv2dxil I/O to use binary mode 2021-03-11 23:43:47 +00:00
nouveau nouveau: add drm-shim support 2021-01-11 22:45:01 +00:00
panfrost pan/bi: Use correct enum type for NIR intrinsics. 2021-03-16 21:46:52 +00:00
util util/disk_cache: add cache item headers to single file cache entries 2021-03-16 23:37:48 +00:00
virtio virgl: implement support for PIPE_CAP_STRING_MARKER 2021-03-09 13:57:05 +00:00
vulkan vulkan/util: call glsl_type_singleton_init_or_ref from vk_instance_init 2021-03-17 08:15:36 +01:00
meson.build nouveau: add drm-shim support 2021-01-11 22:45:01 +00:00
SConscript