mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 20:58:04 +02:00
v3dv: increase number of supported SSBOs
Some CTS tests use more than what we expose and other drivers also seem to be exposing many more than us (in the order of thousands). I don't think we want to expose a very large number since we use this limit to size some arrays in the driver, but bumping it a bit over the minimum of 4 required by the spec might be reasonable. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11159>
This commit is contained in:
parent
e4e4b6bc16
commit
a9b51a4a3a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#define MAX_INPUT_ATTACHMENTS 4
|
||||
|
||||
#define MAX_UNIFORM_BUFFERS 12
|
||||
#define MAX_STORAGE_BUFFERS 4
|
||||
#define MAX_STORAGE_BUFFERS 8
|
||||
|
||||
#define MAX_DYNAMIC_UNIFORM_BUFFERS 8
|
||||
#define MAX_DYNAMIC_STORAGE_BUFFERS 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue