Skip to content

util: Add a way to set the min_buffer_size in linear_alloc

Caio Oliveira requested to merge cmarcelo/mesa:util-linear-opts into main

The default value remains 2048, which is also used for rounding up any user provided size.

The option is useful in cases where there's a better idea of the amount of data that's going to be used.

Merge request reports