[Mesa-dev] [PATCH] gallivm: allow large numbers of temporaries

Brian Paul brianp at vmware.com
Tue Feb 4 18:00:07 CET 2014


On 02/03/2014 07:43 PM, Zack Rusin wrote:
> The number of allowed temporaries increases almost with every
> iteration of an api. We used to support 128, then we started
> increasing and the newer api's support 4096+. So if we notice
> that the number of temporaries is larger than our statically
> allocated storage would allow we just treat them as indexable
> temporaries and allocate them as an array from the start.
>
> Signed-off-by: Zack Rusin <zackr at vmware.com>
> ---

LGTM.  Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the mesa-dev mailing list