Re: [Mesa-dev] [PATCH 2/4] etnaviv: use surface format directly

2018-11-15 Thread Philipp Zabel
On Thu, 2018-11-15 at 15:37 +0100, Lucas Stach wrote: > There is no need to do the detour over the resource behind the > surface to get the format. Use the surface format directly. > > Signed-off-by: Lucas Stach > --- > src/gallium/drivers/etnaviv/etnaviv_blend.c | 2 +- > src/gallium/drivers/

[Mesa-dev] [PATCH 2/4] etnaviv: use surface format directly

2018-11-15 Thread Lucas Stach
There is no need to do the detour over the resource behind the surface to get the format. Use the surface format directly. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_blend.c | 2 +- src/gallium/drivers/etnaviv/etnaviv_context.c | 9 ++--- 2 files changed, 3 insertio