radeonsi: Bump number of allowed global buffers to 32

Fixes assertion failure/crash when running luxmark/luxball on clover.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108272
CC: mesa-stable@lists.freedesktop.org
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Jan Vesely 2018-10-18 15:15:06 -04:00
parent e71a87775e
commit 06bf56725d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "si_shader.h"
#define MAX_GLOBAL_BUFFERS 22
#define MAX_GLOBAL_BUFFERS 32
struct si_compute {
struct pipe_reference reference;