nir: Eliminate out-of-bounds read/writes in local lowering.
Avoids nir validation assertion failures, and it's not like backend drivers would want to see definitely-out-of-bounds read/writes either. Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16066>
This commit is contained in:
@@ -1252,9 +1252,6 @@ spec@ext_transform_feedback2@counting with pause,Fail
|
||||
spec@ext_transform_feedback@pipeline-basic-primgen,Fail
|
||||
spec@ext_transform_feedback@primgen-query transform-feedback-disabled,Fail
|
||||
|
||||
spec@glsl-1.30@execution@fs-large-local-array-out-of-bounds-read,Crash
|
||||
spec@glsl-1.30@execution@fs-large-local-array-out-of-bounds-write,Crash
|
||||
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texturegrad 1d,Fail
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texturegrad 1darray,Fail
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texturegrad 1darrayshadow,Fail
|
||||
|
||||
Reference in New Issue
Block a user