Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move _mesa_dl* functions into dlopen.h and inline them | Matt Turner | 2012-08-24 | 1 | -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_SOURCE | Tapani Pälli | 2012-08-24 | 1 | -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 warnings | Brian Paul | 2010-05-14 | 1 | -5/+10 |
| | |||||
* | Remove _mesa_strncpy in favor of plain strncpy. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | mesa: add missing semicolon | Brian Paul | 2009-12-16 | 1 | -1/+1 |
| | | | | See bug 25663. | ||||
* | mesa: no dlopen on BlueGene | Brian Paul | 2009-12-16 | 1 | -4/+10 |
| | | | | See bug 25663. | ||||
* | mesa: include compiler.h, fixes cell build, remove Haiku special case | Brian Paul | 2009-02-23 | 1 | -4/+2 |
| | |||||
* | mesa: fixes for building on Haiku | Tomas Wilhelmsson | 2009-02-23 | 1 | -1/+4 |
| | |||||
* | mesa: Fix windows build. | José Fonseca | 2009-02-23 | 1 | -0/+3 |
| | |||||
* | mesa: remove unneeded #includes | Brian Paul | 2009-02-22 | 1 | -2/+0 |
| | |||||
* | mesa: Fix windows build when UNICODE is defined. | José Fonseca | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | mesa: move _mesa_dlopen(), etc into separate dlopen.c file | Brian Paul | 2008-12-15 | 1 | -0/+99 |