You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
When using the shm export, mesa will make an error and no buffers are exported. This has happened to me when writing my own code, but can be reproduced with cog's headless platform:
Bug description
When using the shm export, mesa will make an error and no buffers are exported. This has happened to me when writing my own code, but can be reproduced with cog's headless platform:
How To Reproduce
I've been able to reproduce this on openSUSE Tumbleweed with an NVIDIA card and Pop OS with an AMD card.
Expected behavior
No errors happen and buffers are exported through the
export_shm_buffer
callback.Actual behavior
A mesa error is printed and the
export_shm_buffer
is never called.The text was updated successfully, but these errors were encountered: