Skip to content

Draft: gallium: increase 2D texture size for compute

David Heidelberg requested to merge dh/mesa:compute_2d_texture_size into main

What does this MR do and why?

rusticl: cap 2D image height to 32767

The u_pipe_box doesn't allow higher values since it's signed int16.

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>

Merge request reports