Comment # 6
on bug 94726
from Nicolai Hähnle
Created attachment 122899 [details] [review] Workaround patch: unmap buffers as soon as possible Hi Thomas, thanks for your report. This game is really stressing our buffer handling :) The problem is that it tries to create more than 64k buffers, and we keep all of them mapped, and it looks like we're running into some kind of kernel limit. The attached patch should help you run the game for now, but it's not a proper solution because it can degrade performance quite significantly.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel