Summary: | incorrect mipmap is selected if set MIN_LOD with high value | ||
---|---|---|---|
Product: | Mesa | Reporter: | Wei Wang <wei.z.wang> |
Component: | Drivers/DRI/i965 | Assignee: | haihao <haihao.xiang> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | mesa-dev, nian.wu |
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
test case
limitation for MIN_LOD in i965 |
Description
Wei Wang
2007-03-07 18:01:43 UTC
Created attachment 9027 [details]
test case
The case assigns each mipmap with diff color so we can identify which mipmap was used when drawing the rectangle. you can try to assign MY_MIN_LOD with diff value to see the diff behavior.
Created attachment 9211 [details] [review] limitation for MIN_LOD in i965 Check the upper limit of min_lod in i965. Because Min LOD takes precedence in i965 if Min LOD is greater than Max LOD, it is unnecessary for max_lod. fixed in git 22bc3cdd49eb81d48ad4b8f06be0b9a9de624c91(mesa) Mass version move, cvs -> git |
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.