mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-25 12:51:00 +00:00
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:
parent
e71a87775e
commit
06bf56725d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user