Files
mesa/src
Alejandro Piñeiro b833243348 v3d: no specific separate_segments flag for V3D 7.1
On V3D 7.1 there is not a flag on the Shader State Record to specify
if we are using shared or separate segments. This is done by setting
the vpm input size to 0 (so we need to ensure that the output would be
the max needed for input/output).

We were already doing the latter on the prog_data_vs, so we just need
to use those values, instead of assigning default values.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450>
2023-10-13 22:37:43 +00:00
..
2023-10-13 15:41:20 +00:00
2023-10-09 18:43:09 +00:00
2023-09-28 12:17:49 +00:00
2023-08-18 21:33:14 +00:00
2023-08-04 21:31:52 +00:00