OSDN Git Service

gallium: move driinfo XML to pipe_loader
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 29 Jun 2017 15:37:18 +0000 (17:37 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 2 Aug 2017 07:50:57 +0000 (09:50 +0200)
commit678dadf1237a3fb492ee2d8daa32d0205dea59ba
treeb92cc46ca39d0fe6a557ccb0cfd6d93078cf1bc4
parentbc7f41e11d325280db12e7b9444501357bc13922
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 <marek.olsak@amd.com>
src/gallium/auxiliary/pipe-loader/Makefile.am
src/gallium/auxiliary/pipe-loader/Makefile.sources
src/gallium/auxiliary/pipe-loader/driinfo_gallium.h [new file with mode: 0644]
src/gallium/auxiliary/pipe-loader/pipe_loader.c
src/gallium/auxiliary/pipe-loader/pipe_loader.h
src/gallium/state_trackers/dri/dri_screen.c