mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +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>
(cherry picked from commit 9a53e3b1fd)
This commit is contained in:
parent
cbcc0368fb
commit
cb69a13079
2 changed files with 2 additions and 2 deletions
|
|
@ -924,7 +924,7 @@
|
|||
"description": "nvk: bump NVK_PUSH_MAX_SYNCS to 256",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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