aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_dl.c
Commit message (Collapse)AuthorAgeFilesLines
* util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov2015-11-211-1/+1
| | | | | | | Otherwise we risk things blowing up due to conflicting symbols. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Rob Clark <[email protected]>
* util: use pointer_to_func() to silence warningBrian Paul2010-10-251-1/+2
|
* util: added util_dl_error()Brian Paul2010-04-051-0/+13
|
* util: Add missing include.José Fonseca2010-02-041-0/+1
|
* util: Add dl wrappers.José Fonseca2009-12-151-0/+79
Borrowed from Mesa, slightly changed for more type safety.