diff options
author | Eric Engestrom <[email protected]> | 2020-06-12 11:42:32 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-22 21:50:12 +0000 |
commit | 04e8eaf4e82270d4eea578cd6d43eb1deea05a4d (patch) | |
tree | 6f92bd0c0246d0b851f63c3f41e208268a88b652 /src/gallium/drivers/virgl | |
parent | 2ef983dca61b549a9242afd9008200b231a26e90 (diff) |
util: rename xmlpool.h to driconf.h
To make it clearer what it is and does.
Signed-off-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5440>
Diffstat (limited to 'src/gallium/drivers/virgl')
-rw-r--r-- | src/gallium/drivers/virgl/virgl_driinfo.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/virgl/virgl_driinfo.h.in b/src/gallium/drivers/virgl/virgl_driinfo.h.in index 8119d77a18d..2c7be56e92c 100644 --- a/src/gallium/drivers/virgl/virgl_driinfo.h.in +++ b/src/gallium/drivers/virgl/virgl_driinfo.h.in @@ -1,6 +1,6 @@ // DriConf options specific to virgl // To add a new tweak: -// 1. Define the tweak in util/xmlpool.h and also add +// 1. Define the tweak in util/driconf.h and also add // the tweak name as define to virgl_protocol.h // 2. Add the tweak here with the appropriated default value // 3. Add the code to query the tweak in virgl_create_screen |