| Summary: | [i915 texture cubemap is wrong | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Shuang He <shuang.he> |
| Component: | Drivers/DRI/i915 | Assignee: | Eric Anholt <eric> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | CC: | dri-devel, eric |
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: |
test case
xorg conf xorg log |
||
|
Description
Shuang He
2007-12-12 19:50:56 UTC
Created attachment 13080 [details]
test case
this test case create a cube map texture, using different color for each face.
then render a rectangle with positive x face texture, but it turns out part of the rectangle is using another face's color
Created attachment 13081 [details]
xorg conf
a better demo of the problem is comparing mesa cubemap in software versus with mesa. both tests fail equally in ttm and non-ttm modes. Fixed many bugs in 945 cube mipmap layout, which is what I suspect this bug was about (failure to include Xorg.0.log). Test case and cubemap now work on my GM945. Created attachment 15282 [details]
xorg log
(In reply to comment #4) > Fixed many bugs in 945 cube mipmap layout, which is what I suspect this bug was > about (failure to include Xorg.0.log). Test case and cubemap now work on my > GM945. > with git tip mesa, it's still not working well, only the bottom lines are rendered. and it's working well in software rendering. I lost the commit race. The changes are actually pushed now. (In reply to comment #7) > I lost the commit race. The changes are actually pushed now. > x86 build is blocked by bug #15119. So I tested x86-64, it's fixed now. verified, thanks, Eric |
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.