Summary: | [GL 3.0 bisected i965]oglc fbo-multisample(negative.blitsizes) regressed | ||
---|---|---|---|
Product: | Mesa | Reporter: | fangxun <xunx.fang> |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | eric |
Version: | git | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 42993 |
Description
fangxun
2012-01-15 21:37:13 UTC
It also happens on mesa 8.0 branch. This is due to a sw fallback in BlitFramebuffer due to the stub implementation of multisample we have currently. I've just posted a patch to the mesa-dev list that should fix this bug. http://lists.freedesktop.org/archives/mesa-dev/2012-January/017848.html Fixed on 8.0 branch by: commit 7f5d3f7ed2ac42f00e4f848dd79b6223d95d7877 Author: Ian Romanick <ian.d.romanick@intel.com> Date: Fri Jan 20 16:08:01 2012 -0800 meta: Fallback for glBlitFramebuffer from a multisample surface NOTE: This is a candidate for the 8.0 branch. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44818 (cherry picked from commit b48d4b64e97f48dcf0aef1b6f7bc333c309cc183) Verified with mesa 8.0 7f5d3f7ed and master 15986d21e. |
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.