Comment # 4
on bug 90537
from Christian König
Watch out for memory leaks as well. When mesa drops the last reference to the BO by closing it's handle the VA mapping should go away automatically. That's the reason why it works for X and EGL. What you see here is that you manually need to remove the VA mapping because there is still a reference to the BO outside of mesa. Could be intentional, but could be a bug as well. Anyway Michels patch is clearly a good idea.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel