summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMathias Fröhlich <[email protected]>2016-05-22 14:10:19 +0200
committerMathias Fröhlich <[email protected]>2016-06-16 05:50:53 +0200
commitccb1be2fab853c2d82a2159b049d5975d7fc199d (patch)
tree466a122f8689bad80efb7c5d6c980ea88dca313d /.gitignore
parentb60c7302357c2ceb0297d5ef2f748c9b686dbad5 (diff)
mesa: Use bitmask/ffs to iterate enabled lights
Replaces loops that iterate 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 '.gitignore')
0 files changed, 0 insertions, 0 deletions