Opened 10 years ago

Closed 10 years ago

#5497 closed defect (fixed)

Opengl is broken with new llvmpipe/Mesa

Reported by: Pierre Labastie Owned by: Pierre Labastie
Priority: high Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords: opengl
Cc:

Description

When lauching glxgears with the software rasterizer, I get:

LLVM ERROR: Cannot select: intrinsic %llvm.x86.sse41.pblendvb

This issue is known https://bugs.archlinux.org/task/41918. There are two patches in the MesaLib Arch repo which solve the issue.
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
and
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch

They have to be applied in sequence, since they patch the same file.

Attachments (1)

MesaLib-10.2.7-upstream-fixes-1.patch (1.7 KB ) - added by Pierre Labastie 10 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Pierre Labastie, 10 years ago

I would be inclined to make one consolidated patch from these 2 + the already existing sed, because using sed for all would be rather messy.

by Pierre Labastie, 10 years ago

comment:2 by Pierre Labastie, 10 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

comment:3 by Pierre Labastie, 10 years ago

Resolution: fixed
Status: assignedclosed

fixed at r14261 (sorry for removing the tricky sed, Igor)

Note: See TracTickets for help on using tickets.