diff options
author | Ilia Mirkin <[email protected]> | 2017-01-16 22:14:38 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2017-01-23 20:36:47 -0500 |
commit | 6e40938fbc724856e3fe71b9686621c84baccba1 (patch) | |
tree | bf184a29e31b6871a32390e6ccb9da4d21b08cf0 /src/gallium/drivers/llvmpipe/lp_screen.c | |
parent | a2b2cd81d16b929a9699ebebc8023aec258622fd (diff) |
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_screen.c')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index 02f14af543d..89a1dc868e3 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -342,6 +342,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param) case PIPE_CAP_NATIVE_FENCE_FD: case PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY: case PIPE_CAP_TGSI_FS_FBFETCH: + case PIPE_CAP_TGSI_MUL_ZERO_WINS: return 0; } /* should only get here on unhandled cases */ |