projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82d227
)
softpipe: enable GLSL 3.30 support.
author
Dave Airlie
<airlied@redhat.com>
Tue, 10 Jun 2014 03:32:57 +0000
(13:32 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 11 Jun 2014 02:21:17 +0000
(12:21 +1000)
This enables GL3.3 on softpipe.
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/softpipe/sp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_screen.c
b/src/gallium/drivers/softpipe/sp_screen.c
index cdbba7ddede8dc29c7aeff5d133b753df7ac8dcf..d22ee271f5882aceca34c961a3b57221158400e7 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_screen.c
+++ b/
src/gallium/drivers/softpipe/sp_screen.c
@@
-147,7
+147,7
@@
softpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
case PIPE_CAP_MIXED_COLORBUFFER_FORMATS:
return 0;
case PIPE_CAP_GLSL_FEATURE_LEVEL:
- return
14
0;
+ return
33
0;
case PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION:
return 0;
case PIPE_CAP_COMPUTE: