mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
radeonsi: Enable texture arrays.
28/30 piglit tests pass.
NOTE: This is a candidate for the 9.1 branch.
(cherry picked from commit 6bcb823844)
This commit is contained in:
parent
b104d151f1
commit
5ca77c27a6
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,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