etnaviv: add flags parameter to texture barrier
Fixes compile warning introduced by commit a1c848. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user