From: Eric Anholt Date: Thu, 1 Feb 2018 01:38:22 +0000 (-0800) Subject: broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aec066c7aa35084ccf6391bdf96028ef6056af1e;p=mesa.git broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL. --- diff --git a/src/gallium/drivers/vc5/vc5_screen.c b/src/gallium/drivers/vc5/vc5_screen.c index 2bbec37d19f..b69562389b2 100644 --- a/src/gallium/drivers/vc5/vc5_screen.c +++ b/src/gallium/drivers/vc5/vc5_screen.c @@ -249,6 +249,7 @@ vc5_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_TGSI_CLOCK: case PIPE_CAP_TGSI_TEX_TXF_LZ: case PIPE_CAP_NATIVE_FENCE_FD: + case PIPE_CAP_FENCE_SIGNAL: case PIPE_CAP_TGSI_MUL_ZERO_WINS: case PIPE_CAP_NIR_SAMPLERS_AS_DEREF: case PIPE_CAP_QUERY_SO_OVERFLOW: