unichrome - invalid assert in viaSwapOutWork
Submitted by Gabriel Mansi
Assigned to Default DRI bug account
Description
I think this assert is no longer valid: assert(sz == vmesa->total_alloc[heap]) in via_tex.c line 429
There are a few linked lists to maintain references to the textures in use, one of those lists contains the textures pending to be released but that assert does not consider it.
Version: git