Bug 15738 - driValidateTextureHeaps is confused
Summary: driValidateTextureHeaps is confused
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/r200 (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-27 16:33 UTC by Ove Kaaven
Modified: 2016-02-05 09:19 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch for driValidateTextureHeaps (999 bytes, patch)
2008-04-27 16:33 UTC, Ove Kaaven
Details | Splinter Review

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.