mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 18:20:30 +01:00
anv: Increase maxBoundDescriptorSets to 32
We recently had a request to support a larger maxBoundDescriptorSets, specifically 32, and there doesn't appear to be a reason we need to restrict this to 8. According to vulkan.gpuinfo.org reports, most Vulkan drivers appear to support 32. Acked-by: Caio Oliveira <caio.oliveira@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14952>
This commit is contained in:
parent
a84265938b
commit
577d131bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ struct intel_perf_query_result;
|
|||
#define MAX_VBS 28
|
||||
#define MAX_XFB_BUFFERS 4
|
||||
#define MAX_XFB_STREAMS 4
|
||||
#define MAX_SETS 8
|
||||
#define MAX_SETS 32
|
||||
#define MAX_RTS 8
|
||||
#define MAX_VIEWPORTS 16
|
||||
#define MAX_SCISSORS 16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue