mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
ir3: bump max xfb output to 128
this is the number of components supported for streamout Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24285>
This commit is contained in:
parent
4d8c53b070
commit
b1cca11220
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ enum ir3_driver_param {
|
|||
#define IR3_MAX_SHADER_IMAGES 32
|
||||
#define IR3_MAX_SO_BUFFERS 4
|
||||
#define IR3_MAX_SO_STREAMS 4
|
||||
#define IR3_MAX_SO_OUTPUTS 64
|
||||
#define IR3_MAX_SO_OUTPUTS 128
|
||||
#define IR3_MAX_UBO_PUSH_RANGES 32
|
||||
|
||||
/* mirrors SYSTEM_VALUE_BARYCENTRIC_ but starting from 0 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue