summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-10-21 10:48:11 +0200
committerErik Faye-Lund <[email protected]>2019-10-23 13:03:55 +0200
commit65328bd32d58f84c3fd6b319c92148e3372a609f (patch)
treee4a39d34b273a55101fc42f6ba2a567c1418895d /src/gallium
parentacf1bf47cc34f2e1d3fb9160651d4a33ce3c6a05 (diff)
Revert "v3d: do not report alpha-test as supported"
This reverts commit 9d0523b569bb7208c6e74cafc0f3945415d94336. Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Jose Maria Casanova <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/v3d/v3d_screen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/v3d/v3d_screen.c b/src/gallium/drivers/v3d/v3d_screen.c
index d468ae6144a..0f9e306685e 100644
--- a/src/gallium/drivers/v3d/v3d_screen.c
+++ b/src/gallium/drivers/v3d/v3d_screen.c
@@ -251,9 +251,6 @@ v3d_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_UMA:
return 1;
- case PIPE_CAP_ALPHA_TEST:
- return 0;
-
default:
return u_pipe_screen_get_param_defaults(pscreen, param);
}