projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a7297
)
nvc0: bump compat GLSL version to match core
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Sun, 26 Aug 2018 18:21:39 +0000
(14:21 -0400)
committer
Ilia Mirkin
<imirkin@alum.mit.edu>
Thu, 30 Aug 2018 00:51:40 +0000
(20:51 -0400)
This passes the handful of tests in piglit.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
index 802483038efecbf8b677b03211b665991e6bfc54..4701b768bece353f298b6476f121e27919ba08fb 100644
(file)
--- a/
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
+++ b/
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
@@
-129,7
+129,7
@@
nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_GLSL_FEATURE_LEVEL:
return 430;
case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
- return
14
0;
+ return
43
0;
case PIPE_CAP_MAX_RENDER_TARGETS:
return 8;
case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS: