mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
nvk: Bump init context batch size
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
b4ddae03b7
commit
f2aec3b99e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ nvk_queue_init_context_draw_state(struct nvk_queue *queue)
|
|||
{
|
||||
struct nvk_device *dev = nvk_queue_device(queue);
|
||||
|
||||
uint32_t push_data[1024];
|
||||
uint32_t push_data[1024 + 512];
|
||||
struct nv_push push;
|
||||
nv_push_init(&push, push_data, ARRAY_SIZE(push_data));
|
||||
struct nv_push *p = &push;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue