aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
diff options
context:
space:
mode:
authorIndrajit Kumar Das <[email protected]>2020-04-21 15:57:23 +0530
committerIndrajit Kumar Das <[email protected]>2020-04-23 11:58:49 +0530
commitd82f0572180a0d3f4bb87cf49c325439d38ab6e3 (patch)
tree5e859954505163a810bf5e7b5d9c2efd16616b8d /src/gallium/auxiliary/util
parent227df2a2badf0047a3e6e2c1d196aa1b26427b10 (diff)
gallium: prepare framework for supporting AlphaToCoverageDitherControlNV
Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4543>
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r--src/gallium/auxiliary/util/u_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_screen.c b/src/gallium/auxiliary/util/u_screen.c
index 2ff5725f34d..b3484beef25 100644
--- a/src/gallium/auxiliary/util/u_screen.c
+++ b/src/gallium/auxiliary/util/u_screen.c
@@ -428,6 +428,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen,
return 512 * 1024;
case PIPE_CAP_SYSTEM_SVM:
+ case PIPE_CAP_ALPHA_TO_COVERAGE_DITHER_CONTROL:
return 0;
default: