mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
radeonsi: make more use of si_have_tgsi_compute
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
38cfd5160a
commit
1f95121626
1 changed files with 1 additions and 3 deletions
|
|
@ -437,9 +437,7 @@ static int si_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
return HAVE_LLVM >= 0x0309 ? 4 : 0;
|
||||
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL:
|
||||
if (pscreen->get_shader_param(pscreen, PIPE_SHADER_COMPUTE,
|
||||
PIPE_SHADER_CAP_SUPPORTED_IRS) &
|
||||
(1 << PIPE_SHADER_IR_TGSI))
|
||||
if (si_have_tgsi_compute(sscreen))
|
||||
return 430;
|
||||
return HAVE_LLVM >= 0x0309 ? 420 :
|
||||
HAVE_LLVM >= 0x0307 ? 410 : 330;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue