mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02: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>
This commit is contained in:
parent
953c04ebd3
commit
0a2a7bfd19
1 changed files with 3 additions and 0 deletions
|
|
@ -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