Neil Roberts 4fb784d111 cogl: Add an internal CoglBitmask type
This implements a growable array of bits called CoglBitmask. The
CoglBitmask is intended to be cheap if less than 32 bits are used. If
more bits are required it will allocate a GArray. The type is meant to
be allocated on the stack but because it can require additional
resources it also has a destroy function.

http://bugzilla.openedhand.com/show_bug.cgi?id=2132
2010-05-24 16:10:56 +01:00
..
2010-05-19 15:28:04 +01:00
2010-03-01 12:56:10 +00:00
2010-05-21 14:38:37 +01:00
2010-03-03 17:02:51 +00:00