diff options
author | Dave Airlie <[email protected]> | 2016-06-09 10:13:03 +1000 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-01-27 10:19:25 +0100 |
commit | f804506d4d4aa1299ce0b1026848321641311672 (patch) | |
tree | c3e64b2f22268b1bd3e70d8373476e627869412a /src/gallium/include | |
parent | a283a4ee2fba6c8efa4f4e4eeea6b3d7b21df4d0 (diff) |
gallium: Add integer 64 capability
v1.1: move to using a normal CAP. (Marek)
v2: fill in the cap everywhere
Signed-off-by: Dave Airlie <[email protected]>
Reviewed-by: Marek Olšák <[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 89aa093e1e6..ff497bcd912 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -752,6 +752,7 @@ enum pipe_cap PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY, PIPE_CAP_TGSI_FS_FBFETCH, PIPE_CAP_TGSI_MUL_ZERO_WINS, + PIPE_CAP_INT64, }; #define PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_NV50 (1 << 0) |