diff options
author | Ilia Mirkin <[email protected]> | 2015-04-26 16:15:02 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-04-28 12:48:22 -0400 |
commit | e312a6995850e78b3b9e2cbe4713928bc9cc386d (patch) | |
tree | 2e0c41172126f9aa3644882d135235835e8d9846 | |
parent | b5947984cd7c90bf1409e15a2425fa1d4dc2be15 (diff) |
nvc0: expose GLSL version 410
Signed-off-by: Ilia Mirkin <[email protected]>
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c index 04c34f537ea..7a9f649c487 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c @@ -89,7 +89,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE: return 65536; case PIPE_CAP_GLSL_FEATURE_LEVEL: - return 400; + return 410; case PIPE_CAP_MAX_RENDER_TARGETS: return 8; case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS: |