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/pipe_loader.h | |
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/pipe_loader.h')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/pipe_loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader.h b/src/gallium/auxiliary/pipe-loader/pipe_loader.h index 969feace7f1..d24480dfd91 100644 --- a/src/gallium/auxiliary/pipe-loader/pipe_loader.h +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader.h @@ -183,6 +183,8 @@ pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev); bool pipe_loader_drm_probe_fd(struct pipe_loader_device **dev, int fd); +extern const char gallium_driinfo_xml[]; + #ifdef __cplusplus } #endif |