mesa/src/intel
Lionel Landwerlin 46d57d5de9 intel/fs: fix per vertex input clamping
Only apply the clamp in multi patch mode (where the input vertices
vary between [1, 32]).

The clamp NIR pass operates on lowered intrinsics so we need to call
it after the inputs have been lowered.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: e25e17dd0c ("intel/fs: clamp per vertex input accesses to patchControlPoints")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8912
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22701>
(cherry picked from commit 7ddc31c672)
2023-05-01 09:02:33 +01:00
..
blorp anv,blorp,iris: Set PreferredSLMAllocationSize on gfx125+ 2023-04-06 10:54:47 +00:00
ci Uprev Piglit to 2391a83d1639a7ab7bbea02853b922878687b0e5 2023-04-04 15:37:14 +00:00
common intel/common: limit the amount of SLM with Wa_14017341140 2023-04-06 10:54:47 +00:00
compiler intel/fs: fix per vertex input clamping 2023-05-01 09:02:33 +01:00
dev intel/dev: set a default valid kmd_type 2023-04-03 23:34:17 +00:00
ds anv: add utrace tracking of frame boundaries 2023-04-13 01:14:38 +00:00
genxml intel/genxml: Add the preferred slm size enum for gen125 2023-04-06 10:54:46 +00:00
isl isl: fix a number of errors on storage format support on Gfx9/12.5 2023-04-19 14:37:56 +01:00
nullhw-layer
perf intel/perf: fix OA format selection on MTL 2023-04-03 23:34:17 +00:00
tools
vulkan anv: fix anv_nir_lower_ubo_loads pass 2023-05-01 09:02:22 +01:00
vulkan_hasvk isl: fix a number of errors on storage format support on Gfx9/12.5 2023-04-19 14:37:56 +01:00
meson.build