projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43550f2
)
nouveau: enable GL 4.3 on kepler/fermi
author
Dave Airlie
<airlied@redhat.com>
Fri, 27 May 2016 19:51:12 +0000
(
05:51
+1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 27 May 2016 19:52:13 +0000
(
05:52
+1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
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 4c47503133b14f5e79b6f1b91ab9daccbef4fecb..65412414c3d1be72ca461bce64272e642c3fb126 100644
(file)
--- a/
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
+++ b/
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
@@
-121,7
+121,7
@@
nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
return 128 * 1024 * 1024;
case PIPE_CAP_GLSL_FEATURE_LEVEL:
if (class_3d <= NVF0_3D_CLASS)
- return 4
2
0;
+ return 4
3
0;
return 410;
case PIPE_CAP_MAX_RENDER_TARGETS:
return 8;