Re: [Mesa-dev] [PATCH 5/5] mesa: remove dead code from api_loopback

2018-07-16 Thread Timothy Arceri
Series: Reviewed-by: Timothy Arceri On 17/07/18 15:58, Marek Olšák wrote: From: Marek Olšák This should only contain functions not set in vtxfmt.c. --- src/mesa/main/api_loopback.c | 17 - 1 file changed, 17 deletions(-) diff --git a/src/mesa/main/api_loopback.c b/src/mes

[Mesa-dev] [PATCH 5/5] mesa: remove dead code from api_loopback

2018-07-16 Thread Marek Olšák
From: Marek Olšák This should only contain functions not set in vtxfmt.c. --- src/mesa/main/api_loopback.c | 17 - 1 file changed, 17 deletions(-) diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c index 4eab8118c78..c03c33ee339 100644 --- a/src/mesa/main/a