summaryrefslogtreecommitdiff
path: root/cogl/cogl-bitmask.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-11/+18
2013-06-06units: remove test-bitmask and add UNIT_TEST insteadRobert Bragg1-2/+170
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-3/+3
2012-08-06Add _COGL_STATIC_ASSERT macroRobert Bragg1-1/+4
2011-11-16cogl-bitmask: Add _cogl_bitmask_popcountNeil Roberts1-0/+38
2011-11-16cogl-bitmask: Add _cogl_bitmask_set_flagsNeil Roberts1-0/+11
2011-11-16cogl-flags: Add some macros to help iterate the bitsNeil Roberts1-25/+11
2011-11-16cogl-bitmask: Add a return value for the foreach callbackNeil Roberts1-4/+6
2011-11-16cogl-bitmask: Use ffsl to speedup bitmask iterationNeil Roberts1-9/+12
2011-11-16cogl-bitmask: Use longs instead of intsNeil Roberts1-38/+52
2010-12-13cogl-vertex-attribute: Use glVertexAttribPointer on GLES2Neil Roberts1-8/+8
2010-05-24cogl: Add an internal CoglBitmask typeNeil Roberts1-0/+257