Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms | Brian Paul | 2012-01-12 | 1 | -1/+1 |
* | mesa: Re-add main/bitset.h to fix classic nouveau build failure. | José Fonseca | 2011-12-28 | 1 | -0/+160 |
* | mesa: Remove now unused main/bitset.h. | Mathias Fröhlich | 2011-12-28 | 1 | -160/+0 |
* | mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges. | Mathias Fröhlich | 2011-12-02 | 1 | -3/+18 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | Remove _mesa_memcmp in favor of plain memcmp. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 1 | -2/+2 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | mesa: Add a BITSET_FFS function. | Francisco Jerez | 2010-02-02 | 1 | -1/+24 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 1 | -72/+122 |
* | Bit set. | Michal Krol | 2006-04-04 | 1 | -0/+72 |