Re: [Mesa-dev] [PATCH] ra: Convert another bool array to bitsets.

2014-03-17 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] ra: Convert another bool array to bitsets.

2014-03-17 Thread Eric Anholt
This one saves about 2MB peak allocation in glsl-fs-algebraic-add-add-1, with no performance difference on timing short shader-db runs (n=9/10, warmup outlier removed). --- src/mesa/program/register_allocate.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/me