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.
Mass version move, cvs -> git
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.