aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bitset.h
Commit message (Expand)AuthorAgeFilesLines
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-201-99/+0
* mesa: Make bitset.h not rely on Mesa-specific types and functions.Eric Anholt2015-02-201-4/+3
* nir: Add an SSA-based liveness analysis pass.Jason Ekstrand2015-01-151-0/+1
* mesa: remove unused BITSET64 macrosBrian Paul2013-06-191-61/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Add a macro to bitset for determining bitset size.Eric Anholt2013-04-121-2/+2
* mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul2012-01-121-1/+1
* mesa: Re-add main/bitset.h to fix classic nouveau build failure.José Fonseca2011-12-281-0/+160
* mesa: Remove now unused main/bitset.h.Mathias Fröhlich2011-12-281-160/+0
* mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.Mathias Fröhlich2011-12-021-3/+18
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke2010-02-191-1/+1
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* mesa: Add a BITSET_FFS function.Francisco Jerez2010-02-021-1/+24
* More GLSL code:Michal Krol2006-04-111-72/+122
* Bit set.Michal Krol2006-04-041-0/+72