Bug 15738

Summary: driValidateTextureHeaps is confused
Product: Mesa Reporter: Ove Kaaven <ovek>
Component: Drivers/DRI/r200Assignee: Default DRI bug account <dri-devel>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch for driValidateTextureHeaps

Description Ove Kaaven 2008-04-27 16:33:38 UTC
Created attachment 16208 [details] [review]
Patch for driValidateTextureHeaps

I see that on May 22, 2006, Keith Whitwell changed src/mesa/main/mm.c to a new memory management scheme. But it doesn't seem like anyone has fixed src/mesa/drivers/dri/common/texmem.c to be aware of the new scheme, so currently, driValidateTextureHeaps thinks any heap is inconsistent, even a newly created one. (And if it hadn't returned on first error, it'd probably enter an infinite loop.) It might not be a real problem, but it's not really helpful for debugging other problems.

Here's a possible patch.
Comment 1 Adam Jackson 2009-08-24 12:30:09 UTC
Mass version move, cvs -> git
Comment 2 Timothy Arceri 2016-02-05 09:19:37 UTC
This code no longer exists.

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.