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/include | |
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/include')
-rw-r--r-- | src/gallium/include/pipe/p_defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 3eb5b3b8873..89aa093e1e6 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -751,6 +751,7 @@ enum pipe_cap PIPE_CAP_NATIVE_FENCE_FD, PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY, PIPE_CAP_TGSI_FS_FBFETCH, + PIPE_CAP_TGSI_MUL_ZERO_WINS, }; #define PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_NV50 (1 << 0) |