mesa/src
Sviatoslav Peleshko 173a991405 intel/disasm: Print src1_len correctly depending on ExDesc type
There are two "Src1.Length" with different formats in "send" description
in the PRMs. One is part of ExMsgDesc, is relevant for LSC SFIDs, and
exists if [ExDesc.IsReg]==false. The other is just a 5-bit immediate,
is relevant for other SFIDs too, and exists if ([ExDesc.IsReg]==true)
AND ([ExBSO]==true).

Signed-off-by: Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25657>
2024-01-09 11:35:52 +00:00
..
amd radv: Remove the BVH depth heuristics 2024-01-09 09:00:24 +00:00
android_stub
asahi asahi: Implement lod queries 2024-01-04 01:51:07 +00:00
broadcom broadcom/compiler: remove one superfluous call to nir_opt_undef 2024-01-09 12:02:36 +01:00
c11
compiler nir: Disable -Wmisleading-indentation when compiling with GCC 2024-01-09 01:40:22 +00:00
drm-shim
egl egl/wayland: fix formatting and add trailing comma 2024-01-06 02:19:02 +00:00
etnaviv etnaviv/drm: Remove redundant ALIGN macro by #include "util/u_math.h" 2024-01-08 08:53:31 +00:00
freedreno ir3/legalize: Fix helper propagation with b.any/b.all/getone 2024-01-05 11:37:09 +00:00
gallium panfrost: expose support for EXT_copy_image 2024-01-09 09:21:29 +00:00
gbm
getopt
glx glx: Handle IGNORE_GLX_SWAP_METHOD_OML regardless of GLX_USE_APPLEGL 2023-12-18 17:52:09 +00:00
gtest
imagination
imgui
intel intel/disasm: Print src1_len correctly depending on ExDesc type 2024-01-09 11:35:52 +00:00
loader loader: Remove a line of unused include 2024-01-03 08:06:01 +00:00
mapi
mesa gallium: stop calling resource_copy_region for multisampled copy_image 2024-01-09 09:21:29 +00:00
microsoft nir: remove redundant passes from nir_opt_if() 2024-01-03 20:48:05 +00:00
nouveau nouveau: Use align64 instead of ALIGN for 64 bit value parameter 2024-01-06 02:05:09 +00:00
panfrost panfrost: expose support for EXT_copy_image 2024-01-09 09:21:29 +00:00
tool
util util: create parents of disk cache directory if needed 2024-01-06 01:19:29 +00:00
virtio virgl: Only send the same amount of data than declared in pipe_sampler_state 2024-01-04 11:00:12 +00:00
vulkan util: Add align_uintptr and use it treewide to replace ALIGN that works on size_t and uintptr_t 2024-01-05 21:54:35 +00:00
.clang-format nir: add _safe variants of nir_foreach_reg_load/store 2023-12-15 17:19:28 +00:00
meson.build