X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fauxiliary%2Futil%2Fu_screen.c;fp=src%2Fgallium%2Fauxiliary%2Futil%2Fu_screen.c;h=d94f082ba9631279682050f5a500dff55c6aa003;hb=babf7357d24b88a548f50aebca74c6ffd8f81d52;hp=510c46aca5fa0fd2dfbfb1db8fdf8802add08df2;hpb=4ce339e74118786893b5138db37c09c4f2d830fd;p=mesa.git diff --git a/src/gallium/auxiliary/util/u_screen.c b/src/gallium/auxiliary/util/u_screen.c index 510c46aca5f..d94f082ba96 100644 --- a/src/gallium/auxiliary/util/u_screen.c +++ b/src/gallium/auxiliary/util/u_screen.c @@ -417,6 +417,9 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen, case PIPE_CAP_PACKED_STREAM_OUTPUT: return 1; + case PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED: + return 0; + default: unreachable("bad PIPE_CAP_*"); }