summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost/pan_screen.c
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>2020-05-19 17:12:13 -0400
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>2020-05-21 14:43:32 -0400
commit98fc955c6e2f034d1357ea436416d9faaeb1f694 (patch)
treef6a23b2998da172363d64ed1877f11d4c53355a6 /src/gallium/drivers/panfrost/pan_screen.c
parent794c239a990e08b5a42d42607e9c5e5b0921390c (diff)
panfrost: Remove deadcode
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5124>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_screen.c')
-rw-r--r--src/gallium/drivers/panfrost/pan_screen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/pan_screen.c b/src/gallium/drivers/panfrost/pan_screen.c
index 5024a19f243..c2cb73b076b 100644
--- a/src/gallium/drivers/panfrost/pan_screen.c
+++ b/src/gallium/drivers/panfrost/pan_screen.c
@@ -157,8 +157,6 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
case PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT:
return 16;
- return is_deqp;
-
case PIPE_CAP_TEXTURE_MULTISAMPLE:
return is_gles3;