diff options
author | Erik Faye-Lund <[email protected]> | 2019-07-25 14:06:33 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-10-17 10:41:36 +0200 |
commit | 3298aedd6e9f12cefd5aa7414eeebf69ce7538d1 (patch) | |
tree | 3f66f56ef46a76e625aed9820c81e51543c3a6e5 /src/gallium/auxiliary | |
parent | 439f4995916c3be4260217d5b10f450c9b3b3aa7 (diff) |
mesa/st: support lowering user-clip-planes automatically
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/u_screen.c | 1 |
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 2a0c28aabc1..05dcecd1c27 100644 --- a/src/gallium/auxiliary/util/u_screen.c +++ b/src/gallium/auxiliary/util/u_screen.c @@ -398,6 +398,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen, case PIPE_CAP_ALPHA_TEST: case PIPE_CAP_POINT_SIZE_FIXED: case PIPE_CAP_TWO_SIDED_COLOR: + case PIPE_CAP_CLIP_PLANES: return 1; default: |