mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radeonsi: enable GLSL 4.50
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
e4b378800e
commit
84a74be9e4
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ static int si_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL:
|
||||
if (si_have_tgsi_compute(sscreen))
|
||||
return 430;
|
||||
return 450;
|
||||
return HAVE_LLVM >= 0x0309 ? 420 :
|
||||
HAVE_LLVM >= 0x0307 ? 410 : 330;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue