mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
llvmpipe: Advertise GLSL 3.30.
According to Roland all TGSI support is there in theory. In practice there are a few piglit failures and crashes, as this hadn't been tested before. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
5f493eed69
commit
7380ce9bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
case PIPE_CAP_VERTEX_COLOR_CLAMPED:
|
||||
return 1;
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL:
|
||||
return 140;
|
||||
return 330;
|
||||
case PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION:
|
||||
return 0;
|
||||
case PIPE_CAP_COMPUTE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue