Skip to content

llvmpipe: init fd=-1 to avoid closing fd=0 on failure

Mike Blumenkrantz requested to merge zmike/mesa:lp-fd into main

What does this MR do and why?

llvmpipe: init fd=-1 to avoid closing fd=0 on failure

this otherwise breaks the universe

Fixes: d21aa86b547 ("llvmpipe: Implement EGL_ANDROID_native_fence_sync")

Merge request reports