diff options
author | Chia-I Wu <[email protected]> | 2015-03-08 04:33:49 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-05-02 22:14:06 +0800 |
commit | 19351af53dfffb8543d21a58be9c9f9a52b3ba62 (patch) | |
tree | ed3cadd050d9a8723cd20d37e6210784fb9a971f /src/gallium/drivers/ilo/ilo_screen.h | |
parent | b3197fe5f4bfd3f75e6bb64c05c2709bb7985b2c (diff) |
ilo: move intel_winsys to ilo_dev_info
We want to use ilo_dev_info instead of ilo_screen in core.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.h b/src/gallium/drivers/ilo/ilo_screen.h index ea8579e916a..713db0b1e13 100644 --- a/src/gallium/drivers/ilo/ilo_screen.h +++ b/src/gallium/drivers/ilo/ilo_screen.h @@ -32,7 +32,6 @@ #include "ilo_common.h" -struct intel_winsys; struct intel_bo; struct ilo_fence; @@ -40,7 +39,6 @@ struct ilo_fence; struct ilo_screen { struct pipe_screen base; - struct intel_winsys *winsys; struct ilo_dev_info dev; }; |