Summary: | [SNB/IVB/HSW/BYT/BDW Bisected]Ogles3conform GL3Tests/packed_pixels/packed_pixels_pixelstore.test segfault | ||
---|---|---|---|
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: | chrisf |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
lu hua
2014-04-21 02:21:53 UTC
It also fails on Mesa 10.2 branch. Should be fixed by these patches: http://lists.freedesktop.org/archives/mesa-dev/2014-May/059673.html http://lists.freedesktop.org/archives/mesa-dev/2014-May/059675.html http://lists.freedesktop.org/archives/mesa-dev/2014-May/059672.html http://lists.freedesktop.org/archives/mesa-dev/2014-May/059674.html Fixed by commit 3171da34029337b6665d22b02c9db806b381daf7 commit 3171da34029337b6665d22b02c9db806b381daf7 Author: Kenneth Graunke Date: Sun May 11 17:20:08 2014 -0700 i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage. The point of copytexsubimage_using_blit_framebuffer is to use a hardware accelerated BlitFramebuffer path. If that fails, we shouldn't do a swrast blit---we should try our CTSI fallback code. This is especially important for i965 and GLES, where we don't even create a swrast context. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77705 Signed-off-by: Kenneth Graunke 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.