[Mesa-dev] [Bug 93653] Crash while using GALLIUM_HUD

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 12 08:18:20 PST 2016


https://bugs.freedesktop.org/show_bug.cgi?id=93653

--- Comment #1 from Nicolai Hähnle <nhaehnle at gmail.com> ---
The HUD uses a fixed size allocation for the vertex buffer that holds the glyph
rectangles. If you feel like it, you can try increasing the number in
hud_context.c:524, e.g.

hud_alloc_vertices(hud, &hud->text, 4 * 1024, 4 * sizeof(float));

That would confirm my suspicions, but it's not really a proper fix...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20160112/5eb707be/attachment.html>


More information about the mesa-dev mailing list