On 05/24/2016 12:41 AM, [email protected] wrote:
From: Mathias Fröhlich <[email protected]>

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 <[email protected]>

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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to