diff options
author | Mathias Fröhlich <[email protected]> | 2016-05-22 14:10:19 +0200 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2016-06-16 05:50:54 +0200 |
commit | f0391ba6c1eebb9647032f27da7a94559141992b (patch) | |
tree | 40cada7ae146c52f3ee4b861bf017a0cb925ffba /.mailmap | |
parent | f69a4005132e6e343ed210f288f752587c97f2f4 (diff) |
radeon/r200: Use bitmask/ffs to iterate enabled lights
Replaces a loop that iterates all lights and test
which of them is enabled by a loop only iterating over
the bits set in the enabled bitmask.
v2: Use _mesa_bit_scan{,64} instead of open coding.
v3: Use u_bit_scan{,64} instead of _mesa_bit_scan{,64}.
Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions