On 05/24/2016 12:41 AM, mathias.froehl...@gmx.net wrote:
From: Mathias Fröhlich <mathias.froehl...@gmx.net>
Hi all,
following a series with performance improvements
for cpu/draw bound applications. This part makes
more use of the bitmask/ffs technique for iterating
a set of enabled items. The gains are not huge
but they are noticable for some of my favourite
workloads.
Please review!
Overall looks good to me (though, see Roland's comment). I like the
clean-ups.
Reviewed-by: Brian Paul <bri...@vmware.com>
However, in gallium we have a u_bit_scan() helper function for looping
over bitmasks. I wonder if we should use something like that in Mesa
too. What do you think?
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev