From 103c363e0adef450aa005376834fd545a2caebf2 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Wed, 18 Jan 2017 16:15:01 +0100 Subject: [PATCH] etnaviv: add flags parameter to texture barrier Fixes compile warning introduced by commit a1c848. Signed-off-by: Christian Gmeiner --- src/gallium/drivers/etnaviv/etnaviv_texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/etnaviv/etnaviv_texture.c b/src/gallium/drivers/etnaviv/etnaviv_texture.c index 6b64de2..c020fb2 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_texture.c +++ b/src/gallium/drivers/etnaviv/etnaviv_texture.c @@ -317,7 +317,7 @@ etna_set_sampler_views(struct pipe_context *pctx, unsigned shader, } static void -etna_texture_barrier(struct pipe_context *pctx) +etna_texture_barrier(struct pipe_context *pctx, unsigned flags) { struct etna_context *ctx = etna_context(pctx); /* clear color and texture cache to make sure that texture unit reads -- 2.7.4