mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
radeonsi: disable array-textures for now
Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
parent
aa5daa61a1
commit
e1673d2001
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS:
|
||||
return 15;
|
||||
case PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS:
|
||||
return rscreen->info.drm_minor >= 9 ? 16384 : 0;
|
||||
return /*rscreen->info.drm_minor >= 9 ? 16384 :*/ 0;
|
||||
case PIPE_CAP_MAX_COMBINED_SAMPLERS:
|
||||
return 32;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue