Bug 917726
Summary: | Cannot use mesa llvmpipe on non SSE2 machine | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alex Villacís Lasso <alexvillacislasso> |
Component: | mesa | Assignee: | Adam Jackson <ajax> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | ajax |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-09 19:16:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Alex Villacís Lasso
2013-03-04 16:19:38 UTC
Apparently, with llvm-libs-3.2-2 and mesa-libGL-9.1-1, the patch is still present. Fixed in Mesa 9.2: commit ca70de9bd20bc4a11b2d2d368e0cc1f49527a947 Author: Adam Jackson <ajax> Date: Thu Apr 4 17:16:22 2013 -0400 llvmpipe: Work without sse2 if llvm is new enough At least on llvm 3.2 this appears to work fine. Tested on an Athlon XP 2600+, which has sse and 3dnow but not sse2. Reviewed-by: Jose Fonseca <jfonseca> Signed-off-by: Adam Jackson <ajax> |