mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
parent
2c92fc4b6f
commit
16ce6b7acc
@ -1 +1 @@
|
||||
5762ad18c4b5d48ad6b8651fc554e65d656e144f
|
||||
a5a32fe6f44a46ff1eed62bf585a2b445b939e44
|
||||
|
@ -1,3 +1,20 @@
|
||||
--- a/src/lib/mesa/src/gallium/drivers/lima/lima_fence.c
|
||||
--- b/src/lib/mesa/src/gallium/drivers/lima/lima_fence.c
|
||||
@@ -90,8 +93,14 @@ lima_fence_get_fd(struct pipe_screen *pscreen,
|
||||
static void
|
||||
lima_fence_destroy(struct pipe_fence_handle *fence)
|
||||
{
|
||||
+#if 0
|
||||
+ /*
|
||||
+ * On Genode the fd is not created by the libc
|
||||
+ * (see ioctl_lima.cc).
|
||||
+ */
|
||||
if (fence->fd >= 0)
|
||||
close(fence->fd);
|
||||
+#endif
|
||||
FREE(fence);
|
||||
}
|
||||
|
||||
--- a/src/lib/mesa/src/loader/loader.c
|
||||
--- b/src/lib/mesa/src/loader/loader.c
|
||||
@@ -473,6 +473,9 @@
|
||||
|
Loading…
x
Reference in New Issue
Block a user