mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 00:50:07 +01:00
radeonsi: Enable texture arrays.
28/30 piglit tests pass. NOTE: This is a candidate for the 9.1 branch.
This commit is contained in:
parent
120efeef8b
commit
6bcb823844
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,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 16384;
|
||||
case PIPE_CAP_MAX_COMBINED_SAMPLERS:
|
||||
return 32;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue