diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-07-08 12:40:34 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-07-10 06:45:20 -0700 |
commit | a2f1a06a5e5260f1deacc9b2669e72b6fd9adbc2 (patch) | |
tree | 6b759842c85bd26a0d75fee10a1f9100660e810e /src/gallium/drivers/panfrost/ci | |
parent | 318e9933b13a98aa3392fc5fce2d2dc4314932f9 (diff) |
panfrost/midgard: Flush undefineds to zero
Fixes a buggy dEQP test.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/expected-failures.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/panfrost/ci/expected-failures.txt b/src/gallium/drivers/panfrost/ci/expected-failures.txt index 33059118b49..6f52773cc73 100644 --- a/src/gallium/drivers/panfrost/ci/expected-failures.txt +++ b/src/gallium/drivers/panfrost/ci/expected-failures.txt @@ -256,12 +256,6 @@ dEQP-GLES2.functional.rasterization.limits.points dEQP-GLES2.functional.shaders.builtin_variable.fragcoord_w dEQP-GLES2.functional.shaders.preprocessor.predefined_macros.line_2_fragment dEQP-GLES2.functional.shaders.preprocessor.predefined_macros.line_2_vertex -dEQP-GLES2.functional.shaders.random.all_features.fragment.0 -dEQP-GLES2.functional.shaders.random.all_features.fragment.16 -dEQP-GLES2.functional.shaders.random.all_features.fragment.5 -dEQP-GLES2.functional.shaders.random.all_features.fragment.6 -dEQP-GLES2.functional.shaders.random.all_features.vertex.0 -dEQP-GLES2.functional.shaders.random.all_features.vertex.17 dEQP-GLES2.functional.shaders.scoping.valid.local_variable_hides_function_parameter_fragment dEQP-GLES2.functional.shaders.scoping.valid.local_variable_hides_function_parameter_vertex dEQP-GLES2.functional.shaders.struct.local.dynamic_loop_assignment_fragment |