mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 23:20:23 +01:00
r300: update RV370 failures
This was missed in0bf6dcb785There 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:0bf6dcb785Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24134> (cherry picked from commit0a2a7bfd19)
This commit is contained in:
parent
38fb8dcbdf
commit
2089ce9ffc
2 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"description": "r300: update RV370 failures",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "0bf6dcb785ce82006f9757217153735e39127834",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@ dEQP-GLES2.functional.shaders.functions.control_flow.return_after_continue_fragm
|
|||
dEQP-GLES2.functional.shaders.functions.control_flow.return_after_continue_vertex,Fail
|
||||
dEQP-GLES2.functional.shaders.indexing.tmp_array.float_const_write_dynamic_read_fragment,Fail
|
||||
dEQP-GLES2.functional.shaders.indexing.tmp_array.float_const_write_dynamic_read_vertex,Fail
|
||||
dEQP-GLES2.functional.shaders.indexing.tmp_array.vec2_const_write_dynamic_loop_read_fragment,Fail
|
||||
dEQP-GLES2.functional.shaders.indexing.tmp_array.vec3_const_write_dynamic_loop_read_fragment,Fail
|
||||
dEQP-GLES2.functional.shaders.indexing.tmp_array.vec4_const_write_dynamic_loop_read_fragment,Fail
|
||||
dEQP-GLES2.functional.shaders.indexing.tmp_array.vec2_const_write_dynamic_read_fragment,Fail
|
||||
dEQP-GLES2.functional.shaders.indexing.tmp_array.vec2_const_write_dynamic_read_vertex,Fail
|
||||
dEQP-GLES2.functional.shaders.indexing.tmp_array.vec3_const_write_dynamic_read_fragment,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue