diff options
author | Marek Olšák <[email protected]> | 2015-06-12 14:24:17 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-07-16 16:09:20 +0200 |
commit | 26222932c013da3688e39dc831179659cc65c39a (patch) | |
tree | c0bc994e7437ce50a2892ec4a9f4ad774d9a164a /src/gallium/drivers/ilo | |
parent | af768922cafa3eb3e78a2fdfee90380a74c79460 (diff) |
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c index eb6c0466eb9..338643e65bb 100644 --- a/src/gallium/drivers/ilo/ilo_screen.c +++ b/src/gallium/drivers/ilo/ilo_screen.c @@ -465,6 +465,7 @@ ilo_get_param(struct pipe_screen *screen, enum pipe_cap param) case PIPE_CAP_MULTISAMPLE_Z_RESOLVE: case PIPE_CAP_RESOURCE_FROM_USER_MEMORY: case PIPE_CAP_DEVICE_RESET_STATUS_QUERY: + case PIPE_CAP_MAX_SHADER_PATCH_VARYINGS: return 0; case PIPE_CAP_VENDOR_ID: |