Summary: | OUT_OF_MEMORY error with maximum size mipmapped depth texture | ||
---|---|---|---|
Product: | Mesa | Reporter: | Anuj Phogat <anuj.phogat> |
Component: | Drivers/DRI/i965 | Assignee: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Piglit patch to reproduce the error |
Description
Anuj Phogat
2013-12-20 00:01:24 UTC
Created attachment 91011 [details] [review] Piglit patch to reproduce the error A quick way to reproduce the OUT_OF_MEMORY error using an existing piglit test. I'll later send out a non-hacky version of this patch to piglit mailing list. I realized that OUT_OF_MEMORY error was generated only with this patch: http://lists.freedesktop.org/archives/mesa-dev/2013-December/050312.html An updated version of the patch is now on mesa-dev mailing list which makes it irrelevant for this bug. Now the real issue here is an assertion failure in depth_texture_mipmap.test: intel_mipmap_tree.c:2283: intel_miptree_map_singlesample: Assertion `mt->region->pitch < 32768' failed. This failure can be reproduced using piglit patch posted in comment 1. Sorry for posting incorrect information in bug's description. It seems like other drivers are also facing OUT_OF_MEMORY error with max size mipmapped depth texture test.There is a related khronos CTS bug for the failing test case: https://cvs.khronos.org/bugzilla/show_bug.cgi?id=11440 (In reply to Anuj Phogat from comment #3) > It seems like other drivers are also facing OUT_OF_MEMORY error with max > size mipmapped depth texture test.There is a related khronos CTS bug for the > failing test case: https://cvs.khronos.org/bugzilla/show_bug.cgi?id=11440 That bug is now fixed with a change to the test. Is there anything to do for this bug? There is nothing left to be fixed here. Assertion failure is fixed by Mesa commit b3094d9 and the CTS test is fixed too. I'll mark the bug resolved. |
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.