summaryrefslogtreecommitdiff
path: root/cogl/cogl-bitmask.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* units: remove test-bitmask and add UNIT_TEST insteadRobert Bragg2013-06-061-2/+170
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-3/+3
* Add _COGL_STATIC_ASSERT macroRobert Bragg2012-04-181-1/+4
* cogl-bitmask: Add _cogl_bitmask_popcountNeil Roberts2011-11-161-0/+38
* cogl-bitmask: Add _cogl_bitmask_set_flagsNeil Roberts2011-11-161-0/+11
* cogl-flags: Add some macros to help iterate the bitsNeil Roberts2011-11-161-25/+11
* cogl-bitmask: Add a return value for the foreach callbackNeil Roberts2011-11-161-4/+6
* cogl-bitmask: Use ffsl to speedup bitmask iterationNeil Roberts2011-11-161-9/+12
* cogl-bitmask: Use longs instead of intsNeil Roberts2011-11-161-38/+52
* cogl-vertex-attribute: Use glVertexAttribPointer on GLES2Neil Roberts2010-12-131-8/+8
* cogl: Add an internal CoglBitmask typeNeil Roberts2010-05-241-0/+257