[Bug 100242] radeon buffer allocation failure during startup of Factorio

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 17 12:21:19 UTC 2017


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

--- Comment #4 from Christian König <deathsimple at vodafone.de> ---
The maximum size for allocations in VRAM on radeon are usually 256MB minus
pinned system resources like GART.

The game tries to allocate something which is 256MB in size, so that won't fit.

Either the driver tries to allocate a temporary buffer which is way to large or
the game tries to allocate a texture which is way to large.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170317/ec46147e/attachment.html>


More information about the dri-devel mailing list