summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlopen.c
Commit message (Collapse)AuthorAgeFilesLines
* Move _mesa_dl* functions into dlopen.h and inline themMatt Turner2012-08-241-112/+0
| | | | | | No point in having an extra function call for inlinable functions. Reviewed-by: Tapani Pälli <[email protected]>
* mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCETapani Pälli2012-08-241-4/+4
| | | | | | | | | | | | | Patches changes mesa to use 'HAVE_DLOPEN' defined by configure and Android.mk instead of _GNU_SOURCE for detecting dlopen capability. This makes dlopen to work also on Android where _GNU_SOURCE is not defined. [mattst88] v2: HAVE_DLOPEN is sufficient for including dlfcn.h, remove mingw/blrts checks around dlfcn.h inclusion. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Tapani Pälli <[email protected]>
* mesa: silence void * / func * conversion warningsBrian Paul2010-05-141-5/+10
|
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-1/+1
|
* mesa: add missing semicolonBrian Paul2009-12-161-1/+1
| | | | See bug 25663.
* mesa: no dlopen on BlueGeneBrian Paul2009-12-161-4/+10
| | | | See bug 25663.
* mesa: include compiler.h, fixes cell build, remove Haiku special caseBrian Paul2009-02-231-4/+2
|
* mesa: fixes for building on HaikuTomas Wilhelmsson2009-02-231-1/+4
|
* mesa: Fix windows build.José Fonseca2009-02-231-0/+3
|
* mesa: remove unneeded #includesBrian Paul2009-02-221-2/+0
|
* mesa: Fix windows build when UNICODE is defined.José Fonseca2009-01-081-1/+1
|
* mesa: move _mesa_dlopen(), etc into separate dlopen.c fileBrian Paul2008-12-151-0/+99