Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Regression: D19133 makes two piglit test fail #27754

Open Quuxplusone opened 8 years ago

Quuxplusone commented 8 years ago
Bugzilla Link PR27755
Status NEW
Importance P normal
Reported by Oded Gabbay (oded.gabbay@gmail.com)
Reported on 2016-05-16 08:05:27 -0700
Last modified on 2018-03-09 07:38:46 -0800
Version trunk
Hardware PC Linux
CC bcrocker@redhat.com, ehsanamiri@gmail.com, hfinkel@anl.gov, kit.barton@gmail.com, llvm-bugs@lists.llvm.org, llvm-dev@ndave.org, nemanja.i.ibm@gmail.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
http://reviews.llvm.org/D19133 causes a regression in mesa's llvmpipe driver on
ppc64le.

The regression is detected by running piglit test suite with mesa master and
llvm master.

The following two tests fail with D19133 (and pass without it):

fbo-blending-formats GL_EXT_texture_snorm -auto -fbo
max-samplers border -auto -fbo
Quuxplusone commented 8 years ago

Forgot to mention you need to enable VSX in mesa's code to see this issue. VSX is disabled by default because of previous LLVM VSX bugs (which are already fixed). It is still disabled because of this bug.

Quuxplusone commented 6 years ago

Is this bug still valid? Does llvmpipe still have issues with VSX that appear only with this patch?