summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-04-22 12:10:27 -0700
committerMatt Turner <mattst88@gmail.com>2013-04-30 14:03:32 -0700
commit538e10f3ea371c9db94c4de3daa85d1719bbdc73 (patch)
tree30453a5a463399276ca6385f7dc64766fd46a982 /src/gallium/auxiliary/pipe-loader
parentea6caf4cdf524f83d22b5bd062773301c22e793e (diff)
downloadexternal_mesa3d-538e10f3ea371c9db94c4de3daa85d1719bbdc73.zip
external_mesa3d-538e10f3ea371c9db94c4de3daa85d1719bbdc73.tar.gz
external_mesa3d-538e10f3ea371c9db94c4de3daa85d1719bbdc73.tar.bz2
build: Remove HAVE_PIPE_LOADER_SW.
It guarded the function prototype of pipe_loader_sw_probe, whose use (in pipe_loader.c) and definition (in pipe_loader_sw.c) were not guarded. Both are built into libpipe_loader.la if HAVE_LOADER_GALLIUM, which is enable_gallium_loader in configure.ac. Tested-by: Tom Stellard <thomas.stellard@amd.com> Tested-by: Aaron Watry <awatry@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader')
-rw-r--r--src/gallium/auxiliary/pipe-loader/pipe_loader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader.h b/src/gallium/auxiliary/pipe-loader/pipe_loader.h
index 21a609f..444bdf1 100644
--- a/src/gallium/auxiliary/pipe-loader/pipe_loader.h
+++ b/src/gallium/auxiliary/pipe-loader/pipe_loader.h
@@ -99,8 +99,6 @@ pipe_loader_create_screen(struct pipe_loader_device *dev,
void
pipe_loader_release(struct pipe_loader_device **devs, int ndev);
-#ifdef HAVE_PIPE_LOADER_SW
-
/**
* Get a list of known software devices.
*
@@ -111,8 +109,6 @@ pipe_loader_release(struct pipe_loader_device **devs, int ndev);
int
pipe_loader_sw_probe(struct pipe_loader_device **devs, int ndev);
-#endif
-
#ifdef HAVE_PIPE_LOADER_DRM
/**