diff options
author | Nicolai Hähnle <[email protected]> | 2017-06-30 09:58:46 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-08-02 09:50:57 +0200 |
commit | a35a9e7c6f1ddba0b1e80a30f0f7114a2cdc402d (patch) | |
tree | d2c34edc2b396b0a2b0d352597fd85fc24d6f577 /src/gallium/include/pipe/p_screen.h | |
parent | e794f8bf8bdb7cd0820251b46a9387ea5a7316da (diff) |
gallium: add driconf options to pipe_screen_config
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe/p_screen.h')
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index a804aa93a8b..bf26a5298fb 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -59,6 +59,7 @@ struct pipe_transfer; struct pipe_box; struct pipe_memory_info; struct disk_cache; +struct driOptionCache; /** @@ -365,6 +366,7 @@ struct pipe_screen { */ struct pipe_screen_config { unsigned flags; + const struct driOptionCache *options; }; |