Re: [Mesa-dev] [PATCH v3] virgl: native fence fd support

2018-11-13 Thread Emil Velikov
[This time with mesa-dev@ in the list, and less typos] Hi Rob, On Mon, 12 Nov 2018 at 15:14, Robert Foss wrote: > +++ b/src/gallium/drivers/virgl/virgl_screen.c > @@ -340,7 +340,7 @@ virgl_get_param(struct pipe_screen *screen, enum pipe_cap > param) > case PIPE_CAP_VIDEO_MEMORY: >r

[Mesa-dev] [PATCH v3] virgl: native fence fd support

2018-11-12 Thread Robert Foss
From: Gustavo Padovan Following the support for fences on the virtio driver add support for native fence on virgl. This was somewhat based on the freedeno one. Signed-off-by: Gustavo Padovan Signed-off-by: Robert Foss --- Retransmission: Missed CC-ing mesa-dev Linux virtgpu fences branch: ht