Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/util: remove u_linkage | Ilia Mirkin | 2015-03-26 | 1 | -67/+0 |
| | | | | | | | | Does not appear to be used in tree. Coverity spotted some errors in the bitmask stuff, but the whole thing appears to be unused. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | util: fix uninitialized table | Dylan Noblesmith | 2012-04-13 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | Most of the 256 values in the 'generic_to_slot' table were supposed to be initialized with the default value 0xff, but were left at zero (from CALLOC_STRUCT()) instead. Noticed by clang: u_linkage.h:60:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] memset(table, 0xff, sizeof(table)); ~~~~~ ^~~~~ Also fix a signed/unsigned comparison and a comment typo here. NOTE: This is a candidate for the 8.0 branch. Reviewed-by: Brian Paul <[email protected]> | ||||
* | gallium: s/bool/boolean/ | Brian Paul | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | util: Move loop variable declaration outside for loop. | Vinson Lee | 2010-08-21 | 1 | -1/+2 |
| | | | | Fixes build error with MSVC. | ||||
* | gallium/auxiliary: add semantic linkage utility code | Luca Barbieri | 2010-08-21 | 1 | -0/+65 |