Files
test/source/blender
Aras Pranckevicius 8fd2b79ca1 BLI_bitmap: ability to declare by-value, and function to find lowest unset bit
In preparation for a larger change (D14162), some BLI_bitmap
functionality that could be submitted separately:

- Ability to declare a fixed size bitmap by-value, without extra
  memory allocation: BLI_BITMAP_DECLARE
- Function to find the index of lowest unset bit:
  BLI_bitmap_find_first_unset
- Test coverage of the above.

Reviewed By: Campbell Barton, Bastien Montagne
Differential Revision: https://developer.blender.org/D15454
2022-07-15 10:20:04 +03:00
..
2022-07-08 09:48:49 +10:00
2022-07-11 10:38:04 +10:00
2022-07-14 22:02:52 +10:00
2022-07-14 22:02:52 +10:00
2022-03-16 11:58:22 +11:00
2022-07-12 16:58:04 +02:00
2022-06-30 12:14:22 +10:00
2022-05-17 15:34:02 +10:00