summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_linkage.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium/util: remove u_linkageIlia Mirkin2015-03-261-149/+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: add some casts to silence some MSVC warningsBrian Paul2013-06-261-2/+2
|
* util: Silence uninitialized variable warnings.Vinson Lee2010-08-211-0/+4
|
* gallium/auxiliary: add semantic linkage utility codeLuca Barbieri2010-08-211-0/+145