Summary: | [r300g]: Compiz crashes when trying to start it with latest mesa master. | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Scott Moreau <oreaus> | ||||
Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> | ||||
Status: | RESOLVED FIXED | QA Contact: | Brian Paul <brianp> | ||||
Severity: | normal | ||||||
Priority: | medium | CC: | oreaus | ||||
Version: | unspecified | ||||||
Hardware: | Other | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Scott Moreau
2010-07-29 19:19:34 UTC
The thing is the Draw module in Gallium has 3 codepaths: - Slow interpreter - SSE code generation (broken) - LLVM Guess what, yeah, you use the broken one. The SSE codepath will most probably be dropped, so I am closing this bug as WONTFIX. See here: http://lists.freedesktop.org/archives/mesa-dev/2010-July/001658.html Now you have two options to fix your setup: 1) Compile Mesa with --enable-gallium-llvm to get the LLVM codepath. 2) Set the environment variable GALLIUM_NOSSE=1 to use the slow interpreter. Fixed by commit aef4500ca4ae9e5bc57560c6f9a32d9ad892975b. (In reply to comment #2) > Fixed by commit aef4500ca4ae9e5bc57560c6f9a32d9ad892975b. With latest mesa master the same symptoms persist here. (In reply to comment #3) > (In reply to comment #2) > > Fixed by commit aef4500ca4ae9e5bc57560c6f9a32d9ad892975b. > > With latest mesa master the same symptoms persist here. DISREGARD this comment. It is indeed fixed (bug report # mixup) |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.