summaryrefslogtreecommitdiff
path: root/src/mesa/main/bitset.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-19mesa: remove unused BITSET64 macrosBrian Paul1-61/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-12mesa: Add a macro to bitset for determining bitset size.Eric Anholt1-2/+2
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul1-1/+1
2011-12-28mesa: Re-add main/bitset.h to fix classic nouveau build failure.José Fonseca1-0/+160
2011-12-28mesa: Remove now unused main/bitset.h.Mathias Fröhlich1-160/+0
2011-12-02mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.Mathias Fröhlich1-3/+18
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2010-02-19Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke1-1/+1
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2010-02-02mesa: Add a BITSET_FFS function.Francisco Jerez1-1/+24
2006-04-11More GLSL code:Michal Krol1-72/+122
2006-04-04Bit set.Michal Krol1-0/+72