projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a608e5c
)
nv50: bump compat glsl level to same as core
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Sun, 26 Aug 2018 21:47:12 +0000
(17:47 -0400)
committer
Ilia Mirkin
<imirkin@alum.mit.edu>
Thu, 30 Aug 2018 00:51:40 +0000
(20:51 -0400)
Passes the compat piglits. I'm sure that there will be odd issues that
aren't caught by them, but at least it should basically work.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nv50/nv50_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nouveau/nv50/nv50_screen.c
b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
index 16c334e9be4214988c7a590a74f62a91084f6b7d..0007a2b9576e061235a3ad9865505601508aeac6 100644
(file)
--- a/
src/gallium/drivers/nouveau/nv50/nv50_screen.c
+++ b/
src/gallium/drivers/nouveau/nv50/nv50_screen.c
@@
-111,7
+111,7
@@
nv50_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_GLSL_FEATURE_LEVEL:
return 330;
case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
- return
14
0;
+ return
33
0;
case PIPE_CAP_MAX_RENDER_TARGETS:
return 8;
case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS: