summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-06-09 10:13:03 +1000
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-01-27 10:19:25 +0100
commitf804506d4d4aa1299ce0b1026848321641311672 (patch)
treec3e64b2f22268b1bd3e70d8373476e627869412a /src/gallium/drivers/ilo
parenta283a4ee2fba6c8efa4f4e4eeea6b3d7b21df4d0 (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 <airlied@redhat.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/gallium/drivers/ilo')
-rw-r--r--src/gallium/drivers/ilo/ilo_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c
index 6018cd1e6c4..960fd71999e 100644
--- a/src/gallium/drivers/ilo/ilo_screen.c
+++ b/src/gallium/drivers/ilo/ilo_screen.c
@@ -522,6 +522,7 @@ ilo_get_param(struct pipe_screen *screen, enum pipe_cap param)
case PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY:
case PIPE_CAP_TGSI_FS_FBFETCH:
case PIPE_CAP_TGSI_MUL_ZERO_WINS:
+ case PIPE_CAP_INT64:
return 0;
case PIPE_CAP_VENDOR_ID: