mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
nvk: bump NVK_PUSH_MAX_SYNCS to 256
technically this needs to be MUCH higher since there's no limitation on the number of semaphore waits that can be submitted, but this is enough to handle zink usage fixes KHR-GL46.sparse_buffer_tests.BufferStorageTest cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27992>
This commit is contained in:
parent
ba17f5ca6a
commit
9a53e3b1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <xf86drm.h>
|
||||
|
||||
#define NVK_PUSH_MAX_SYNCS 16
|
||||
#define NVK_PUSH_MAX_SYNCS 256
|
||||
#define NVK_PUSH_MAX_BINDS 4096
|
||||
#define NVK_PUSH_MAX_PUSH 1024
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue