mesa/src
Pavel Ondračka 2089ce9ffc r300: update RV370 failures
This was missed in 0bf6dcb785
There is a loop which iterates over a temp array. NIR optimization
moves the real work out of the loop and what remains are just ALU ops
with undefs. So after converting undefs to zero, the ALU ops are
optimized out and DCE kills the loop. This is a good thing in
general and we don't fail the linking due to the loop presence.

However than we hit the shader constants and ALU limits later :-(
So from dEQP POW we go from NotSupported to Fail.

Fixes: 0bf6dcb785
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24134>
(cherry picked from commit 0a2a7bfd19)
2023-07-13 08:43:01 -07:00
..
amd aco: Add MESA_SHADER_KERNEL to instruction selection setup. 2023-07-12 11:24:44 +00:00
android_stub util/log: improve logger_android 2023-02-22 17:55:40 +00:00
asahi asahi: Use txf_ms for MSAA background programs 2023-07-05 05:11:49 +00:00
broadcom nir: Add a reg_intrinsics flag to nir_convert_from_ssa 2023-07-12 01:34:27 +00:00
c11 treewide: Replace the usage of TRUE/FALSE with true/false 2023-06-27 18:18:28 +08:00
compiler nir/lower_tex: optimize offset lowering for has_texture_scaling 2023-07-12 10:03:06 +00:00
drm-shim drm-shim: Avoid assertion fail if someone does close(-1). 2023-06-01 01:50:41 +00:00
egl egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
etnaviv etnaviv: linker: handle scenario where there are FS inputs without matching VS output 2023-07-11 11:15:31 +00:00
freedreno freedreno/regs: Document a7xx CP_BV_BR_COUNT_OPS 2023-07-12 13:33:28 +00:00
gallium r300: update RV370 failures 2023-07-13 08:43:01 -07:00
gbm gbm: drop unnecessary vulkan dependency 2023-02-23 18:31:22 +00:00
getopt
glx treewide: Replace the usage of TRUE/FALSE with true/false 2023-06-27 18:18:28 +08:00
gtest gtest: Update to 1.13.0 2023-05-14 11:09:02 +00:00
imagination rogue: Remove commented convert_from_ssa call 2023-07-10 08:07:12 -04:00
imgui
intel isl: Set MOCS to uncached for MTL stream-out 2023-07-13 08:43:01 -07:00
loader dri3: only invalidate drawables on geometry change if geometry has changed 2023-06-15 12:22:24 +00:00
mapi mapi: Remove dead struct _glapi_function in glapi/glapi_getproc.c 2023-06-29 01:36:09 +00:00
mesa mesa: Convert PTN to register intrinsics 2023-07-12 01:34:27 +00:00
microsoft ci: avoid running hardware jobs if lint fails - now on Windows too! 2023-07-13 08:42:55 -07:00
nouveau nir: Add a reg_intrinsics flag to nir_convert_from_ssa 2023-07-12 01:34:27 +00:00
panfrost pan/mdg: Ingest new-style registers 2023-07-12 01:34:27 +00:00
tool meson: remove needless c++17-overrides 2023-05-19 12:45:31 +00:00
util mesa/main: add PIPE_FORMAT_VYUY and PIPE_FORMAT_B8R8_G8R8 2023-07-10 16:29:13 +00:00
virtio venus: add a missing barrier before copying query feedback 2023-07-13 08:42:59 -07:00
vulkan vulkan/pipeline_cache: add 'skip_disk_cache' option 2023-07-11 07:36:53 +00:00
.clang-format clang-format: add wayland foreach macros 2023-07-07 23:00:06 +00:00
meson.build lavapipe: Include llvmpipe 2023-06-30 12:56:35 +00:00