Re: [Mesa-dev] [PATCH] gbm: request correct version of the DRI2_FENCE extension

2016-11-22 Thread Emil Velikov
On 22 November 2016 at 10:12, Lucas Stach wrote: > There is no version 2 of the DRI2_FENCE extension. So only a request > for version 1 has a chance to succeed. > > Fixes: 74b1969d717f (gbm: wire up fence extension) > Cc: "13.0" > Signed-off-by: Lucas Stach > --- Nicely spotted ! R-b and pushed

[Mesa-dev] [PATCH] gbm: request correct version of the DRI2_FENCE extension

2016-11-22 Thread Lucas Stach
There is no version 2 of the DRI2_FENCE extension. So only a request for version 1 has a chance to succeed. Fixes: 74b1969d717f (gbm: wire up fence extension) Cc: "13.0" Signed-off-by: Lucas Stach --- src/gbm/backends/dri/gbm_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g