diff options
author | Nicolai Hähnle <[email protected]> | 2017-06-29 17:37:18 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-08-02 09:50:57 +0200 |
commit | 678dadf1237a3fb492ee2d8daa32d0205dea59ba (patch) | |
tree | b92cc46ca39d0fe6a557ccb0cfd6d93078cf1bc4 /src/gallium/auxiliary/pipe-loader/Makefile.sources | |
parent | bc7f41e11d325280db12e7b9444501357bc13922 (diff) |
gallium: move driinfo XML to pipe_loader
We will switch to the pipe_loader loading the configuration options,
so that they can be passed to the driver independently of the state
tracker.
Put the description into its own file so that it can be merged easily
with driver-specific options in future commits.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.sources b/src/gallium/auxiliary/pipe-loader/Makefile.sources index d6e3c2c060a..66dd22ccc3c 100644 --- a/src/gallium/auxiliary/pipe-loader/Makefile.sources +++ b/src/gallium/auxiliary/pipe-loader/Makefile.sources @@ -2,7 +2,8 @@ COMMON_SOURCES := \ pipe_loader.c \ pipe_loader.h \ pipe_loader_priv.h \ - pipe_loader_sw.c + pipe_loader_sw.c \ + driinfo_gallium.h DRM_SOURCES := \ pipe_loader_drm.c |