mesa/src
Timur Kristóf 55d57b828f aco: Fix how p_elect interacts with optimizations.
Since p_elect doesn't have any operands, ACO's value numbering and/or
the pre-RA optimizer could currently recognize two p_elect instructions
in two different blocks as the same.

This patch adds exec as an operand to p_elect in order to achieve
correct behavior.

Fixes: e66f54e5c8
Closes: #5080
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11943>
2021-07-18 00:48:06 +02:00
..
amd aco: Fix how p_elect interacts with optimizations. 2021-07-18 00:48:06 +02:00
android_stub egl/android: refactor to use the legit vndk/window.h header 2021-06-09 21:07:54 +00:00
asahi agx: Flip point coordinates because OpenGL 2021-07-11 22:32:41 +00:00
broadcom v3dv: don't emit frame setup more than once for multilayered framebuffers 2021-07-16 09:36:37 +00:00
compiler glsl: replace some C++ code with C 2021-07-17 10:07:37 +00:00
drm-shim drm-shim: fix compile with glibc >= 2.33 2021-04-20 05:49:29 +00:00
egl egl/android: restore image creation fallback path used by virgl 2021-07-09 16:18:23 +00:00
etnaviv android: Drop the Android.mk build system 2021-07-08 14:44:02 -05:00
freedreno freedreno: fix wrong tile aligment for 3 CCU gpu 2021-07-16 15:02:27 +00:00
gallium util/tc: make clear calls async 2021-07-17 00:28:45 +00:00
gbm gbm/dri: Fix leaking bo memory on failure path 2021-07-13 11:15:44 +00:00
getopt scons: Remove. 2021-03-20 10:38:55 +00:00
glx glx/drisw: Nerf PutImage when loaderPrivate == NULL 2021-07-15 15:10:17 +00:00
gtest
hgl
imgui
intel anv: fix feature/property/sizes reported for fragment shading rate 2021-07-17 00:46:54 +00:00
loader loader: Handle failure to load DRI driver library 2021-07-13 07:36:17 +00:00
mapi glthread: use custom marshal/unmarshal for CallList 2021-07-09 10:05:46 +00:00
mesa mesa: fix incorrect comment in draw_gallium_multimode 2021-07-17 02:59:54 +00:00
microsoft nir: Drop nir_ssa_def::name and nir_register::name 2021-07-08 17:34:41 +00:00
nouveau
panfrost pan/gen_pack: Use 1U for unpacking log2 to avoid undefined behaviour 2021-07-14 23:20:13 +00:00
tool pps: Panfrost pps driver 2021-07-13 11:03:55 +00:00
util util/foz: stop crashing on destroy if prepare hasn't been called 2021-07-17 02:35:11 +00:00
virtio venus: refactor vn_EndCommandBuffer 2021-07-15 00:52:43 +00:00
vulkan vulkan/util: Add and use vk_multialloc_zalloc variants 2021-07-15 21:34:53 +00:00
meson.build panfrost: Add a Vulkan driver for Midgard/Bifrost GPUs 2021-06-22 14:07:34 +00:00