Summary: | [ILK Bisected]Piglit spec_ARB_depth_texture_fbo-clear-formats fails | ||
---|---|---|---|
Product: | Mesa | Reporter: | lu hua <huax.lu> |
Component: | Drivers/DRI/i965 | Assignee: | Kenneth Graunke <kenneth> |
Status: | VERIFIED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | major | ||
Priority: | high | CC: | eric, idr |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
lu hua
2014-02-21 02:11:44 UTC
Patch on mailing list: http://lists.freedesktop.org/archives/mesa-dev/2014-February/054775.html Fixed in master with: commit b18871c863fabec3ed383881d2cdd0298b157b06 Author: Kenneth Graunke <kenneth@whitecape.org> Date: Sat Feb 22 23:47:30 2014 -0800 i965: Don't forget to subtract mt->first_level in minify calls. This fixes fbo-clear-formats GL_ARB_depth_texture on Ironlake, which regressed since commit f128bcc7c293013f4b44e4b661638333de0077c2 ("i965: Drop mt->levels[].width/height.") intel_miptree_copy_slice was calling minify(.., 7) on a 2x2 texture with mt->first_level == 7. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75292 Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net> The commit which caused the regression does not exist in 10.1. Verified.Fixed. |
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.