summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2020-10-07 23:05:25 -0500
committerMarge Bot <eric+marge@anholt.net>2020-10-11 21:50:23 +0000
commit181d5f59b8d967a16e432b7733252c7be33bb8a9 (patch)
tree89784baa61e55acd2d8cbf98fec99160dde7d481 /.gitlab-ci
parent002a23efb423132889385f7346ed5963ac3fe775 (diff)
nir: Allow more deref modes in phis
In particular, OpenCL needs to allow shader_temp and function_temp through because they're 100% real pointers. Fixes piglit CL calls.cl Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7092>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/piglit/cl.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci/piglit/cl.txt b/.gitlab-ci/piglit/cl.txt
index ba0f057a1e2..d10de8a31cd 100644
--- a/.gitlab-ci/piglit/cl.txt
+++ b/.gitlab-ci/piglit/cl.txt
@@ -179,7 +179,6 @@ program/execute/builtin/builtin-ushort-mul_hi-1.0.generated/mul_hi ushort8: fail
program/execute/builtin/builtin-ushort-popcount-1.2.generated: skip
program/execute/builtin/builtin-ushort-upsample-1.0.generated: crash
program/execute/call-clobbers-amdgcn: skip
-program/execute/calls: crash
program/execute/calls-large-struct: crash
program/execute/calls-struct: crash
program/execute/gegl-rgb-gamma-u8-to-ragabaf: crash
@@ -246,9 +245,9 @@ program/execute/vstore/vstorea_half-float-private: crash
summary:
name: results
---- --------
- pass: 2964
+ pass: 2967
fail: 99
- crash: 66
+ crash: 65
skip: 79
timeout: 1
warn: 0
@@ -258,4 +257,4 @@ summary:
changes: 0
fixes: 0
regressions: 0
- total: 3209
+ total: 3211