Re: [Mesa-dev] [PATCH v1] virgl: Clean up fences commit

2018-11-16 Thread Emil Velikov
On Fri, 16 Nov 2018 at 13:55, Robert Foss wrote: > > Remove a dead variable, an unneeded int->bool conversion > and some whitespace changes. > > Signed-off-by: Robert Foss > --- > > Sorry about the spam, and this not being included in > v5 which was upstreamed. But nevertheless it should be fixed

[Mesa-dev] [PATCH v1] virgl: Clean up fences commit

2018-11-16 Thread Robert Foss
Remove a dead variable, an unneeded int->bool conversion and some whitespace changes. Signed-off-by: Robert Foss --- Sorry about the spam, and this not being included in v5 which was upstreamed. But nevertheless it should be fixed, and here's the commit. src/gallium/drivers/virgl/virgl_screen.